aboutsummaryrefslogtreecommitdiff
path: root/libsylph
AgeCommit message (Expand)Author
2008-04-09always display error dialog when connection to SMTP server failed.hiro
2008-04-08added the option to confirm recipients before sending.hiro
2008-03-28the feature to confirm missing attachments was added.hiro
2008-02-15fixed busy loop when connection was immediately refused.hiro
2008-02-15added the feature to save SSL peer certificate and always accept it.hiro
2007-12-28implemented vertical view. Separated quick search into another module.hiro
2007-12-27added the option to treat HTML only messages as attachment.hiro
2007-12-07when encoding headers, use outgoing encoding to determine B or Q encoding ins...hiro
2007-11-08my_memmem(): fixed buffer overrun.hiro
2007-09-27fixed a bug that virtual folders were not sorted properly.hiro
2007-09-20removed all warnings output with -Wall.hiro
2007-09-19disabled auto decrypt on filtering to avoid passphrase dialog. made 2.4.6 rel...hiro
2007-09-14check for noinferior and noselect flags when creating a new imap folder.hiro
2007-09-14modified the method of getting IMAP4 folder list.hiro
2007-09-13simplify To headers on summary view.hiro
2007-09-13disabled the passphrase dialog on query search.hiro
2007-09-12added 'To' column to the summary view.hiro
2007-08-23conv_get_current_locale(): fixed the case when cur_locale is null string.hiro
2007-07-20ignore errors right after QUIT (workaround for Gmail SMTP server).hiro
2007-07-13prefs_common_junk_folder_rename_path(): fixed.hiro
2007-07-13also update junk folder path when a folder is renamed.hiro
2007-07-13win32: fixes renaming of folder didn't modify filter actions.hiro
2007-07-12refactored add-reply-or-forward-mark-after-sending.hiro
2007-07-11code cleanup.hiro
2007-07-09implemented add-reply-mark-after-sending.hiro
2007-06-11fixes stall of SMTP when sending via dialup connection.hiro
2007-06-07win32: abort socket polling if not connected.hiro
2007-05-18made 2.4.2 release.hiro
2007-05-18URI encode mailto: to protect '+'.hiro
2007-05-16process quoted-pair correctly.hiro
2007-05-15use quoted-printable or base64 to protect trailing spaces on PGP/MIME signing...hiro
2007-05-11qsearch_cond_type now persists between sessions.hiro
2007-05-11the quick search condition now persists for the whole session.hiro
2007-05-10implemented '--open' command line option which open messages specified with c...hiro
2007-04-23fixed crash on Win32 when an OpenSSL DLL linked with MSVCR71.DLL was used.hiro
2007-04-19check for invalid APOP timestamp (CVE-2007-1558).hiro
2007-04-18updated copyright.hiro
2007-04-18fixed crashes when trying to fetch >64KB messages on IMAP4 via FreeCap on Win32.hiro
2007-04-17session.c: remove idle callback on close, and check GSource in the callback (...hiro
2007-04-16win32: check for the loadability of the default font.hiro
2007-04-13optimized file copy.hiro
2007-04-13win32: minor optimization of file move.hiro
2007-04-12supported ISO-8859-16.hiro
2007-04-11properly process CSV with double quotations.hiro
2007-04-06display error dialog if the execution of the junk filter command failed.hiro
2007-04-04procmime_scan_multipart_message(): use heap memory instead of stack for read ...hiro
2007-04-03win32: fixed a bug that the path separator of FolderItem::path was not proces...hiro
2007-03-30supported In-Reply-To header in mailto URL.hiro
2007-03-25fixed a bug that messages which were not filtered were not counted as new mes...Hiro
2007-03-15apply flag changes in IMAP automatic filtering.hiro