mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
SASL: common state engine for imap/pop3/smtp
This commit is contained in:
parent
e1ea18f90e
commit
79543caf90
8 changed files with 577 additions and 2352 deletions
15
lib/pop3.h
15
lib/pop3.h
|
|
@ -36,20 +36,7 @@ typedef enum {
|
|||
POP3_STARTTLS,
|
||||
POP3_UPGRADETLS, /* asynchronously upgrade the connection to SSL/TLS
|
||||
(multi mode only) */
|
||||
POP3_AUTH_PLAIN,
|
||||
POP3_AUTH_LOGIN,
|
||||
POP3_AUTH_LOGIN_PASSWD,
|
||||
POP3_AUTH_CRAMMD5,
|
||||
POP3_AUTH_DIGESTMD5,
|
||||
POP3_AUTH_DIGESTMD5_RESP,
|
||||
POP3_AUTH_NTLM,
|
||||
POP3_AUTH_NTLM_TYPE2MSG,
|
||||
POP3_AUTH_GSSAPI,
|
||||
POP3_AUTH_GSSAPI_TOKEN,
|
||||
POP3_AUTH_GSSAPI_NO_DATA,
|
||||
POP3_AUTH_XOAUTH2,
|
||||
POP3_AUTH_CANCEL,
|
||||
POP3_AUTH_FINAL,
|
||||
POP3_AUTH,
|
||||
POP3_APOP,
|
||||
POP3_USER,
|
||||
POP3_PASS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue