aboutsummaryrefslogtreecommitdiff
path: root/libsylph
AgeCommit message (Expand)Author
2006-02-01trim too long IMAP4 response lines.hiro
2006-02-01modified the default of summaryview_height.hiro
2006-01-31the size of address book is now remembered.hiro
2006-01-30fixed a bug that automatic account selection was disabled on IMAP4 folders.hiro
2006-01-30code cleanup of socket.c.hiro
2006-01-26removed 'Wrap before sending' option, which was rather problematic.hiro
2006-01-26supported IPv6 on Win32.hiro
2006-01-25exclude trash on recursive search.hiro
2006-01-25don't show 'Empty trash' dialog if trashed messages don't exist.hiro
2006-01-24force attaching of specific types on forwarding even if filename is unspecified.hiro
2006-01-24save temporary IMAP4 password. Don't try to connect to IMAP4 server when clos...hiro
2006-01-24skip virtual folders when clearing caches.hiro
2006-01-23implemented clearing of IMAP4 message caches on exit.hiro
2006-01-23imap.c: fixed a bug that cache files in source folder was not removed was fixed.hiro
2006-01-19handle virtual folders under IMAP4 folders properly.hiro
2006-01-18added filter conditions of status such as 'unread', 'mark', 'color-label', an...hiro
2006-01-17enabled toggle of the searchbar.hiro
2006-01-17news.c: show more verbose warnings.hiro
2006-01-13perform show/hide on trayicon click. Implemented popup menu on trayicon.hiro
2006-01-13fixed 32-bit integer overflow where the total size of POP3 messages is greate...hiro
2006-01-12fixed renaming of virtual folders.hiro
2006-01-10implemented the modification of search folder condition.hiro
2006-01-06fixes a bug that search cache occasionally didn't work.hiro
2006-01-05fixed a bug that search folders under IMAP4 or NNTP folders couldn't be removed.hiro
2005-12-27cache search result to speed up on and after the second search.hiro
2005-12-26prevent duplicate retrieval after incomplete POP3 session.hiro
2005-12-25added more characters to be substituted for filename.hiro
2005-12-21reflect flag changes on virtual folders in the real ones.hiro
2005-12-21some modification of searching.hiro
2005-12-20look for all accounts when enable_swap_from is enabled.hiro
2005-12-19remember the maximized state.hiro
2005-12-19implemented query search and virtual folder (merged from newsearch branch).hiro
2005-12-19support nonstandard encoding 'ks_c_5601-1987'.hiro
2005-12-14added an option to update only INBOX on checking new messages of IMAP4 accounts.hiro
2005-12-13enabled custom queue folder.hiro
2005-12-09folder_find_item_from_identifier(): also return top folder.hiro
2005-12-09added utility functions for optimization of filter.hiro
2005-12-08imap_get_msg_list(): only update mtime when folder is not opened.hiro
2005-12-07update caches and flags when reading message list from a folder.hiro
2005-12-05imap_cmd_append(): send message contents all at once.hiro
2005-12-01fixed compilation failure on some environments.hiro
2005-11-29removed debug print.hiro
2005-11-28moved outgoing encoding option into Display - Encoding tab.hiro
2005-11-28also normalize text files on win32 when saving parts.hiro
2005-11-28reverted linebreak conversion.hiro
2005-11-25uncanonicalize unencoded text when saving.hiro
2005-11-25removed CR+LF to LF conversion on receiving.hiro
2005-11-25session_read_data_as_file_cb(): don't write to file until buffer is filled mo...hiro
2005-11-25fixed a bug that lost first part of message data on receiving.hiro
2005-11-24win32: don't uncanonicalize text files when decoding.hiro