summaryrefslogtreecommitdiffstats
path: root/imap
AgeCommit message (Expand)Author
2022-04-12Fix strlen() assigns to be of type size_t where obvious.Kevin McCarthy
2022-02-21Fix some mailbox prompts to use mailbox history ring.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-23Add GNU SASL support for authentication.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-16Generate URLs with user/password as parsed.Kevin McCarthy
2021-09-16Ensure embedded IMAP passwords are stored in context->path.Kevin McCarthy
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-09-08Fix compare_uid() to work with large UID values.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-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-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-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