summaryrefslogtreecommitdiffstats
path: root/imap/imap_private.h
AgeCommit message (Expand)Author
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
2005-12-16New new mail detection code. Now we use UIDVALIDITY/UIDNEXT to detect whetherBrendan Cully
2005-12-15Use mutt_buffer_printf in several places instead of a homebrew version.Brendan Cully
2005-12-14SASL-IR support for IMAP. The RTT was has begun. I had forgotten howBrendan Cully
2005-12-13Restore IMAP postponed check in the wake of the buffy pipelining patch.Brendan Cully
2005-12-12IMAP IDLE support.Brendan Cully
2005-12-11IMAP command batching code, used to pipeline mailbox poll requests.Brendan Cully
2005-12-10Set up a command pipeline. Currently everything still runs a single command fromBrendan Cully
2005-12-10Move IMAP response buffer out of command into IMAP_DATA. Ironically this is t...Brendan Cully
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-09-07Display progress meter when uploading/fetching IMAP data. Closes: #1772.Brendan Cully
2005-07-26Rework IMAP CLOSE handling to avoid expunging messages when exitingBrendan Cully
2005-04-03Synchronise message flags before moving messages.Dan Fandrich
2005-03-22Thomas graces us with this patch that resolves a type-size inconsistencyThomas Glanzmann
2005-02-17New function: rename-mailbox (bound to 'r' by default).Brendan Cully
2005-01-31Begin removing deprecated autoconf 2.13 backward compatibility code.Brendan Cully