aboutsummaryrefslogtreecommitdiff
path: root/libsylph
AgeCommit message (Expand)Author
2013-03-26properly escape folder/username/password which include double-quote or backsl...hiro
2013-03-13fixed rebuilding of folder tree which had been broken at 3.4.0beta1 (#103).hiro
2013-02-15optimized date string scanhiro
2013-02-15Supported more non-standard date.hiro
2013-02-15modified Date header parser.hiro
2013-02-14added an option: 'Do not classify message as junk if sender is in the address...hiro
2013-02-08added option: 'Show notification window when new messages arrive'hiro
2013-01-25limit the recursion level of tree scan to 64.hiro
2013-01-24Pop3Session::state to POP3_ERROR if QUIT fail.hiro
2013-01-24do not disconnect immediately but send QUIT on normal POP3 errors.hiro
2013-01-22fixes IMAP4 server using IPv6 address on Windows.hiro
2013-01-22made IMAP INBOX case insensitive.hiro
2012-11-20enabled connection timeout setting on Windows.hiro
2012-10-12libsylph/imap.c: fixed MSVC compilation (thanks to Gisle Vanem).hiro
2012-10-10removed includedir from include path in Makefiles.hiro
2012-08-15added an option to specify the position of attach tool button.hiro
2012-07-27made 3.3beta1 release.hiro
2012-07-27made export/import progress dialog cancellable.hiro
2012-07-27added 'Export only selected messages' option to the export dialog.hiro
2012-07-25improved the new attachmemts interface.hiro
2012-07-03imap_cmd_fetch_func(): made response parser more robust (fixes [sylpheed:3530...hiro
2012-06-25possible fix for gmodule link error on some environments (#74). Updated copyr...hiro
2012-06-20added 'show_attach_tab' option (no UI) which toggles the Attachment tab and t...hiro
2012-06-19win32: changed the default of junk commands with sylfilter.hiro
2012-06-19fixed compilation error with --disable-ipv6.hiro
2012-06-05made 3.2.8beta8 release.hiro
2012-05-31differentiate DNS lookup error from connection errors.hiro
2012-04-23win32: added an option to play sound when new messages arrive.hiro
2012-04-20modified copyright year.hiro
2012-04-20workaround for a broken IMAP server (Yahoo! Mail) which cannot fetch messages...hiro
2012-04-13preserve the last selected folders between sessions.hiro
2012-03-26referch message when imap/news cache file size is 0 (Bug #50).hiro
2012-03-26removed direct inclusion of <glibconfig.h> and <glib/gwin32.h> (fixes Bug #53).hiro
2012-03-02imap.c: relaxed the response check of AUTHENTICATE and APPEND.hiro
2012-02-21fixed compilation error with Fink + OS X (Bug #42).hiro
2012-01-20emit signals for IMAP.hiro
2012-01-20supported NNTP over SOCKS porxy.hiro
2011-12-21Fixed crash when message fetch and new message checking happen at the same ti...hiro
2011-09-15prevent IMAP error caused by sending multiple commands at the same time.hiro
2011-08-11updated libsylph-0.def.hiro
2011-08-11removed warnings when cache files were not found.hiro
2011-08-11libsylph/html.c: minor code cleanup.hiro
2011-08-10html.c: style end tags search fix.hiro
2011-08-10libsylph/procmime.c: removed alloca() calls.hiro
2011-08-03reflect account preference for trash folder.hiro
2011-07-20supported <br/> HTML tag.hiro
2011-07-05use mmap to read cache.hiro
2011-06-30libsylph/socket.c: my_getaddrinfo(): removed redundant zero clear.hiro
2011-06-29win32: supported IPv6 with fallback implementation for Windows 2000.hiro
2011-06-28libsylph/xml.c: xml_unescape_str(): removed alloca() call.hiro