* GnuPG signed message part icons now have borders to indicate the
status of the signature. A blue dotted border indicates the status
is unknown, a red dotted border indicates a bad signature, and a
solid green border indicates a good signature.
* when composing to a default address the header entry is no longer
selected but instead is given a coloured, bold font to indicate
its presence
* a "Wrap current paragraph" button is now available for the Compose
toolbar
* a new reply quote format token is available, '%X'. This specifies
the cursor position.
* the Folderview is updated progressively while receiving mail
* support for the 'Rif:' Subject reply prefix has been added
* LDAP TLS support has been added in the address book
* a Compose window can opened from the address book by right-
clicking an entry and selecting 'Mail To'
* tools/textviewer.sh: support for perl and shell scripts
* better handling of whitespace in Quick Search bar
* updated translations: German, Russian, Serbian, Simplified
Chinese, Spanish, and Slovak
* Bug fixes
* the Icon Theme selector has been moved to the other preferences
window, '/Configuration/Other Preferences.../Display/Themes'. It
has also been completely redesigned and now displays the name of
the theme, the name of the author, the related URL, the current
status, and a preview of the theme. A theme can be installed or
removed using the respective buttons.
* the 'External Command' options have been moved to other
preferences window, '/Configuration/Other Preferences.../Message
View/External Programs', options for audio player and image viewer
have been added.
* the creation of 'SMTP only' accounts is now possible.
* the size and position of the Compose window is remembered
* GnuPG: on checking a signature if the key is untrusted the
signature icon displays a pen with an exclamation mark as a
warning.
* the SpamAssassin and Clam AntiVirus plugins now indicate their
operation via the status bar.
* updated translations: French, German, Polish, Serbian, Simplified
Chinese, Spanish,and Slovak
* Bug fixes
* Pre-processing and post-processing rules can now be specified.
* A 'Clone Account' function has been added.
* a new Folder Property has been added, 'Scan for new mail'
* the Extended 'Quick-search' has a new symbol
* fast Folder Processing rule creation based on a message
* a new pixmap has been added for use with a 'Check spelling' button
* updated translations: British English, French, German Japanese,
Polish, Spanish, Simpilified Chinese, and Slovak
* Bug fixes
* the MIME parser has been rewritten
* GnuPG/GPGME: the method of checking signed messages has been
improved and the reporting of signed messages has been modified.
* GnuPG/GPGME: decrypted messages are no longer saved and the user
will now be prompted to decrypt each time the message is selected.
* new icons have been added for MIME types
* Filtering: 3 new actions have been added.
* IMAP: UIDPLUS support for COPY and EXPUNGE has been added
* Folder Properties: 'Procesing on startup' has been added.
* LDAP: it is possible to browse an entry that was retrieved using
an explicit LDAP search
* LDAP: a 'contains' query is now possible
* SpamAssassin plugin: updated spamc to version 2.60. Support for
new libspamc transports has been added
* updated translations: Croatian, French, German, Japanese,
Polish, Spanish, Serbian, Simpilified Chinese, and Slovak
* Bug fixes
Please review ChangeLog.claws to see the changes between 0.9.2 to
0.9.4, mostly those are bugfixes.
* 0.9.2
* The bug that removed messages from server if "Don't receive" action is
specified by the filter rule has been fixed.
* The bug that caused abort when a button is double-clicked on some
dialogs has been fixed.
* A warning that was displayed when address book was empty has been fixed.
* 0.9.1
* The bug in handling folder names which include '+' in IMAP4 modified
UTF-7 conversion has been fixed.
* The parsing of message/rfc822 parts in multipart messages has been
fixed.
* Several bugs of auto signature replacement has been fixed.
* A bug that didn't hide user string in the Action dialog has been fixed.
* Socket I/O timeout interval is now configurable.
* 0.9.0
* The multi-process network I/O has been implemented for POP3 and SMTP.
* The Action feature has been improved.
* The automatic signature replacement on account change has been
implemented.
* Hyperlinks of HTML messages are now correctly handled.
* The separated message view now has a menubar.
* Original messages' headers are now included as the preset keywords
on automatic filter creation.
* The verbose error messages are now displayed on POP3 and SMTP.
* The lines of the log window is now restricted to reduce the memory
usage.
* The Shift_JIS locale has been supported.
* The internal MIME structure has been cleaned up.
* Address names which have special characters are now correctly quoted.
* Slovak message catalog has been added.
* The header corruption bug on reediting has been fixed.
* The bug of UTF-7 encoding conversion has been fixed.
* A workaround for unknown timezones has been made.
* A workaround for wrapping problem on UTF-8 locale has been made.
* More workaround for crashes by illegal characters has been made.
* The crash bug in IMAP4 parser has been fixed.
* The crash bug of the composition window has been fixed.
* The colormap / visual problem on Solaris has been fixed.
* Other bugfixes have been made.
Patch sent by Quentin Garnier via PR pkg/20679.
Changes:
- s/USE_X11BASE/USE_X11/
0.8.11:
=======
- The folder option to remove parentheses and brackets at the beginning
of subject has been added.
- The option to use command output for signature has been added.
- The summary search now also looks for collapsed nodes.
- The size of the source window is now remembered.
- Euro locales (ISO-8859-15) have been supported.
- Many locales and encodings which were not supported before have been
added.
- Galician translation has been added.
- Support for Latin locales (ISO-8859) has been fixed.
- UTF-8 locale support has been fixed.
- The folding problem of headers has been fixed.
- The more workaround for abort problem in Japanese locale has been made.
- Other bugfixes have been made.
0.8.10:
=======
- The validity check of EUC-JP code became more strict.
- The handling of strings which failed to be converted has been modified.
- Minor bugfixes and a speed improvement have been made.
0.8.9:
======
- Transition from libjconv to direct use of iconv() API has been made.
- Quoted-Printable encoding for outgoing messages has been enabled.
- Content-Transfer-Encoding for outgoing messages became user definable.
- The abbreviation method of newsgroup name has been improved.
- Russian locales support has been improved.
- Fixes for message canonicalization have been made.
- Bugs of header MIME encoding have been fixed.
Use Apache 2 mime.types file.
Make the differences between the sylpheed and sylpheed-claws Makefile as
minimal as possible. Note that we now use gdk-pixbuf, rather than imlib.
Smoke tested only, IE it works with my cyrus imap server enough to read and
send mail.
Changes since 0.8.0:
* The regression of Japanese code conversion have been fixed.
* The problem in MIME header encoding has been fixed.
* Several memory leaks in the address book have been fixed.
* new message cache system
* new sort function
* allow user to set SMTP AUTH options
* improved ldap library detection
* ability to select part of a text mime-part
to reply
* reply flag gets set on sending of a reply
* allow multiple email addresses per JPilot entry
* allow user to 'Save all' attachments in a mail with
multi-attachments
update provided by Dawid Szymanski in pkg/17687, with minor changes by
me.