aboutsummaryrefslogtreecommitdiff
path: root/libsylph/imap.c
AgeCommit message (Expand)Author
2017-02-17automatically subscribe newly created IMAP folders.hiro
2014-04-18made workaround for 64-bit time_t on win32.hiro
2013-08-16fixed the parse failure of STATUS response if a folder name contains brackets...hiro
2013-03-26properly escape folder/username/password which include double-quote or backsl...hiro
2013-01-22fixes IMAP4 server using IPv6 address on Windows.hiro
2013-01-22made IMAP INBOX case insensitive.hiro
2012-10-12libsylph/imap.c: fixed MSVC compilation (thanks to Gisle Vanem).hiro
2012-07-03imap_cmd_fetch_func(): made response parser more robust (fixes [sylpheed:3530...hiro
2012-05-31differentiate DNS lookup error from connection errors.hiro
2012-04-20modified copyright year.hiro
2012-04-20workaround for a broken IMAP server (Yahoo! Mail) which cannot fetch messages...hiro
2012-03-26referch message when imap/news cache file size is 0 (Bug #50).hiro
2012-03-02imap.c: relaxed the response check of AUTHENTICATE and APPEND.hiro
2012-01-20emit signals for IMAP.hiro
2011-12-21Fixed crash when message fetch and new message checking happen at the same ti...hiro
2011-05-18cancel online mode switch if active sessions exist.hiro
2011-05-13libsylph/imap.c: imap_utf8_to_modified_utf7(): removed alloca() calls.hiro
2011-05-13libsylph/imap.c: imap_utf8_to_modified_utf7(): removed alloca() calls.hiro
2010-12-07added SOCKS proxy support for IMAP4.hiro
2010-08-10fixed IMAP parser.hiro
2010-01-15save color labels on IMAP server using custom keywords (partially compatible ...hiro
2010-01-14updated copyright year.hiro
2010-01-13imap.c: added date-time info on APPEND using Date: header (for Gmail to displ...hiro
2009-11-26sock_connect_with_timeout(): check socket with getsockopt() even if select() ...hiro
2009-11-16removed debug prints, updated def file and updated Windows ico file. Made 3.0...hiro
2009-11-09fixed opening message by syl_plugin_open_message() on IMAP folder.hiro
2009-11-05add a new flag: RemoteFolder::remove_cache_on_destroy.hiro
2009-11-05show waiting dialog on creating folder tree after creating new IMAP account.hiro
2009-11-05fix for connection failure.hiro
2009-11-04fixed a bug that prohibited query search on IMAP folders. Don't call gtk_main...hiro
2009-11-02don't allow parallel multiple command on IMAP.hiro
2009-10-20fixed a bug that could not fetch UID more than INT_MAX.hiro
2009-10-16libsylph: use itos_buf() because itos() is not thread-safe.hiro
2009-10-13use g_atomic_int_{get,set} for thread terminate flags.hiro
2009-10-08fixed compilation without thread support.hiro
2009-10-05imap_session_destroy(): free thread pool.hiro
2009-10-02execute imap_get_uncached_messages() in another thread.hiro
2009-10-01libsylph/imap.c: reimplemented using GThreadPool.hiro
2009-10-01libsylph/imap.c: refactored.hiro
2009-09-30execute imap_cmd_fetch() in another thread.hiro
2009-09-30execute imap_cmd_ok() in another thread.hiro
2009-09-30imap.c: connect in another thread.hiro
2009-09-14update summary caches on receiving.hiro
2009-06-10merged plugin-test branch into trunk.hiro
2008-11-28when removing news/imap accounts, remove cache directory with server name if ...hiro
2008-09-24workaround for some broken IMAP4 servers.hiro
2008-07-10imap_add_inter_folders(): more error checks.hiro
2008-07-09fixed rebuilding of IMAP folder tree.hiro
2007-09-20removed all warnings output with -Wall.hiro
2007-09-14check for noinferior and noselect flags when creating a new imap folder.hiro