diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-08-26 23:53:14 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-08-26 23:53:14 +0200 |
commit | 84580ab863845586828269ebc7c3d0ad9376b3e3 (patch) | |
tree | 99a328f572b9cd11268a7c159f174aa82d9e18a0 /imap.c | |
parent | 7f0acc8fc9cc6274b4cb52390c77d78dacfecc15 (diff) | |
download | fetchmail-84580ab863845586828269ebc7c3d0ad9376b3e3.tar.gz fetchmail-84580ab863845586828269ebc7c3d0ad9376b3e3.tar.bz2 fetchmail-84580ab863845586828269ebc7c3d0ad9376b3e3.zip |
IMAP: don't send * after failed AUTHENTICATE EXTERNAL
...i. e. after receiving tagged response.
Diffstat (limited to 'imap.c')
-rw-r--r-- | imap.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -534,8 +534,6 @@ static int imap_getauth(int sock, struct query *ctl, char *greeting) int err = do_auth_external(sock, "AUTHENTICATE", ctl->remotename); if (err) { - /* SASL cancellation of authentication */ - gen_send(sock, "*"); if (ctl->server.authenticate != A_ANY) return err; } else { |