No description
Previously, Geary would simply assume that UTF-8 is a reasonable charset to use when sending both plain text and HTML parts. It is, however Mailman will re-encode content sent ast UTF-8 using Base64, and break format=flowed in the process. This works around the problem for messages containing US-ASCII or ISO-8859-1 chars, at least. No solution yet for UTF-8 except maybe getting Mailman fixed. Bug 769137 * src/engine/rfc822/rfc822-message.vala (Message): Guess the best charset for a message's content rather than assuming UTF-8. Set the charset for both plain text and HTML parts, but only guess it and the encoding at max once for both. * src/engine/rfc822/rfc822-utils.vala: Replace get_best_content_encoding with get_best for determing both charset and encoding, and get_best_encoding for just guessing encoding, both using GMime.FilterBest instead of our own custom code. |
||
|---|---|---|
| bindings | ||
| cmake | ||
| debian | ||
| desktop | ||
| help | ||
| icons | ||
| po | ||
| sql | ||
| src | ||
| theming | ||
| ui | ||
| .gitattributes | ||
| .gitignore | ||
| AUTHORS | ||
| cmake_uninstall.cmake.in | ||
| CMakeLists.txt | ||
| configure | ||
| configure.in | ||
| COPYING | ||
| COPYING.icons | ||
| COPYING.snowball | ||
| geary.doap | ||
| INSTALL | ||
| Makefile.in | ||
| NEWS | ||
| README | ||
| THANKS | ||
Geary Email Client
------------------
* Introduction
Geary is an IMAP email client built for the GNOME desktop environment. It
allows you to read and send email with a simple, modern interface.
Visit https://wiki.gnome.org/Apps/Geary to read about the current state of
Geary's development and to make sure you're running the latest version.
* Installation & Licensing
Please consult the INSTALL and COPYING files for more information.
* Quick Start
The first time Geary is launched, it will prompt for your account
information. Note that your email password is stored securely in the
Gnome Keyring.
Geary will then begin downloading messages in your inbox and other
folders.
* Contacting Geary Developers
Geary wiki: https://wiki.gnome.org/Apps/Geary
We also encourage you to join the Geary mailing list. See
https://mail.gnome.org/mailman/listinfo/geary-list for details.
Copyright 2016 Software Freedom Conservancy Inc.