diff options
| author | Sam Varshavchik | 2022-03-03 21:46:12 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2022-03-03 21:46:12 -0500 |
| commit | 4c4693e3497b7723446d360a04522de9cee8b063 (patch) | |
| tree | 684a615c5711cc117691ff1bbfc4a03d4ae60924 /imap/authenticate_auth.c | |
| parent | 12836a6b6fa2466054991ab9946cfeb9637e3cc1 (diff) | |
| download | courier-libs-4c4693e3497b7723446d360a04522de9cee8b063.tar.bz2 | |
Fix broken IMAP SASL authentication
Diffstat (limited to 'imap/authenticate_auth.c')
| -rw-r--r-- | imap/authenticate_auth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/imap/authenticate_auth.c b/imap/authenticate_auth.c index 60334e9..41249e6 100644 --- a/imap/authenticate_auth.c +++ b/imap/authenticate_auth.c @@ -102,6 +102,7 @@ int rc; switch (tok->tokentype) { case IT_ATOM: case IT_NUMBER: + case IT_QUOTED_STRING: break; default: return (0); |
