summaryrefslogtreecommitdiffstats
path: root/imap/imap.c
AgeCommit message (Expand)Author
2020-12-07Merge branch 'stable'Kevin McCarthy
2020-12-07Ensure idata->check_status is cleared on mailbox close.Kevin McCarthy
2020-11-21Clean up labels in imap_open_connection().Kevin McCarthy
2020-11-19Ensure IMAP connection is closed after a connection error.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-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-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-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-19Convert mutt_complete() to use the buffer pool.Kevin McCarthy
2019-04-16Convert BUFFER->path to a BUFFER.Kevin McCarthy
2019-04-02Remove h->active hack in imap_sync_message_for_copy().Kevin McCarthy
2019-03-13Merge branch 'stable'Kevin McCarthy
2019-03-13Fix incorrect IMAP message purging bug.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-12-29Change x-label editing flag to be in the envelope.Kevin McCarthy
2018-12-29Create envelope->changed to mark all field changes.Kevin McCarthy
2018-12-17Add mx operation save_to_header_cache.Kevin McCarthy
2018-12-12Fix imap_sync_mailbox() hcache leak.Kevin McCarthy
2018-10-08Create mutt_buffer_add_printf().Kevin McCarthy
2018-10-06Convert imap_rename and pgp_invoke_list_keys to use buffer pool.Kevin McCarthy
2018-09-30Change imap_rename_mailbox to use a BUFFER.Kevin McCarthy
2018-09-30Increase buffer sizes for some IMAP commands.Kevin McCarthy
2018-09-12Change imap_conn_find() to always return an authenticated conn.Kevin McCarthy
2018-08-21Fix nested macro warning.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