From 472d1d8e0561e407ce0d5c419978532a71150eca Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 9 Aug 2014 23:38:08 +0100 Subject: email: Introduced the GSSAPI states --- lib/pop3.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/pop3.h') 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, , et al. + * Copyright (C) 2009 - 2014, Daniel Stenberg, , 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, -- cgit v1.2.3