summaryrefslogtreecommitdiffstats
path: root/imap/imap.c
AgeCommit message (Expand)Author
2022-10-13Allow Fcc'ing to IMAP in batch mode.Kevin McCarthy
2022-04-12Fix strlen() assigns to be of type size_t where obvious.Kevin McCarthy
2022-02-17Make sure username is included in header and body cache paths.Kevin McCarthy
2022-02-02Don't queue IMAP close commands.Kevin McCarthy
2021-12-07Merge branch 'stable'Kevin McCarthy
2021-12-07Loosen imap_open_mailbox() SELECT response data parsing.Kevin McCarthy
2021-09-23Don't use subtraction for qsort numeric value comparisons.Kevin McCarthy
2021-09-09Merge branch 'stable'Kevin McCarthy
2021-09-08Fix compare_uid() to work with large UID values.Kevin McCarthy
2021-08-24Merge branch 'stable'Kevin McCarthy
2021-08-24Don't include inactive messages in msgset generation.Kevin McCarthy
2021-08-24Sort headers by UID when generating a msgset sequence.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
2021-01-22Add -nonotify argument to mailboxes commandRene Kita
2021-01-13Merge branch 'stable'Kevin McCarthy
2021-01-13Fix imap memory leaks.Kevin McCarthy
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