summaryrefslogtreecommitdiffstats
path: root/imap
AgeCommit message (Expand)Author
2021-12-07Loosen imap_open_mailbox() SELECT response data parsing.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-09-08Fix compare_uid() to work with large UID values.Kevin McCarthy
2021-08-24Preserve QRESYNC seqset holes when restoring from header cache.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-08-21Reset msn_begin on a QRESYNC failure retry.Pieter-Tjerk de Boer
2021-05-04Merge branch 'stable'Kevin McCarthy
2021-05-03Fix seqset iterator when it ends in a comma.Kevin McCarthy
2021-04-25Change browser sort "unsorted" to preserve the original order.Kevin McCarthy
2021-04-25Fix imap_add_folder() reallocation check.Kevin McCarthy
2021-02-21Fix gettext update problems.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 memory leak in imap_copy_messages().Kevin McCarthy
2021-01-13Fix imap memory leaks.Kevin McCarthy
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