Interface IncomingMailServer

All Superinterfaces:
WithId, WithName

public interface IncomingMailServer extends WithId, WithName
  • Method Details

    • getDescription

      String getDescription()
    • getProtocol

      IncomingMailProtocol getProtocol()
    • getUseSSL

      boolean getUseSSL()
    • getStartTLS

      boolean getStartTLS()
    • getHost

      String getHost()
    • getPort

      Integer getPort()
    • getTimeout

      Integer getTimeout()
    • getLogin

      String getLogin()
    • getPassword

      String getPassword()
    • setName

      void setName(String name)
    • setDescription

      void setDescription(String description)
    • setProtocol

      void setProtocol(IncomingMailProtocol protocol)
    • setUseSSL

      void setUseSSL(Boolean useSSL)
    • setStartTLS

      void setStartTLS(Boolean startTLS)
    • setHost

      void setHost(String host)
    • setPort

      void setPort(Integer port)
    • setTimeout

      void setTimeout(Integer timeout)
    • setLogin

      void setLogin(String login)
    • setPassword

      void setPassword(String password)