Interface MailMessagingSpecifier

All Superinterfaces:
Cloneable, MessagingSpecifier, MetaDataObject, ResourceServiceSpecifier, ResourceSpecifier, Serializable, XMLizable

public interface MailMessagingSpecifier extends MessagingSpecifier
  • Method Details

    • getHostImapPort

      int getHostImapPort()
      Returns the hostImapPort.
      Returns:
      int
    • getHostSmtpPort

      int getHostSmtpPort()
      Returns the hostSmtpPort.
      Returns:
      int
    • getTargetImapPort

      int getTargetImapPort()
      Returns the targetImapPort.
      Returns:
      int
    • getTargetSmtpPort

      int getTargetSmtpPort()
      Returns the targetSmtpPort.
      Returns:
      int
    • setHostImapPort

      void setHostImapPort(int hostImapPort)
      Sets the hostImapPort.
      Parameters:
      hostImapPort - The hostImapPort to set
    • setHostSmtpPort

      void setHostSmtpPort(int hostSmtpPort)
      Sets the hostSmtpPort.
      Parameters:
      hostSmtpPort - The hostSmtpPort to set
    • setTargetImapPort

      void setTargetImapPort(int targetImapPort)
      Sets the targetImapPort.
      Parameters:
      targetImapPort - The targetImapPort to set
    • setTargetSmtpPort

      void setTargetSmtpPort(int targetSmtpPort)
      Sets the targetSmtpPort.
      Parameters:
      targetSmtpPort - The targetSmtpPort to set