Class MailServer

    • Field Detail

      • properties

        protected Properties properties
        List of generic properties
    • Constructor Detail

      • MailServer

        public MailServer()
    • Method Detail

      • getHost

        public String getHost()
        Returns:
        the host
      • getDefaultPass

        public String getDefaultPass()
        Returns:
        the defaultPass
      • newCopy

        public MailServer newCopy()
        Returns:
        a new copy of this Box
      • toString

        public String toString()
      • getProperty

        public String getProperty​(String name)
        Get a generic property associated with this box
        Parameters:
        name - name of the property
        Returns:
        value of the property
      • getProperties

        public Map<String,​Object> getProperties()
        Get all properties associated with this box
      • setProperty

        public void setProperty​(String name,
                                String value)
        Associate a property with this box (not to be exposed to clients)
        Parameters:
        name - name of the property
        value - value of the property
      • verifyNotNullNorEmptyParameter

        protected void verifyNotNullNorEmptyParameter​(String key,
                                                      String value)
      • getNewProperties

        protected Properties getNewProperties()