View Javadoc
1   package org.argeo.connect.mail;
2   
3   /** Mail names used */
4   public enum MailProperty {
5   	host, port, from, to, subject, plainText, htmlText, username, password;
6   }