summaryrefslogtreecommitdiffstats
path: root/imap/browse.c
AgeCommit message (Expand)Author
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-10Add error message string for imap_mailbox_rename() on root folder.Kevin McCarthy
2016-03-23Prevent renaming root folder in imap.Kevin McCarthy
2016-03-23Fix uninitialized prompt buffer in imap_mailbox_rename(). (closes #3819)Kevin McCarthy
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2015-11-21Remove redundant mbox delimiter check in imap_browse(). (closes #3646)Kevin McCarthy
2015-09-06Fix double-decode during IMAP browse.Kevin McCarthy
2014-07-17Add support for utf-8 mailboxes in imap.Kevin McCarthy
2009-01-14Use imap_utf7_encode instead of imap_munge_mbox_name+imap_unquote_string.Emanuele Giaquinta
2009-01-04IMAP copyright header updatesBrendan Cully
2008-10-20Fix memory leak in imap_mailbox_stateBrendan Cully
2008-10-19Fix up destination path when renaming mailbox. Closes #2090.TAKAHASHI Tamotsu
2008-05-21Guard idata->mailbox read in imap_mailbox_state. Closes #3057.Rocco Rutte
2008-05-17Use context to get IMAP new message count in mailbox browser if possible.Brendan Cully
2007-04-05Remove broken namespace supportBrendan Cully
2007-04-02Add hook for proper IMAP unseen count in mailbox browserBrendan Cully
2007-03-23Reset list.name before each list response in folder browserBrendan Cully
2006-08-10Add type field for IMAP command data structure, check it before use.Brendan Cully
2006-06-19Fix browse_get_namespace() which could overflow ns[LONG_STRING].TAKAHASHI Tamotsu
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-04Zero out IMAP_LIST before each imap_cmd_step in browser to avoid bogusBrendan Cully
2005-12-19Real support for the Old flag on IMAP.Brendan Cully
2005-12-19Replace imap_parse_list_response with a proper untagged response handler.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-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-08-07New option: $imap_check_subscribed. If set, mutt will fetch the set ofBrendan Cully
2005-08-06Kill a warning.Brendan Cully
2005-02-17New function: rename-mailbox (bound to 'r' by default).Brendan 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
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
2002-02-26Brendan Cully sent a patch.Thomas Roessler
2002-02-05Fix another IMAP browsing bug.Thomas Roessler
2002-01-13Parse IMAP responses locale- and case- insensitive. From BrendanThomas Roessler
2001-11-05Missing gettext calls, noted by Byrial Jensen.Thomas Roessler
2001-10-28Fix 839Thomas Roessler
2001-08-02Namespace fix. From Pawel Slawek (or Peter Bloomfield?); forwardedThomas Roessler
2001-05-23patch-bac.createnull-20010522.1Thomas Roessler
2001-05-15patch-bac.notes-20010515.1Thomas Roessler
2001-05-10A slightly extended version of Dave Ewart's sleeptime patch.Thomas Roessler
2001-04-26Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler
2001-02-15Brendan Cully's latest STARTTLS patch.Thomas Roessler
2001-02-12Brendan Cully's SASL patch.Thomas Roessler
2000-09-04patch-bac.imapurl-4Thomas Roessler
2000-08-21patch-bac.parsepath-2Thomas Roessler
2000-08-21patch-bac.createplus-1Thomas Roessler
2000-08-21patch-bac.command-2Thomas Roessler