index
:
mutt
kevin/415-mbox-parsing
kevin/489-stable-iconv-build-bug
kevin/stable-isspace-fix
kevin/stable-mx-maildir-check-fix
master
stable
Mirror of https://gitlab.com/muttmua/mutt.git
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
imap
/
command.c
Age
Commit message (
Expand
)
Author
2005-07-27
More fiddling with fatal state handling. Not tested, and probably as wrong
Brendan Cully
2005-02-03
Add config.h to the top of every C file that could possibly want it.
Brendan Cully
2005-02-01
Pull config.h out of protos.h, add to top of every IMAP C file. This should
Brendan Cully
2005-01-26
Fix some printf arguments.
Ralf Wildenhues
2004-08-02
Fix the improvement to address #1655.
Nathan Dushman
2004-07-21
This is a one-line patch that increases the speed at which mutt
Nathan Dushman
2003-09-19
As the ones of you who compile with new gcc's probably have noticed,
Mads Martin Joergensen
2003-07-24
Some functions/macros like isspace take an int and require the
Vincent Lefevre
2003-07-15
The attached patch should keep all opened IMAP connections alive, no
Brendan Cully
2003-07-14
On Sunday, 13 July 2003 at 18:09, Brendan Cully wrote:
Brendan Cully
2002-12-11
Fix Mike's and my e-mail addresses in copyright lines.
Thomas Roessler
2002-12-10
Replace safe_free calls by the FREE macro.
Thomas Roessler
2002-04-07
The attached patch cleans up some bugs in switching IMAP mailboxes:
Brendan Cully
2002-01-13
Parse IMAP responses locale- and case- insensitive. From Brendan
Thomas Roessler
2001-08-31
Fix some memory leaks. From Pawel Salek, by way of Brendan Cully.
Thomas Roessler
2001-07-24
patch-bac.capability-20010724.1. From Brendan Cully.
Thomas Roessler
2001-06-05
patch-bac.sockets-20010605.1
Thomas Roessler
2001-06-01
More concurrent IMAP modification handling from Brendan Cully.
Thomas Roessler
2001-05-30
Socket API clean-up from Brendan Cully.
Thomas Roessler
2001-05-28
Detect external modifications of IMAP folders. From Brendan Cully.
Thomas Roessler
2001-05-10
A slightly extended version of Dave Ewart's sleeptime patch.
Thomas Roessler
2001-04-26
Add ascii_strcasecmp() and ascii_strncasecmp() functions which do
Thomas Roessler
2001-02-19
Improved error handling.
Thomas Roessler
2001-02-12
Brendan Cully's SASL patch.
Thomas Roessler
2000-08-31
patch-bac.command-3
Thomas Roessler
2000-08-30
patch-bac.expunge-2
Thomas Roessler
2000-08-28
The attached small patch adjusts mutt_pretty_mailbox to handle
Brendan Cully
2000-08-21
patch-bac.createplus-1
Thomas Roessler
2000-08-21
patch-bac.command-2
Thomas Roessler
2000-08-08
* handles expunged messages better. Previously mutt's state was only
Thomas Roessler
2000-08-05
Unified IMAP command code.
Thomas Roessler
2000-07-31
Brendan Cully's SASL patch. I hope I didn't miss any files.
Thomas Roessler
2000-07-28
Handle expunged messages. From Brendan Cully.
Thomas Roessler
2000-07-20
Another IMAP patch from Brendan.
Thomas Roessler
2000-07-18
More IMAP clean-up from Brendan Cully.
Thomas Roessler
2000-07-10
Fix a bunch of cases where format parameters were missing from calls
Thomas Roessler
2000-07-06
More IMAP clean-up.
Thomas Roessler
2000-07-06
More IMAP fixes from Brendan Cully.
Thomas Roessler
2000-07-03
IMAP logout patch from Brendan Cully.
Thomas Roessler
2000-05-24
Handle disconnects more gracefully. From Patrick Caulfield
Thomas Roessler
2000-03-03
The FSF apparently has moved.
Thomas Roessler
2000-03-01
Add $imap_servernoise option to suppress IMAP server messages. From
Thomas Roessler
2000-02-28
Don't do Context updates from the background.
Thomas Roessler
2000-02-18
Reasonably handle suerfluous EXIST messages from IMAP servers. From
Thomas Roessler
2000-01-25
Brendan Cully's latest changes:
Thomas Roessler
1999-11-02
Various IMAP-related fixes from Brendan Cully.
Thomas Roessler
1999-10-26
* stops mutt from logging CRAM secrets in debug mode.
Thomas Roessler
1999-10-25
Brendan Cully's IMAP code movements patch.
Thomas Roessler