Interface MailServerService
public interface MailServerService
-
Method Summary
Modifier and TypeMethodDescriptionGet the pop mailserver settings.Get the smtp mailserver settings.setMailServerPop(MailServerPopBean popBean) Sets the pop mailserver settings.setMailServerSmtp(MailServerSmtpBean smtpBean) Sets the smtp mailserver settings.
-
Method Details
-
getMailServerSmtp
MailServerSmtpBean getMailServerSmtp()Get the smtp mailserver settings.- Returns:
- the smtp mailserver settings
-
setMailServerSmtp
Sets the smtp mailserver settings.- Parameters:
smtpBean- the smtp mailserver settings to set- Returns:
- the smtp mailserver settings
-
getMailServerPop
MailServerPopBean getMailServerPop()Get the pop mailserver settings.- Returns:
- the pop mailserver settings
-
setMailServerPop
Sets the pop mailserver settings.- Parameters:
popBean- the pop mailserver settings to set- Returns:
- the pop mailserver settings
-