aboutsummaryrefslogtreecommitdiff
path: root/libsylph/imap.c
AgeCommit message (Collapse)Author
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
2005-11-22imap.c: quote additional chars.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@770 ee746299-78ed-0310-b773-934348b2243d
2005-10-13fixed parsing of literal data (skip quotes)hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@640 ee746299-78ed-0310-b773-934348b2243d
2005-10-12also log IMAP4 literal strings.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@639 ee746299-78ed-0310-b773-934348b2243d
2005-10-12fixed parsing of literal data in IMAP4 response.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@636 ee746299-78ed-0310-b773-934348b2243d
2005-10-07support literals in IMAP response.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@627 ee746299-78ed-0310-b773-934348b2243d
2005-09-13changed the license of LibSylph from GPL to LGPL.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@578 ee746299-78ed-0310-b773-934348b2243d
2005-09-12imap.c: changed the message number limit on COPY.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@572 ee746299-78ed-0310-b773-934348b2243d
2005-09-09added missing translation string.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@569 ee746299-78ed-0310-b773-934348b2243d
2005-09-09update progress bar when executing long IMAP4 operations.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@567 ee746299-78ed-0310-b773-934348b2243d
2005-09-08replaced md5.[ch] with public domain code in GNet.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@559 ee746299-78ed-0310-b773-934348b2243d
2005-09-07imap.c: limit number of messages to be copied at a time with COPY command to ↵hiro
prevent network timeout. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@555 ee746299-78ed-0310-b773-934348b2243d
2005-09-07adjusted the freqency of UI update on IMAP4.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@554 ee746299-78ed-0310-b773-934348b2243d
2005-09-06added UI hints for IMAP4 operation.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@552 ee746299-78ed-0310-b773-934348b2243d
2005-09-05imap.c: show progress when executing operations which takes long time.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@549 ee746299-78ed-0310-b773-934348b2243d
2005-09-05moved more modules to libsylph.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@548 ee746299-78ed-0310-b773-934348b2243d