summaryrefslogtreecommitdiffstats
path: root/imap/imap_private.h
AgeCommit message (Expand)Author
2020-12-12Add "headers" parameter to mx_open_message().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
2019-11-30imap: add support for COMPRESS=DEFLATE, RFC 4978Fabian Groffen
2019-10-08Convert imap_cachepath() and callers to use buffers.Kevin McCarthy
2019-09-09Add $browser_sticky_cursor default set.Kevin McCarthy
2019-04-23Improve hierarchy information accuracy in IMAP browserNaveen Nathan
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-08-13Only sync CONDSTORE and QRESYNC on the initial download.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-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-01-06Merge branch 'stable'Kevin McCarthy
2018-01-06Change imap literal counts to parse and store unsigned ints.Kevin McCarthy
2017-09-27Make cmd_parse_fetch() more precise about setting reopen/check flags.Kevin McCarthy
2017-09-13Change imap copy/save and trash to sync flags, excluding deleted. (closes #39...Kevin McCarthy
2017-07-22Add $imap_poll_timeout to allow mailbox polling to time out.Kevin McCarthy
2017-05-20Add msn_index and max_msn to find and check boundaries by MSN. (see #3942)Kevin McCarthy
2017-05-20Start fixing imap_read_headers() to account for MSN gaps. (see #3942)Kevin McCarthy
2017-01-06Create a uid hash for imap. (see #3905)Kevin McCarthy
2016-06-18add commit_msg to struct mx_opsDamien Riegel
2016-06-18add close_msg to struct mx_opsDamien Riegel
2016-06-17Add open_msg to struct mx_opsDamien Riegel
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2014-07-17Add support for utf-8 mailboxes in imap.Kevin McCarthy
2012-12-15make imap_private.h include message.h for IMAP_HEADER_DATA definitionMichael Elkins
2012-09-09Make imap_free_header_data type-safeAndrew Gaul
2009-06-26Set internaldate of messages appended to IMAP mailboxesBrendan Cully
2009-01-10Canonicalize IMAP mailboxes before comparing them.Brendan Cully
2009-01-05Report CREATE failuresBrendan Cully
2008-10-20Call imap_free_idata instead of freeing directly in imap_logoutBrendan Cully
2008-08-29Dead codeBrendan Cully
2008-08-29Use sorted headers in imap_exec_msgset. Fixes [e68f79fef249].Brendan Cully
2008-08-28The msgset changes seem buggy. Reverting pending further testing.Brendan Cully
2008-08-28Split long IMAP commands for the benefit of lazy servers (closes #3000).Brendan Cully
2008-08-25Introduce $imap_pipeline_depth.Brendan Cully
2008-08-25Rework IMAP command queueing to allow pipelining to be disabled.Brendan Cully
2007-04-10Add $message_cache_clean option to prune message cache on syncBrendan Cully
2007-04-10Make IMAP header cache layout match body cache.Brendan Cully
2007-04-10Do not hold hcache open while mailbox is open - it can lead to lockupsBrendan Cully
2007-04-10Add imap_hcache_del; minor cleanupsBrendan Cully
2007-04-05IMAP header cache API improvements.Brendan Cully
2007-04-05Keep hcache pointer in idata, open and close with mailboxBrendan Cully
2007-04-05Remove broken namespace supportBrendan Cully