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