summaryrefslogtreecommitdiffstats
path: root/imap/imap.c
AgeCommit message (Expand)Author
2016-05-25add open_new_msg operation to struct mx_opsDamien Riegel
2016-05-12Start decoupling mailbox operations.Damien Riegel
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-03-26Fix error handling in sync_helper() and imap_sync_mailbox(). (closes #3817)Kevin McCarthy
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2014-07-17Add support for utf-8 mailboxes in imap.Kevin McCarthy
2015-07-21merge stableKevin McCarthy
2015-07-21Imap: Fix flag caching after sync.Kevin McCarthy
2015-06-26Fix IMAP segfault due to NULL capstr.Kevin McCarthy
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