summaryrefslogtreecommitdiffstats
path: root/imap
AgeCommit message (Expand)Author
2007-04-12Simplify IMAP message fetch loop slightlyBrendan Cully
2007-04-12Handle a missing or corrupted header cache entry (closes #2676)Brendan Cully
2007-04-11Make imap_hcache_open robust against missing idata->ctxBrendan Cully
2007-04-11Do not attempt to parse idata->ctx->path if an explicit path is givenBrendan Cully
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-09Kill off some IMAP TODO itemsBrendan Cully
2007-04-09Null out idata->hcache when closing, and remove close from open failure (mx_c...Brendan Cully
2007-04-07Fix compiler aliasing warningsFabian Groffen
2007-04-05Fix logic error introduced in [efbcef81ac49]Brendan 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-05Small hcache-related memory leaksBrendan Cully
2007-04-05Remove broken namespace supportBrendan Cully
2007-04-04Only reset UIDNEXT if new mail has been detected.Brendan Cully
2007-04-03Fix some warnings.Fabian Groffen
2007-04-03Add missing hcache.h includeBrendan Cully
2007-04-02Add hook for proper IMAP unseen count in mailbox browserBrendan Cully
2007-04-02Reset uidnext unconditionally in IMAP new mail check.Brendan 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-31Add tmp flag to bcache_put, create bcache_commit.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-30Consult header cache if available for last known new mail count.Brendan Cully
2007-03-29Make message cache write to temporary location until file is complete.Brendan Cully
2007-03-23Reset list.name before each list response in folder browserBrendan Cully
2007-03-16Fixed segfault when attempting to open an imaps mailbox when mutt is not conf...Michael Elkins
2007-03-15Remove .cvsignoresBrendan Cully
2007-03-14Update IMAP ACL parser to recognize RFC rightsBrendan Cully
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-03-12Substitute INBOX for empty mailbox _after_ cleanup (closes: #2841)Brendan Cully
2007-03-06Remove buggy usage of M_ICONV_HOOK_TO flag in mutt_idna.c:mutt_idna_to_local().Alain Bench
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