aboutsummaryrefslogtreecommitdiff
path: root/libsylph
AgeCommit message (Expand)Author
2009-06-10merged plugin-test branch into trunk.hiro
2009-03-17win32: use _commit().hiro
2009-03-17abort if fsync() fails.hiro
2009-03-17do fflush() and fsync() before fclose() when writing configuration files.hiro
2009-03-16unix: fixed infinite loop bug.hiro
2009-03-13win32: use CreateHardLink().hiro
2009-02-27modified the default command line option of spam filters.hiro
2008-12-26properly process lines longer than 8192 bytes.hiro
2008-12-15modified variable name.hiro
2008-12-11renamed/removed MSGBUFSIZE.hiro
2008-12-11made a workaround for raw-JIS filename (Eudora etc.).hiro
2008-12-03added SYL_ prefix to SockFlags enum to avoid confliction with recent glibc he...hiro
2008-11-28when removing news/imap accounts, remove cache directory with server name if ...hiro
2008-11-27don't save older backups of UIDL files.hiro
2008-11-25only count for non-junk and not-deleted and not-marked-as-read messages when ...hiro
2008-11-19libsylph/session.c: session_connect(): fixed a bug that session->server was n...hiro
2008-11-19keep backups of config files for four generations.hiro
2008-09-29check for HAVE_LOCALE_H and ENABLE_NLS.hiro
2008-09-24workaround for some broken IMAP4 servers.hiro
2008-09-19remote mailbox: added stop button which stops retrieving of headers.hiro
2008-09-17remote mailbox: implemented message display.hiro
2008-09-17implemented remote POP3 mailbox.hiro
2008-07-10imap_add_inter_folders(): more error checks.hiro
2008-07-09fixed rebuilding of IMAP folder tree.hiro
2008-06-19added function to change the behavior of character encoding auto-detection.hiro
2008-06-18also use MimeInfo::filename to determine file type.hiro
2008-06-05fixed some character corruption with ...utf8 locale string.hiro
2008-06-05fixed Content-Transfer-Encoding with comments.hiro
2008-05-08remember the maximized state of compose window.]hiro
2008-04-24added option of excluded addresses/domains for recipients confirmation.hiro
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