summaryrefslogtreecommitdiffstats
path: root/imap
AgeCommit message (Expand)Author
2019-04-16Convert BUFFER->path to a BUFFER.Kevin McCarthy
2019-04-02Restore active flag in imap_fetch_message() on error.Kevin McCarthy
2019-04-02Remove h->active hack in imap_sync_message_for_copy().Kevin McCarthy
2019-03-29Merge branch 'stable'Kevin McCarthy
2019-03-29Change IMAP to try oauthbearer first.Kevin McCarthy
2019-03-29Fail oauth quietly if it was not configured.Kevin McCarthy
2019-03-13browser.c: Convert LastDir and LastDirBackup to BUFFER.Kevin McCarthy
2019-03-13Merge branch 'stable'Kevin McCarthy
2019-03-13Fix incorrect IMAP message purging bug.Kevin McCarthy
2019-03-11Add mutt_buffer_expand_path().Kevin McCarthy
2019-03-11Fix imap_pretty_mailbox() call to url_ciss_tostring().Kevin McCarthy
2019-03-10Improve imap uid seqset hcache buffer usage.Kevin McCarthy
2019-03-10Minor buffer handling code cleanup.Kevin McCarthy
2019-02-12Check the base64 decoding retval in auth_gss.Kevin McCarthy
2019-02-12Change auth_gss to to use buffers and the buffer pool.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.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-11-30Add SENDER to default list of IMAP headers.Kevin McCarthy
2018-11-27Fix QRESYNC crash after a large number of VANISHED messages.Kevin McCarthy
2018-10-23Fix memleaks of saslconn on error pathsPeter Wu
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-22Merge branch 'stable'Kevin McCarthy
2018-09-22Increase user/pass field sizes in auth_login.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-15Allow ctrl-c to interrupt initial IMAP header download.Kevin McCarthy
2018-08-13Only sync CONDSTORE and QRESYNC on the initial download.Kevin McCarthy
2018-08-11Always check UID vs MSN when handling FETCH.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
2018-07-28Fix -z and -Z options to work with IMAP.Kevin McCarthy
2018-07-16Improve OAUTHBEARER support.Brandon Long
2018-07-16Merge branch 'stable'Kevin McCarthy
2018-07-15Check outbuf length in mutt_from_base64()Kevin McCarthy
2018-07-13Verify IMAP status mailbox literal count size.Kevin McCarthy
2018-07-13Handle NO response without message properlyJerikoOne
2018-07-13Don't overflow tmp in msg_parse_fetch.Kevin McCarthy
2018-07-13Selectively cache headers.Richard Russon
2018-07-13Fix buffer size check in cmd_parse_lsub.Kevin McCarthy
2018-07-12Fix imap_quote_string() length check errors.Kevin McCarthy
2018-07-07Merge branch 'stable'Kevin McCarthy