aboutsummaryrefslogtreecommitdiff
path: root/libsylph/imap.c
AgeCommit message (Collapse)Author
2010-12-07added SOCKS proxy support for IMAP4.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2737 ee746299-78ed-0310-b773-934348b2243d
2010-08-10fixed IMAP parser.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2668 ee746299-78ed-0310-b773-934348b2243d
2010-01-15save color labels on IMAP server using custom keywords (partially compatible ↵hiro
with Thunderbird). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2433 ee746299-78ed-0310-b773-934348b2243d
2010-01-14updated copyright year.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2428 ee746299-78ed-0310-b773-934348b2243d
2010-01-13imap.c: added date-time info on APPEND using Date: header (for Gmail to ↵hiro
display received date). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2421 ee746299-78ed-0310-b773-934348b2243d
2009-11-26sock_connect_with_timeout(): check socket with getsockopt() even if select() ↵hiro
succeed. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2355 ee746299-78ed-0310-b773-934348b2243d
2009-11-16removed debug prints, updated def file and updated Windows ico file. Made ↵hiro
3.0.0beta2 release. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2347 ee746299-78ed-0310-b773-934348b2243d
2009-11-09fixed opening message by syl_plugin_open_message() on IMAP folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2340 ee746299-78ed-0310-b773-934348b2243d
2009-11-05add a new flag: RemoteFolder::remove_cache_on_destroy.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2334 ee746299-78ed-0310-b773-934348b2243d
2009-11-05show waiting dialog on creating folder tree after creating new IMAP account.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2333 ee746299-78ed-0310-b773-934348b2243d
2009-11-05fix for connection failure.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2332 ee746299-78ed-0310-b773-934348b2243d
2009-11-04fixed a bug that prohibited query search on IMAP folders. Don't call ↵hiro
gtk_main_iteration() from non-main threads. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2330 ee746299-78ed-0310-b773-934348b2243d
2009-11-02don't allow parallel multiple command on IMAP.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2326 ee746299-78ed-0310-b773-934348b2243d
2009-10-20fixed a bug that could not fetch UID more than INT_MAX.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2293 ee746299-78ed-0310-b773-934348b2243d
2009-10-16libsylph: use itos_buf() because itos() is not thread-safe.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2286 ee746299-78ed-0310-b773-934348b2243d
2009-10-13use g_atomic_int_{get,set} for thread terminate flags.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2282 ee746299-78ed-0310-b773-934348b2243d
2009-10-08fixed compilation without thread support.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2277 ee746299-78ed-0310-b773-934348b2243d
2009-10-05imap_session_destroy(): free thread pool.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2271 ee746299-78ed-0310-b773-934348b2243d
2009-10-02execute imap_get_uncached_messages() in another thread.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2268 ee746299-78ed-0310-b773-934348b2243d
2009-10-01libsylph/imap.c: reimplemented using GThreadPool.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2265 ee746299-78ed-0310-b773-934348b2243d
2009-10-01libsylph/imap.c: refactored.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2264 ee746299-78ed-0310-b773-934348b2243d
2009-09-30execute imap_cmd_fetch() in another thread.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2263 ee746299-78ed-0310-b773-934348b2243d
2009-09-30execute imap_cmd_ok() in another thread.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2262 ee746299-78ed-0310-b773-934348b2243d
2009-09-30imap.c: connect in another thread.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2261 ee746299-78ed-0310-b773-934348b2243d
2009-09-14update summary caches on receiving.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2247 ee746299-78ed-0310-b773-934348b2243d
2009-06-10merged plugin-test branch into trunk.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2164 ee746299-78ed-0310-b773-934348b2243d
2008-11-28when removing news/imap accounts, remove cache directory with server name if ↵hiro
it becomes empty. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2084 ee746299-78ed-0310-b773-934348b2243d
2008-09-24workaround for some broken IMAP4 servers.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2040 ee746299-78ed-0310-b773-934348b2243d
2008-07-10imap_add_inter_folders(): more error checks.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2027 ee746299-78ed-0310-b773-934348b2243d
2008-07-09fixed rebuilding of IMAP folder tree.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2026 ee746299-78ed-0310-b773-934348b2243d
2007-09-20removed all warnings output with -Wall.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1910 ee746299-78ed-0310-b773-934348b2243d
2007-09-14check for noinferior and noselect flags when creating a new imap folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1901 ee746299-78ed-0310-b773-934348b2243d
2007-09-14modified the method of getting IMAP4 folder list.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1900 ee746299-78ed-0310-b773-934348b2243d
2007-04-03win32: fixed a bug that the path separator of FolderItem::path was not ↵hiro
processed correctly. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1589 ee746299-78ed-0310-b773-934348b2243d
2007-03-25fixed a bug that messages which were not filtered were not counted as new ↵Hiro
messages in imap filtering. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1576 ee746299-78ed-0310-b773-934348b2243d
2007-01-17fixed IMAP4 filtering when IP unreachable.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1493 ee746299-78ed-0310-b773-934348b2243d
2007-01-17implemented the automatic filtering of IMAP4 INBOX folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1491 ee746299-78ed-0310-b773-934348b2243d
2006-12-28fixed out of sync response on FETCH.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1462 ee746299-78ed-0310-b773-934348b2243d
2006-12-04fixed a warning when getting uncached messages in IMAP4.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1388 ee746299-78ed-0310-b773-934348b2243d
2006-08-23supported PLAIN authentication on IMAP4.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1129 ee746299-78ed-0310-b773-934348b2243d
2006-05-31imap.c: support 8-bit literal (literal8) defined in RFC 3516.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1077 ee746299-78ed-0310-b773-934348b2243d
2006-03-02fixed crash when tried to move IMAP4 folders right under the root folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1020 ee746299-78ed-0310-b773-934348b2243d
2006-02-06don't reset unread flag when moving/copying messages into trash.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@978 ee746299-78ed-0310-b773-934348b2243d
2006-02-01trim too long IMAP4 response lines.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@956 ee746299-78ed-0310-b773-934348b2243d
2006-01-24save temporary IMAP4 password. Don't try to connect to IMAP4 server when ↵hiro
closing folder. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@921 ee746299-78ed-0310-b773-934348b2243d
2006-01-23imap.c: fixed a bug that cache files in source folder was not removed was fixed.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@918 ee746299-78ed-0310-b773-934348b2243d
2006-01-19handle virtual folders under IMAP4 folders properly.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@908 ee746299-78ed-0310-b773-934348b2243d
2005-12-08imap_get_msg_list(): only update mtime when folder is not opened.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@807 ee746299-78ed-0310-b773-934348b2243d
2005-12-07update caches and flags when reading message list from a folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@806 ee746299-78ed-0310-b773-934348b2243d
2005-12-05imap_cmd_append(): send message contents all at once.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@800 ee746299-78ed-0310-b773-934348b2243d