pop3: Added support for sasl ntlm authentication
This commit is contained in:
@@ -34,6 +34,8 @@ typedef enum {
|
||||
POP3_AUTH_PLAIN,
|
||||
POP3_AUTH_LOGIN,
|
||||
POP3_AUTH_LOGIN_PASSWD,
|
||||
POP3_AUTH_NTLM,
|
||||
POP3_AUTH_NTLM_TYPE2MSG,
|
||||
POP3_AUTH_FINAL,
|
||||
POP3_USER,
|
||||
POP3_PASS,
|
||||
|
||||
Reference in New Issue
Block a user