summaryrefslogtreecommitdiffstats
path: root/imap/message.c
AgeCommit message (Expand)Author
2021-09-09Merge branch 'stable'Kevin McCarthy
2021-09-08Reduce sorting when expunging QRESYNC VANISHED records.Kevin McCarthy
2021-09-08Clean up more context fields on a QRESYNC reset.Kevin McCarthy
2021-09-08QRESYNC: don't increment msn for missing headers.Kevin McCarthy
2021-08-30Add a comment about msn_seqset generation and header cache holes.Kevin McCarthy
2021-08-24Merge branch 'stable'Kevin McCarthy
2021-08-24Preserve QRESYNC seqset holes when restoring from header cache.Kevin McCarthy
2021-08-21Reset msn_begin on a QRESYNC failure retry.Pieter-Tjerk de Boer
2021-07-17Silence imap_make_date() warning by switching to a BUFFER.Kevin McCarthy
2021-07-17Silence compiler "may be uninitialized" warnings.Kevin McCarthy
2021-07-07Add a help choice '?' to the yes or no prompt for quadoptions.Kevin McCarthy
2021-01-27Convert all mutt_atoX functions to behave strictly.Kevin McCarthy
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