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
/
account.c
Age
Commit message (
Expand
)
Author
2019-01-04
Clean up code indentation.
Kevin McCarthy
2018-12-31
Remove trailing whitespace.
Kevin McCarthy
2018-11-18
Add L10N comments to several unclear messages.
TAKAHASHI Tamotsu
2018-07-16
Improve OAUTHBEARER support.
Brandon Long
2016-05-09
Change M_* symbols to MUTT_*
Derek Martin
2016-01-01
Convert copyright years to all use 4 digit years.
Kevin McCarthy
2009-07-01
Make getuser/pass abort if input is required in batch mode.
Rocco Rutte
2008-10-30
Remove unused variable in mutt_account_match and fix comment.
Emanuele Giaquinta
2007-04-11
Add $smtp_pass (closes #2116)
Brendan Cully
2007-02-25
Update copyrights.
Brendan Cully
2007-02-24
This patch adds ESMTP relay support to mutt.
Brendan Cully
2006-12-03
Fix logic error; debian#400831.
Thomas Roessler
2005-09-17
Gah, forgot the zip code when updating the FSF address...
Brendan Cully
2005-09-17
Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.
Brendan Cully
2005-08-07
Reuse mutt_get_field for mutt_get_field_unbuffered.
Brendan Cully
2005-08-07
Make username prompts unbuffered like password prompts are (no more
Brendan Cully
2005-08-03
Fix C precedence buglet in getlogin preventing it from actually calling
Brendan Cully
2005-08-02
Fix password prompt for POP (more authentication ID fallout).
Brendan Cully
2005-07-17
Don't dereference null ImapUser in new getlogin function.
Brendan Cully
2005-06-28
Add $imap_login variable to specify which user to authenticate as
Brendan Cully
2005-02-03
Add config.h to the top of every C file that could possibly want it.
Brendan Cully
2003-07-16
I noticed that my mutt hung when I tried SASL DIGEST-MD5
Brendan Cully
2003-07-14
The attached patch prevents mutt from reading the push buffer when
Brendan Cully
2001-04-26
Add ascii_strcasecmp() and ascii_strncasecmp() functions which do
Thomas Roessler
2000-09-04
patch-bac.imapurl-4
Thomas Roessler
2000-08-25
patch-bac.imapurl-2, with small modifications.
Thomas Roessler
2000-08-04
SASL patch from Brendan Cully.
Thomas Roessler
2000-07-31
Brendan Cully's SASL patch. I hope I didn't miss any files.
Thomas Roessler
2000-07-19
IMAP socket moves by Brendan Cully, with a fix from Tommi
Thomas Roessler