diff options
-rw-r--r-- | imap.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -831,6 +831,7 @@ int imap_getauth(int sock, struct query *ctl, char *greeting) { if (outlevel >= O_MONITOR) report(stdout, "IMAP> *\n"); + /* SASL cancellation of authentication */ SockWrite(sock, "*\r\n", 3); } @@ -856,6 +857,7 @@ int imap_getauth(int sock, struct query *ctl, char *greeting) { if (outlevel >= O_MONITOR) report (stdout, "IMAP> *\n"); + /* SASL cancellation of authentication */ SockWrite (sock, "*\r\n", 3); } return ok; |