-
public final class ImapSmtpAccessDetailsAccess details for inbox using SMTP or IMAP
-
-
Field Summary
Fields Modifier and Type Field Description private final StringsmtpServerHostprivate final IntegersmtpServerPortprivate final StringsmtpUsernameprivate final StringsmtpPasswordprivate final StringimapServerHostprivate final IntegerimapServerPortprivate final StringimapUsernameprivate final StringimapPassword
-
Method Summary
Modifier and Type Method Description final StringgetSmtpServerHost()final IntegergetSmtpServerPort()final StringgetSmtpUsername()final StringgetSmtpPassword()final StringgetImapServerHost()final IntegergetImapServerPort()final StringgetImapUsername()final StringgetImapPassword()-
-
Constructor Detail
-
ImapSmtpAccessDetails
ImapSmtpAccessDetails(String smtpServerHost, Integer smtpServerPort, String smtpUsername, String smtpPassword, String imapServerHost, Integer imapServerPort, String imapUsername, String imapPassword)
- Parameters:
smtpServerHost- SMTP server host domainsmtpServerPort- SMTP server host portsmtpUsername- SMTP username for loginsmtpPassword- SMTP for loginimapServerHost- IMAP server host domainimapServerPort- IMAP server host portimapUsername- IMAP username for loginimapPassword- IMAP password for login
-
-
Method Detail
-
getSmtpServerHost
final String getSmtpServerHost()
-
getSmtpServerPort
final Integer getSmtpServerPort()
-
getSmtpUsername
final String getSmtpUsername()
-
getSmtpPassword
final String getSmtpPassword()
-
getImapServerHost
final String getImapServerHost()
-
getImapServerPort
final Integer getImapServerPort()
-
getImapUsername
final String getImapUsername()
-
getImapPassword
final String getImapPassword()
-
-
-
-