summaryrefslogtreecommitdiffstats
path: root/imap/imap.c
AgeCommit message (Expand)Author
2007-04-10Add $message_cache_clean option to prune message cache on syncBrendan Cully
2007-04-10Fix some warningsBrendan Cully
2007-04-10Make IMAP header cache layout match body cache.Brendan Cully
2007-04-10Add hcache path name hookBrendan 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-09Null out idata->hcache when closing, and remove close from open failure (mx_c...Brendan Cully
2007-04-05Keep hcache pointer in idata, open and close with mailboxBrendan Cully
2007-04-02Fix a segfault in the new mboxcache hcache lookup.Brendan Cully
2007-04-02Fix segfault in new mboxcache hcache check when create is 0Brendan Cully
2007-04-02Add create flag to imap_mboxcache_getBrendan Cully
2007-04-02Push mbox cache header cache check into imap_mboxcache_getBrendan Cully
2007-04-02Cache IMAP access checksBrendan Cully
2007-04-01Adjust context->size on IMAP load and expunge (closes #2749)Brendan Cully
2007-03-31Allow IMAP FCC to reconnect if append fails (closes: #890)Brendan Cully
2007-03-30Add close hook for mh/maildir.Brendan Cully
2007-03-30Add function pointer for close hook in Context.Brendan Cully
2007-03-30Use RECENT for first mailbox check if header cache check failsBrendan Cully
2007-03-16Fixed segfault when attempting to open an imaps mailbox when mutt is not conf...Michael Elkins
2007-03-14Recheck capabilities after authentication (closes: #2837)Brendan Cully
2007-03-14Let imap_conn_find have first crack at completion of rootRado Smiljanic
2007-03-14Don't skip the last connection in imap_complete_hostsBrendan Cully
2007-02-28Add imap_close_connection to fully reset IMAP state. (closes: #2717)Brendan Cully
2007-02-25Update copyrights.Brendan Cully
2007-02-12Full fix for null-pointer dereferences on partial opens. Thanks alsoKees Cook
2007-02-12Do not attempt to free NULL IMAP headers after a partial mailbox load.Brendan Cully
2007-02-07Sanity-check mailbox name in imap_subscribe. (Closes: #2746)Brendan Cully
2006-11-15Unify size and count progress display.Rocco Rutte
2006-08-15Generic ACL support.Rocco Rutte
2006-08-10Add type field for IMAP command data structure, check it before use.Brendan Cully
2006-08-08Finish fixing 2251.Brendan Cully
2006-08-08Handle unknown mailboxes in IMAP buffy check.Brendan Cully
2006-07-09Plug an mbox leak parsing the Postponed folder in imap_open_mailbox (slightlyKyle Wheeler
2006-07-04pdmef.cache.24: Generalise IMAP body caching and add POP support.Rocco Rutte
2006-05-18Use header_cache_t* instead of void* for header cache.Rocco Rutte
2006-04-28pdmef+fix+sslinterface. Triggered by a warning when compilingRocco Rutte
2006-01-15A conservative update of copyright years. Some other files may need updatingBrendan Cully
2006-01-09Adding pattern group support; seeThomas Roessler
2006-01-03Pipeline CLOSE (it's always followed by a SELECT or a LOGOUT).Brendan Cully
2006-01-03If there is an * OK [CAPABILITY... qualifier on connect, parse it and skipBrendan Cully
2006-01-03Pipeline postponed mail check on mailbox open if appropriate.Brendan Cully
2005-12-30Sort mailbox in SORT_ORDER in imap_sync_mailbox so that sync_helper doesn'tBrendan Cully
2005-12-30Only resort headers in imap_make_msg_set if order != SORT_ORDER.Brendan Cully
2005-12-23Always use NOOP when imap_check_mailbox is called with force set.Brendan Cully
2005-12-23IMAP message cache fixes: embed UIDVALIDITY in the cache file name, onlyBrendan Cully
2005-12-22Add $imap_cachedir option. If set, mutt will keep copies of IMAP messagesBrendan Cully
2005-12-22Check all connections instead of just the first when NONEW is set inBrendan 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-20Remove deleted entries from header cache on CLOSE.Brendan Cully