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