diff options
author | Eduardo Chappa <chappa@washington.edu> | 2021-10-10 11:00:30 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2021-10-10 11:00:30 -0600 |
commit | 9b2bd07cf27037177bb76d699cd29c03b6b6c20c (patch) | |
tree | ebd21bfb2fa0617cdc40ab55469ba045b9972ff7 /imap/src | |
parent | e65d2f50fb1098212999d1b4d46a40fb338de914 (diff) | |
download | alpine-9b2bd07cf27037177bb76d699cd29c03b6b6c20c.tar.xz |
* Alpine might delete all passwords from the password file if the
password file is not unlocked by cancellation, or the authentication
for an XOAUTH2 server is cancelled, or the password of an account is
changed.
Diffstat (limited to 'imap/src')
-rw-r--r-- | imap/src/c-client/imap4r1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/imap/src/c-client/imap4r1.c b/imap/src/c-client/imap4r1.c index 85f3b2fc..9ee4b62e 100644 --- a/imap/src/c-client/imap4r1.c +++ b/imap/src/c-client/imap4r1.c @@ -1235,7 +1235,6 @@ long imap_auth (MAILSTREAM *stream,NETMBX *mb,char *tmp,char *usr) if(base && !trial){ /* do it now, instead of later */ mm_log ("IMAP Authentication cancelled",ERROR); - delete_password(mb, usr); return NIL; } /* make sure have a response */ |