Uses of Class
com.iizix.prop.MailProps
Packages that use MailProps Package Description com.iizigo.server.config com.iizix.mail com.iizix.prop Uses of MailProps in com.iizigo.server.config
Subclasses of MailProps in com.iizigo.server.config Modifier and Type Class Description class
EditorMailProps
Editor version of the container that holds the required settings for the server to operate and initialize itself with.Uses of MailProps in com.iizix.mail
Constructors in com.iizix.mail with parameters of type MailProps Constructor Description MailSender(MailProps pc, java.util.concurrent.ExecutorService executorService, java.io.File mailQueueDirectory)
Creates a new instance of the mail sender with the specified settings.Uses of MailProps in com.iizix.prop
Methods in com.iizix.prop that return MailProps Modifier and Type Method Description MailProps
MailProps. clone()
Clone must be overridden.