diff options
author | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2013-06-29 17:45:02 -0700 |
---|---|---|
committer | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2013-06-29 17:45:02 -0700 |
commit | 2505abeaa5b7c20b36e5b5f24a630db20a056241 (patch) | |
tree | 68842e8846eee349c5765059cce1af7cf0ff8973 /src/objc/abstract | |
parent | 934f99cf96ae362b898528ef357f9af148ed01c6 (diff) |
Adding OAuth2 authentication type on ObjC API
Diffstat (limited to 'src/objc/abstract')
-rw-r--r-- | src/objc/abstract/MCOConstants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objc/abstract/MCOConstants.h b/src/objc/abstract/MCOConstants.h index a1916ef1..5ec21422 100644 --- a/src/objc/abstract/MCOConstants.h +++ b/src/objc/abstract/MCOConstants.h @@ -33,6 +33,8 @@ typedef enum { MCOAuthTypeSASLNTLM = 1 << 6, /** Kerberos 4 authentication.*/ MCOAuthTypeSASLKerberosV4 = 1 << 7, + /** OAuth2 authentication.*/ + MCOAuthTypeXOAuth2 = 1 << 8, } MCOAuthType; /** It's the IMAP flags of the folder.*/ |