public interface MailBox
Modifier and Type | Field and Description |
---|---|
static String |
IMAP
protocol string for imap (and imaps)
|
static String |
POP
protocol string for pop3 (and pop3s)
|
Modifier and Type | Method and Description |
---|---|
Authorizer |
getAuthorizer() |
String |
getCommunicationtype() |
String |
getDescription() |
String |
getEmailAddress() |
String |
getId() |
String |
getPassword() |
String |
getProtocol() |
String |
getServer() |
String |
getSMTPCommunicationtype() |
String |
getSMTPServer() |
String |
getUsername() |
static final String IMAP
static final String POP
String getId()
String getDescription()
String getServer()
String getUsername()
String getPassword()
Authorizer getAuthorizer()
String getEmailAddress()
String getProtocol()
String getCommunicationtype()
String getSMTPServer()
String getSMTPCommunicationtype()
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.