Interface MailServerService


public interface MailServerService
  • Method Details

    • getMailServerSmtp

      MailServerSmtpBean getMailServerSmtp()
      Get the smtp mailserver settings.
      Returns:
      the smtp mailserver settings
    • setMailServerSmtp

      MailServerSmtpBean setMailServerSmtp(@NotNull MailServerSmtpBean smtpBean)
      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

      MailServerPopBean setMailServerPop(@NotNull MailServerPopBean popBean)
      Sets the pop mailserver settings.
      Parameters:
      popBean - the pop mailserver settings to set
      Returns:
      the pop mailserver settings