diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-08-09 23:38:08 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-08-14 20:20:13 +0100 |
commit | 472d1d8e0561e407ce0d5c419978532a71150eca (patch) | |
tree | e86d4d1d6a2548a5b9b0bfb294892e91384fc9ad /lib/pop3.h | |
parent | 629f52843f4bf5f1cf0bbc48b6d3cc2f9d0de1e8 (diff) | |
download | curl-472d1d8e0561e407ce0d5c419978532a71150eca.tar.gz |
email: Introduced the GSSAPI states
Diffstat (limited to 'lib/pop3.h')
-rw-r--r-- | lib/pop3.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/pop3.h b/lib/pop3.h index fcc839578..39e35d2da 100644 --- a/lib/pop3.h +++ b/lib/pop3.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2009 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 2009 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -43,6 +43,9 @@ typedef enum { 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, |