summaryrefslogtreecommitdiffstats
path: root/imap/command.c
AgeCommit message (Expand)Author
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2014-07-17Add support for utf-8 mailboxes in imap.Kevin McCarthy
2013-10-06Ensure that BUFFER variables are initialized to prevent later attemptsAaron Schrab
2013-10-05Consistently use mutt_buffer_init functionAaron Schrab
2012-12-15make imap_private.h include message.h for IMAP_HEADER_DATA definitionMichael Elkins
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2011-06-25Parentheses suggestedBrendan Cully
2011-06-25Do not subscribe to \noselect mailboxes. Closes #3445Brendan Cully
2010-09-13Restore the previous behaviour of checking for new messages in imap folders w...Emanuele Giaquinta
2010-09-12add $mail_check_recent boolean to control whether Mutt will notify about all ...Michael Elkins
2009-06-28Not being able to start an IMAP command is a fatal error.Brendan Cully
2009-01-05Report CREATE failuresBrendan Cully
2009-01-04Updated copyrightsBrendan Cully
2009-01-03Raise debug level for several messagesBrendan Cully
2008-10-30Add imap_account_match wrapper over mutt_account_match that canonicalizesEmanuele Giaquinta
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
2008-05-22Escape LSUB mailbox names given to mutt_parse_rc_line.Brendan Cully
2007-11-08Turn down some debug logging levelsBrendan Cully
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