-
- Downloads
imap/pop3/smtp: Added support for SASL authentication downgrades
Added support for downgrading the SASL authentication mechanism when the decoding of CRAM-MD5, DIGEST-MD5 and NTLM messages fails. This enhances the previously added support for graceful cancellation by allowing the client to retry a lesser SASL mechanism such as LOGIN or PLAIN, or even APOP / clear text (in the case of POP3 and IMAP) when supported by the server.
Showing
- lib/imap.c 33 additions, 2 deletionslib/imap.c
- lib/pop3.c 40 additions, 2 deletionslib/pop3.c
- lib/smtp.c 29 additions, 2 deletionslib/smtp.c
- tests/data/test830 1 addition, 0 deletionstests/data/test830
- tests/data/test831 1 addition, 0 deletionstests/data/test831
- tests/data/test832 1 addition, 0 deletionstests/data/test832
Please register or sign in to comment