Class ReadmailProtocol

  • All Implemented Interfaces:
    java.io.Serializable

    public class ReadmailProtocol
    extends java.lang.Object
    implements java.io.Serializable
    Basically attributes that help setup the javamailer's confusion set of properties.
    See Also:
    Serialized Form
    • Constructor Detail

      • ReadmailProtocol

        public ReadmailProtocol()
      • ReadmailProtocol

        public ReadmailProtocol​(java.lang.String transport,
                                java.lang.Boolean sslEnabled,
                                java.lang.Boolean startTls)
    • Method Detail

      • getTransport

        public java.lang.String getTransport()
      • setTransport

        public void setTransport​(java.lang.String transport)
      • isSslEnabled

        public java.lang.Boolean isSslEnabled()
      • setSslEnabled

        public void setSslEnabled​(java.lang.Boolean sslEnable)
      • shouldStartTLS

        public java.lang.Boolean shouldStartTLS()
      • setStartTLS

        public void setStartTLS​(java.lang.Boolean startTLS)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object