summaryrefslogtreecommitdiffstats
path: root/imap
AgeCommit message (Expand)Author
2009-07-29Harmonize hcache uidvalidity size to unsigned int (per IMAP RFC).Brendan Cully
2009-06-28Allow ImapDelimChars to be unsetBrendan Cully
2009-06-28Not being able to start an IMAP command is a fatal error.Brendan Cully
2009-06-28IMAP LOGIN does not support separate user and login accounts.Brendan Cully
2009-06-26Set internaldate of messages appended to IMAP mailboxesBrendan Cully
2009-06-21Pass buffer size to mutt_mktemp()Rocco Rutte
2009-06-14Save a dereference, and close #3226 with voodoo.Brendan Cully
2009-06-09Skip comparison against current mailbox for idle connections.Brendan Cully
2009-06-09Revert accidental changeBrendan Cully
2009-06-09Remove trailing whitespace.Brendan Cully
2009-06-07Do not display error message when user declines to create target mailbox.Brendan Cully
2009-06-07Minor cleanup in imap_copy_messages.Brendan Cully
2009-06-06Do not treat already-seen headers as if they are new.Brendan Cully
2009-04-28Only sync changed messages back to hcache on mailbox syncRocco Rutte
2009-04-26Sync header to hcache when synching MH/Maildir/IMAP folders. Closes #2942.Rocco Rutte
2009-03-17Fix some warnings with -W about missing initializers in structsRocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-01-27Move socket close into imap_logout from imap_logout_allBrendan Cully
2009-01-27IMAP: only close socket when not already disconnected.Brendan Cully
2009-01-14Use imap_utf7_encode instead of imap_munge_mbox_name+imap_unquote_string.Emanuele Giaquinta
2009-01-10Assume INBOX for ""/NULL in imap_mxcmpBrendan Cully
2009-01-10Use known connection delimiter in imap_expand_pathBrendan Cully
2009-01-10Guard against NULL pointers in imap_mxcmpBrendan Cully
2009-01-10Canonicalize IMAP mailboxes before comparing them.Brendan Cully
2009-01-10Fix last commitBrendan Cully
2009-01-10Prioritize the entered IMAP folder delimiter.Brendan Cully
2009-01-05Report CREATE failuresBrendan Cully
2009-01-04Indentation fixEmanuele Giaquinta
2009-01-04IMAP copyright header updatesBrendan Cully
2009-01-04Updated copyrightsBrendan Cully
2009-01-03Raise debug level for several messagesBrendan Cully
2009-01-03Guard against unused variable warning.Brendan Cully
2009-01-03Ignore unexpected FETCH responses during imap_read_headers.Brendan Cully
2008-12-16Remove unused #include directivesErik Hovland
2008-12-16Remove imap/BUGS from Makefile.amBrendan Cully
2008-12-15imap/BUGS is superseded by the BTSBrendan Cully
2008-10-30Add imap_account_match wrapper over mutt_account_match that canonicalizesEmanuele Giaquinta
2008-10-20Accidentally dropped from d4a9c0a68f2b prior to commitBrendan Cully
2008-10-20Hack around INBOX.INBOX breakage from [5d1cc2f0c1c4]Brendan Cully
2008-10-20Fix #3129Kyle Wheeler
2008-10-20Call imap_free_idata instead of freeing directly in imap_logoutBrendan Cully
2008-10-20Fix memory leak in imap_mailbox_stateBrendan Cully
2008-10-19Fix up destination path when renaming mailbox. Closes #2090.TAKAHASHI Tamotsu
2008-10-19Normalize path component of IMAP URLs in imap_expand_path (see #2897).Brendan Cully
2008-09-24Fix an infinite loop for imap searchesRocco Rutte
2008-08-29Dead codeBrendan Cully
2008-08-29Remove redundant codeBrendan Cully
2008-08-29Use sorted headers in imap_exec_msgset. Fixes [e68f79fef249].Brendan Cully
2008-08-28The msgset changes seem buggy. Reverting pending further testing.Brendan Cully
2008-08-28Split long IMAP commands for the benefit of lazy servers (closes #3000).Brendan Cully