summaryrefslogtreecommitdiffstats
path: root/imap/imap.c
AgeCommit message (Expand)Author
2013-10-06Ensure that BUFFER variables are initialized to prevent later attemptsAaron Schrab
2013-10-05Consistently use mutt_buffer_init functionAaron Schrab
2012-12-15make imap_private.h include message.h for IMAP_HEADER_DATA definitionMichael Elkins
2012-07-21Split mutt_buffer_new out of mutt_buffer_init.Brendan Cully
2011-05-23fix gcc 4.6 warning -Wunused-but-set-variable in imap.cOlaf Hering
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-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-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-05Report CREATE failuresBrendan Cully
2009-01-04Updated copyrightsBrendan Cully
2009-01-03Raise debug level for several messagesBrendan Cully
2008-10-20Hack around INBOX.INBOX breakage from [5d1cc2f0c1c4]Brendan Cully
2008-10-20Call imap_free_idata instead of freeing directly in imap_logoutBrendan Cully
2008-09-24Fix an infinite loop for imap searchesRocco Rutte
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
2008-08-26Remove leftover IMAP IDLE handling from before [53d9210aa4ee].Brendan Cully
2008-08-25Introduce $imap_pipeline_depth.Brendan Cully
2008-08-25Rework IMAP command queueing to allow pipelining to be disabled.Brendan Cully
2008-07-02Use realpath() in mutt_pretty_mailbox() for paths that may need it.Rocco Rutte
2008-05-12Terminate open IMAP message sets at end of mailbox even if the last message i...Brendan Cully
2007-11-06Add percentages to progress bar optionally supplied by caller.Rocco Rutte
2007-10-31Fix the test for flushing queued STATUS requests in imap_buffy_check.Brendan Cully
2007-09-09Let imap_complete_hosts work with the last mailbox (closes #2949).Andreas Jaggi
2007-08-28Check subscriptions after any authentication, rather than after fist connecti...Brendan Cully
2007-04-10Add $message_cache_clean option to prune message cache on syncBrendan Cully
2007-04-10Fix some warningsBrendan Cully
2007-04-10Make IMAP header cache layout match body cache.Brendan Cully
2007-04-10Add hcache path name hookBrendan Cully
2007-04-10Do not hold hcache open while mailbox is open - it can lead to lockupsBrendan Cully
2007-04-10Add imap_hcache_del; minor cleanupsBrendan Cully
2007-04-09Null out idata->hcache when closing, and remove close from open failure (mx_c...Brendan Cully
2007-04-05Keep hcache pointer in idata, open and close with mailboxBrendan Cully
2007-04-02Fix a segfault in the new mboxcache hcache lookup.Brendan Cully
2007-04-02Fix segfault in new mboxcache hcache check when create is 0Brendan Cully
2007-04-02Add create flag to imap_mboxcache_getBrendan Cully
2007-04-02Push mbox cache header cache check into imap_mboxcache_getBrendan Cully
2007-04-02Cache IMAP access checksBrendan Cully
2007-04-01Adjust context->size on IMAP load and expunge (closes #2749)Brendan Cully
2007-03-31Allow IMAP FCC to reconnect if append fails (closes: #890)Brendan Cully
2007-03-30Add close hook for mh/maildir.Brendan Cully
2007-03-30Add function pointer for close hook in Context.Brendan Cully
2007-03-30Use RECENT for first mailbox check if header cache check failsBrendan Cully
2007-03-16Fixed segfault when attempting to open an imaps mailbox when mutt is not conf...Michael Elkins
2007-03-14Recheck capabilities after authentication (closes: #2837)Brendan Cully