summaryrefslogtreecommitdiffstats
path: root/imap/message.c
AgeCommit message (Expand)Author
2015-01-26Corrected various spelling mistakes (most of them reported by codespell).Vincent Lefevre
2013-10-05Consistently use mutt_buffer_init functionAaron Schrab
2013-04-11backout c1371176ea45Michael Elkins
2013-04-10fix various compiler warnings; most were due to unchecked return values from ...Michael Elkins
2012-12-30add __FREE_CHECKED__Michael Elkins
2012-12-15make imap_private.h include message.h for IMAP_HEADER_DATA definitionMichael Elkins
2012-09-09Make imap_free_header_data type-safeAndrew Gaul
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2011-06-25Avoid creating sparse ctx array when fetch responses are ignored. Closes #3288.hhorak
2010-08-09rename mutt_sprintf() to safe_asprintf() to match the GNU extension that perf...Michael Elkins
2010-08-08avoid error when the user has requested many extra headers via IMAPMichael Elkins
2009-06-26Set internaldate of messages appended to IMAP mailboxesBrendan Cully
2009-06-21Pass buffer size to mutt_mktemp()Rocco Rutte
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-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-01-04Updated copyrightsBrendan Cully
2009-01-03Ignore unexpected FETCH responses during imap_read_headers.Brendan Cully
2008-10-20Hack around INBOX.INBOX breakage from [5d1cc2f0c1c4]Brendan 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-25Rework IMAP command queueing to allow pipelining to be disabled.Brendan Cully
2007-11-06Add percentages to progress bar optionally supplied by caller.Rocco Rutte
2007-04-12Simplify IMAP message fetch loop slightlyBrendan Cully
2007-04-12Handle a missing or corrupted header cache entry (closes #2676)Brendan Cully
2007-04-10Add $message_cache_clean option to prune message cache on syncBrendan Cully
2007-04-10Make IMAP header cache layout match body cache.Brendan Cully
2007-04-10Do not hold hcache open while mailbox is open - it can lead to lockupsBrendan Cully
2007-04-07Fix compiler aliasing warningsFabian Groffen
2007-04-05Fix logic error introduced in [efbcef81ac49]Brendan Cully
2007-04-05IMAP header cache API improvements.Brendan Cully
2007-04-05Keep hcache pointer in idata, open and close with mailboxBrendan Cully
2007-04-05Small hcache-related memory leaksBrendan Cully
2007-04-03Fix some warnings.Fabian Groffen
2007-04-02Fix a segfault in the new mboxcache hcache lookup.Brendan Cully
2007-04-02Add create flag to imap_mboxcache_getBrendan Cully
2007-04-01Adjust context->size on IMAP load and expunge (closes #2749)Brendan Cully
2007-03-31Add tmp flag to bcache_put, create bcache_commit.Brendan Cully
2007-03-29Make message cache write to temporary location until file is complete.Brendan Cully
2007-02-25Update copyrights.Brendan Cully
2007-02-12Do not attempt to free NULL IMAP headers after a partial mailbox load.Brendan Cully
2006-11-28Rename PROG_(SIZE|MSG) to M_PROGRESS_\1.Rocco Rutte
2006-11-15Unify size and count progress display.Rocco Rutte
2006-08-10More out-of-order FETCH fixes. This time I wrote a replay tool actingBrendan Cully
2006-08-10More fixes for out-of-order FETCH responses.Brendan Cully
2006-08-09Untested attempt to handle flag updates during mailbox open.Brendan Cully
2006-08-09Do not allow IMAP mailbox to be reopened while it is being opened.Brendan Cully
2006-07-07Fix a small memory leak in the gap between the last cached header and theRocco Rutte