summaryrefslogtreecommitdiffstats
path: root/imap/message.c
AgeCommit message (Expand)Author
2020-12-22Correct length to use LOFF_T.Kevin McCarthy
2020-12-19Add a sanity check for qresync.Kevin McCarthy
2020-12-12Add "headers" parameter to mx_open_message().Kevin McCarthy
2020-12-09Parse headers on demand for the list menu.Kevin McCarthy
2020-12-07Merge branch 'stable'Kevin McCarthy
2020-12-07Abort IMAP open if condstore/qresync updates fetch fails.Kevin McCarthy
2020-12-06abstract some List-* header processingdgc
2020-12-01Fix memory leak in imap_copy_messages().Kevin McCarthy
2020-05-01Fix CONDSTORE/QRESYNC context flag counts on updates.Kevin McCarthy
2020-03-01Try to respect MUTT_QUIET for IMAP contexts too.Kevin McCarthy
2019-10-08Change message cache id to use SHORT_STRING.Kevin McCarthy
2019-10-08Convert imap_cachepath() and callers to use buffers.Kevin McCarthy
2019-10-07Convert imap fetch_new and fetch_message tempfiles to buffer pool.Kevin McCarthy
2019-09-30Memcpy header cache fetch values to ensure alignment.Kevin McCarthy
2019-09-13Convert mutt_save_message() to use buffer pool.Kevin McCarthy
2019-08-03Add AUTOCRYPT header to imap fetch list.Kevin McCarthy
2019-06-07Improve imap_append_message() error message handling.Kevin McCarthy
2019-06-06Improve robustness of imap_append_message().Kevin McCarthy
2019-04-22Add $imap_fetch_chunk_size to allow FETCHing new headers in chunks.Kevin McCarthy
2019-04-02Restore active flag in imap_fetch_message() on error.Kevin McCarthy
2019-03-10Minor buffer handling code cleanup.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-11-29Add SENDER to default list of IMAP headers.Kevin McCarthy
2018-11-27Fix QRESYNC crash after a large number of VANISHED messages.Kevin McCarthy
2018-10-08Create mutt_buffer_add_printf().Kevin McCarthy
2018-09-30Increase buffer sizes for some IMAP commands.Kevin McCarthy
2018-08-15Allow ctrl-c to interrupt initial IMAP header download.Kevin McCarthy
2018-08-13Only sync CONDSTORE and QRESYNC on the initial download.Kevin McCarthy
2018-08-11Add QRESYNC support.Kevin McCarthy
2018-08-11Add utility functions for QRESYNC support.Kevin McCarthy
2018-08-11Add basic CONDSTORE support when fetching initial messages.Kevin McCarthy
2018-07-13Don't overflow tmp in msg_parse_fetch.Kevin McCarthy
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