summaryrefslogtreecommitdiffstats
path: root/imap/message.c
AgeCommit message (Expand)Author
2018-01-06Merge branch 'stable'Kevin McCarthy
2018-01-06Change imap literal counts to parse and store unsigned ints.Kevin McCarthy
2018-01-06Fix improper signed int conversion of IMAP uid and msn values.Kevin McCarthy
2017-09-27Make cmd_parse_fetch() more precise about setting reopen/check flags.Kevin McCarthy
2017-09-14Improve imap fetch handler to accept an initial UID. (closes #3969)Kevin McCarthy
2017-09-13Change imap copy/save and trash to sync flags, excluding deleted. (closes #39...Kevin McCarthy
2017-05-24Change imap body cache cleanup to use the uid_hash.Kevin McCarthy
2017-05-22Fix mfc overflow check and uninitialized variable.Kevin McCarthy
2017-05-21Don't abort header cache evaluation when there is a hole. (see #3942)Kevin McCarthy
2017-05-21Small imap fetch fixes. (see #3942)Kevin McCarthy
2017-05-21Properly adjust fetch ranges when handling new mail. (see #3942)Kevin McCarthy
2017-05-20Add msn_index and max_msn to find and check boundaries by MSN. (see #3942)Kevin McCarthy
2017-05-20Start fixing imap_read_headers() to account for MSN gaps. (see #3942)Kevin McCarthy
2017-05-20Move the IMAP msn field to IMAP_HEADER_DATA. (see #3942)Kevin McCarthy
2017-04-08Silence imap progress messages for pipe-message. (see #3929)Kevin McCarthy
2017-02-10Change "allow_dups" into a flag at hash creation.Kevin McCarthy
2017-02-07Create function to free header cache data.Kevin McCarthy
2017-01-06Create a uid hash for imap. (see #3905)Kevin McCarthy
2016-07-17Add the trash folder patch.Kevin McCarthy
2016-07-08Don't overwrite imap_status->uidnext with a lower value. (closes #3771)Kevin McCarthy
2016-06-18add imap_commit_message functionDamien Riegel
2016-06-18add close_msg to struct mx_opsDamien Riegel
2016-06-17Add open_msg to struct mx_opsDamien Riegel
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2015-09-13Add translation comments and improvements.Kevin McCarthy
2014-07-17Add support for utf-8 mailboxes in imap.Kevin McCarthy
2015-07-22Fix a few small compiler warnings. (See #3638)Kevin McCarthy
2015-01-15Send the IMAP \Draft flag when postponing a message.Kevin McCarthy
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