Modifier and Type | Class and Description |
---|---|
class |
TokenProvider
Class TokenProvider allows to retrieve access token for mail services.
|
Modifier and Type | Method and Description |
---|---|
ITokenProvider |
EmailClient.getTokenProvider()
Gets or sets TokenProvider allowing to retrieve access token.
|
ITokenProvider |
OAuthNetworkCredential.getTokenProvider()
Gets the token provider.
|
Modifier and Type | Method and Description |
---|---|
void |
EmailClient.setTokenProvider(ITokenProvider value)
Gets or sets TokenProvider allowing to retrieve access token.
|
Constructor and Description |
---|
CredentialsByHostClient(String type,
String host,
int port,
String username,
ITokenProvider tokenProvider)
Deprecated.
Initializes a new instance of the
CredentialsByHostClient class. |
CredentialsByHostClient(String type,
String host,
int port,
String username,
ITokenProvider tokenProvider,
int securityOptions)
Deprecated.
Initializes a new instance of the
CredentialsByHostClient class. |
EmailClient(String type,
String host,
int port,
String username,
ITokenProvider tokenProvider)
Initializes a new instance of the
EmailClient class. |
EmailClient(String type,
String host,
int port,
String username,
ITokenProvider tokenProvider,
int securityOptions)
Initializes a new instance of the
EmailClient class. |
ImapClient(String host,
int port,
String username,
ITokenProvider tokenProvider)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
int port,
String username,
ITokenProvider tokenProvider,
int securityOptions)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
String username,
ITokenProvider tokenProvider)
Initializes a new instance of the
ImapClient class |
ImapClient(String host,
String username,
ITokenProvider tokenProvider,
int securityOptions)
Initializes a new instance of the
ImapClient class |
OAuthNetworkCredential(ITokenProvider tokenProvider)
Initializes a new instance of the
OAuthNetworkCredential class |
OAuthNetworkCredential(String userName,
ITokenProvider tokenProvider)
Initializes a new instance of the
OAuthNetworkCredential class |
Pop3Client(String host,
int port,
String username,
ITokenProvider tokenProvider,
int securityOptions)
Initializes a new instance of the
Pop3Client class |
SmtpClient(String host,
int port,
String username,
ITokenProvider tokenProvider)
Initializes a new instance of the
SmtpClient class. |
SmtpClient(String host,
int port,
String username,
ITokenProvider tokenProvider,
int securityOptions)
Initializes a new instance of the
SmtpClient class. |
SmtpClient(String host,
String username,
ITokenProvider tokenProvider)
Initializes a new instance of the
SmtpClient class. |
SmtpClient(String host,
String username,
ITokenProvider tokenProvider,
int securityOptions)
Initializes a new instance of the
SmtpClient class. |