summaryrefslogtreecommitdiffstats
path: root/imap
AgeCommit message (Expand)Author
2019-08-03Add AUTOCRYPT header to imap fetch list.Kevin McCarthy
2019-06-28Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy
2019-06-10Allow imap_cmd_finish() to both expunge and fetch new mail.Kevin McCarthy
2019-06-07Improve imap_append_message() error message handling.Kevin McCarthy
2019-06-06Enable the idata->check_status using bit operations.Kevin McCarthy
2019-06-06Improve robustness of imap_append_message().Kevin McCarthy
2019-06-05Fix dropped new mail notifications when an EXPUNGE_PENDING is set.Kevin McCarthy
2019-04-24Add RECURSIVEMATCH LIST-EXTENDED selection option to query.Kevin McCarthy
2019-04-23Improve hierarchy information accuracy in IMAP browserNaveen Nathan
2019-04-22Add $imap_fetch_chunk_size to allow FETCHing new headers in chunks.Kevin McCarthy
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