summaryrefslogtreecommitdiffstats
path: root/imap/command.c
AgeCommit message (Expand)Author
2007-04-10Add imap_hcache_del; minor cleanupsBrendan Cully
2007-04-04Only reset UIDNEXT if new mail has been detected.Brendan Cully
2007-04-02Reset uidnext unconditionally in IMAP new mail check.Brendan 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-03-31Allow IMAP FCC to reconnect if append fails (closes: #890)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-14Update IMAP ACL parser to recognize RFC rightsBrendan 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-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 fixes for out-of-order FETCH responses.Brendan Cully
2006-08-07Check for CAPABILITY in extended tagged responses.Brendan Cully
2006-07-06Fix a string leak parsing STATUS responses.Rocco Rutte
2006-05-26Add mutt_socket_write_n to write binary data. Use this function inTAKAHASHI Tamotsu
2006-04-03Don't pass a null destination to imap_fix_path in the defaultBrendan Cully
2006-02-21Catch mutt_buffer_printf failures.Brendan Cully
2006-01-15A conservative update of copyright years. Some other files may need updatingBrendan Cully
2006-01-03If there is an * OK [CAPABILITY... qualifier on connect, parse it and skipBrendan Cully
2005-12-22Fix at least Kyle Wheeler's new mail detection problems: call imap_fix_pathBrendan Cully
2005-12-22More logging in STATUS parser to track down new mail detection problems.Brendan Cully
2005-12-21Don't run pending IMAP commands until the current queue has drained. ManyBrendan Cully
2005-12-21Compare full mailbox names when doing IMAP buffy check, not up to the lengthBrendan Cully
2005-12-19Pipeline MYRIGHTS, subscribed mailbox check and root delimiter check.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-12. Add $imap_idle boolean to disable the IDLE extension (may be needed with someBrendan 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-10-10Accept + as IMAP continuation, not just + . May close #2106.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-06Extend pattern language to do simple string matches as well as regularBrendan Cully
2005-08-08Fix bug just introduced in lsub parsing that could cause mutt to loop indefin...Brendan Cully
2005-08-07New option: $imap_check_subscribed. If set, mutt will fetch the set ofBrendan Cully
2005-07-27More fiddling with fatal state handling. Not tested, and probably as wrongBrendan Cully
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2005-02-01Pull config.h out of protos.h, add to top of every IMAP C file. This shouldBrendan Cully
2005-01-26Fix some printf arguments.Ralf Wildenhues
2004-08-02Fix the improvement to address #1655.Nathan Dushman