Modifier and Type | Method and Description |
---|---|
static SmtpAuthentication |
SmtpAuthentication.getAuto()
Deprecated.
Automatic selection of authorization protocol
|
static SmtpAuthentication |
SmtpAuthentication.getCramMD5()
Deprecated.
CRAM-MD5 authorization protocol
|
static SmtpAuthentication |
SmtpAuthentication.getDigestMD5()
Deprecated.
DIGEST-MD5 authorization protocol
|
static SmtpAuthentication |
SmtpAuthentication.getLogin()
Deprecated.
LOGIN authorization (Uses Base64 encoding.)
|
static SmtpAuthentication |
SmtpAuthentication.getNone()
Deprecated.
Without authorization
|
static SmtpAuthentication |
SmtpAuthentication.getNtlm()
Deprecated.
NTLM authorization protocol
|
static SmtpAuthentication |
SmtpAuthentication.getPlain()
Deprecated.
PLAIN authorization (Uses Base64 encoding.)
|
static SmtpAuthentication |
SmtpAuthentication.getXOAuth2()
Deprecated.
OAuth 2.0 authorization protocol
|
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.