summaryrefslogtreecommitdiffstats
path: root/imap/imap_private.h
AgeCommit message (Expand)Author
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
2007-04-02Fix a segfault in the new mboxcache hcache lookup.Brendan Cully
2007-04-02Add create flag to imap_mboxcache_getBrendan Cully
2007-02-28Add imap_close_connection to fully reset IMAP state. (closes: #2717)Brendan Cully
2006-08-15Generic ACL support.Rocco Rutte
2006-08-10Add type field for IMAP command data structure, check it before use.Brendan Cully
2006-07-04pdmef.cache.24: Generalise IMAP body caching and add POP support.Rocco Rutte
2005-12-23Don't evaluate hcache unless uidnext > 0. This shouldn't happen, but itBrendan Cully
2005-12-22Add $imap_cachedir option. If set, mutt will keep copies of IMAP messagesBrendan Cully
2005-12-21Cache UIDVALIDITY/UIDNEXT as header cache metadata, only attempt toBrendan Cully
2005-12-20Refactor header cache a bit to provide (fetch|store)_raw functions. TheseBrendan Cully
2005-12-19More IMAP header cache cleanup: remove expunged entries from cache, andBrendan Cully
2005-12-19Much faster IMAP sync code, pipelined and everything. Now batch updatesBrendan Cully
2005-12-19Real support for the Old flag on IMAP.Brendan Cully
2005-12-19Display success message when subscription command succeeds.Brendan Cully
2005-12-19Replace imap_parse_list_response with a proper untagged response handler.Brendan Cully