summaryrefslogtreecommitdiffstats
path: root/imap
AgeCommit message (Expand)Author
2020-12-22Correct length to use LOFF_T.Kevin McCarthy
2020-12-20Typo in a L10N text.Vincent Lefevre
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-07Ensure idata->check_status is cleared on mailbox close.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-11-21Clean up labels in imap_open_connection().Kevin McCarthy
2020-11-20Merge branch 'stable'Kevin McCarthy
2020-11-19Ensure IMAP connection is closed after a connection error.Kevin McCarthy
2020-11-12Fix IMAP UTF-7 for code points >= U+10000.Kevin McCarthy
2020-08-26Remove always true conditional (#if 1)Remco Rijnders
2020-07-06Directly add/remove mailboxes for IMAP.Kevin McCarthy
2020-06-23Add $tunnel_is_secure config, defaulting set.Kevin McCarthy
2020-06-22Merge branch 'stable'Kevin McCarthy
2020-06-22Remove $ssl_starttls check for IMAP PREAUTH.Kevin McCarthy
2020-06-20Merge branch 'stable'Kevin McCarthy
2020-06-20Don't check IMAP PREAUTH encryption if $tunnel is in use.Kevin McCarthy
2020-06-19Add L10N comment for unencrypted PREAUTH warning.Kevin McCarthy
2020-06-14Merge branch 'stable'Kevin McCarthy
2020-06-14Prevent possible IMAP MITM via PREAUTH response.Kevin McCarthy
2020-06-13Add basic XOAUTH2 support.Kevin McCarthy
2020-05-31Try to automatically reconnect to an open IMAP mailbox on error.Kevin McCarthy
2020-05-01Ensure idata->reopen is clear when the mailbox is closed.Kevin McCarthy
2020-05-01Fix CONDSTORE/QRESYNC context flag counts on updates.Kevin McCarthy
2020-04-08Display error if no imap authenticators are available.Kevin McCarthy
2020-04-06Turn off REOPEN flag after imap open and sync operations.Kevin McCarthy
2020-03-31Convert mutt_parse_rc_line() to use real buffer to hold the line.Kevin McCarthy
2020-03-30Ensure rc_line err BUFFER is always dynamic.Kevin McCarthy
2020-03-27Add -label and -nopoll arguments to mailboxes commandKevin McCarthy
2020-03-01Try to respect MUTT_QUIET for IMAP contexts too.Kevin McCarthy
2020-02-28Fix use of uninitialized buffer in imap_open_connection()Zero King
2020-02-12Merge branch 'stable'Kevin McCarthy
2020-02-12Fix crash when syncing large IMAP mailboxes.Kevin McCarthy
2019-11-30Fixes and cleanup for imap deflate patch.Kevin McCarthy
2019-11-30imap: add support for COMPRESS=DEFLATE, RFC 4978Fabian Groffen
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-10-07Convert imap_open_new_message() to use buffer pool.Kevin McCarthy
2019-09-30Memcpy header cache fetch values to ensure alignment.Kevin McCarthy
2019-09-27Convert hcache_open to use buffer pool.Kevin McCarthy
2019-09-19Convert mutt_complete() to use the buffer pool.Kevin McCarthy
2019-09-13Convert mutt_save_message() to use buffer pool.Kevin McCarthy
2019-09-09Add $browser_sticky_cursor default set.Kevin McCarthy
2019-09-08Rename browser fields to display_name and full_path.Kevin McCarthy