summaryrefslogtreecommitdiffstats
path: root/imap
AgeCommit message (Expand)Author
2006-11-28Rename PROG_(SIZE|MSG) to M_PROGRESS_\1.Rocco Rutte
2006-11-21If a method list has been given, fall back to the next authenticatorBrendan Cully
2006-11-15Unify size and count progress display.Rocco Rutte
2006-10-31Update TODOBrendan Cully
2006-08-15Generic ACL support.Rocco Rutte
2006-08-10Unbreak imap_check_subscribed after command data type change.Brendan Cully
2006-08-10Add type field for IMAP command data structure, check it before use.Brendan Cully
2006-08-10Handle IMAP out-of-order tagged responses. Closes: #2365.Brendan Cully
2006-08-10Handle literal mailbox names in LIST responses (for Notes).Brendan Cully
2006-08-10Notes sometimes sends EXISTS messages for the wrong mailbox.Brendan Cully
2006-08-10More out-of-order FETCH fixes. This time I wrote a replay tool actingBrendan Cully
2006-08-10More fixes for out-of-order FETCH responses.Brendan Cully
2006-08-09Untested attempt to handle flag updates during mailbox open.Brendan Cully
2006-08-09Do not allow IMAP mailbox to be reopened while it is being opened.Brendan Cully
2006-08-08Finish fixing 2251.Brendan Cully
2006-08-08Handle unknown mailboxes in IMAP buffy check.Brendan Cully
2006-08-07Check for CAPABILITY in extended tagged responses.Brendan Cully
2006-07-18Long-overdue build system overhaul.Matthias Andree
2006-07-09Plug an mbox leak parsing the Postponed folder in imap_open_mailbox (slightlyKyle Wheeler
2006-07-07Fix a small memory leak in the gap between the last cached header and theRocco Rutte
2006-07-06Fix a string leak parsing STATUS responses.Rocco Rutte
2006-07-04pdmef.cache.24: Generalise IMAP body caching and add POP support.Rocco Rutte
2006-06-19Fix browse_get_namespace() which could overflow ns[LONG_STRING].TAKAHASHI Tamotsu
2006-05-26Add mutt_socket_write_n to write binary data. Use this function inTAKAHASHI Tamotsu
2006-05-18Use header_cache_t* instead of void* for header cache.Rocco Rutte
2006-05-18Avoid safe_free() usage and add security checksRocco Rutte
2006-04-28pdmef+fix+sslinterface. Triggered by a warning when compilingRocco Rutte
2006-04-18Handle Exchange's bogus short challenge in AUTH NTLM (problem debugged byBrendan Cully
2006-04-03Don't pass a null destination to imap_fix_path in the defaultBrendan Cully
2006-03-15Don't store UIDNEXT unless we know it.Brendan Cully
2006-03-15Only synthesize UIDNEXT if we've fetched uncached messages. Fixes aBrendan Cully
2006-03-13Courier fails to send UIDNEXT on SELECT (a violation of RFC 3501Brendan Cully
2006-02-21Catch mutt_buffer_printf failures.Brendan Cully
2006-01-20Correct a fairly harmless typo parsing message \Recent flags.Phil Pennock
2006-01-15A conservative update of copyright years. Some other files may need updatingBrendan Cully
2006-01-10Sanity-check folder inferiors response. Brian Weaver reports that it fixesBrendan Cully
2006-01-09Adding pattern group support; seeThomas Roessler
2006-01-04Zero out IMAP_LIST before each imap_cmd_step in browser to avoid bogusBrendan Cully
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-23Don't evaluate hcache unless uidnext > 0. This shouldn't happen, but itBrendan 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-22Fix at least Kyle Wheeler's new mail detection problems: call imap_fix_pathBrendan Cully
2005-12-22Add <errno.h> for msg_cache_put.Brendan 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