summaryrefslogtreecommitdiffstats
path: root/imap
AgeCommit message (Expand)Author
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
2018-07-07Properly quote IMAP mailbox names when (un)subscribing.Kevin McCarthy
2018-06-14Initial support for OAUTHBEARER for IMAP.Brandon Long
2018-05-21Remove mutt_buffer_new() NULL retval checks.Kevin McCarthy
2018-04-15Add a comment in auth_gss about RFCs and null-termination.Kevin McCarthy
2018-04-13Merge branch 'stable'Kevin McCarthy
2018-04-13Improve gss debug printing of status_string.Kevin McCarthy
2018-04-13Merge branch 'stable'Kevin McCarthy
2018-04-13Remove trailing null count from gss_buffer_desc.length field.Kevin McCarthy
2018-01-07cmd_handle_fatal: make error message a bit more descriptiveFabian Groffen
2018-01-07Merge branch 'stable'Kevin McCarthy
2018-01-07Fix imap status count range check.Kevin McCarthy
2018-01-06Merge branch 'stable'Kevin McCarthy
2018-01-06Change imap literal counts to parse and store unsigned ints.Kevin McCarthy
2018-01-06Fix improper signed int conversion of IMAP uid and msn values.Kevin McCarthy
2017-11-28Update copyright notices.Kevin McCarthy