| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.sitools.mail.model.MailConfiguration
public final class MailConfiguration
Sending / Receiving mail configuration.
 
 
 Message.getProperties("Starter.mail.send.debug"); // default=true
 Message.getProperties("Starter.mail.send.tls"); // default=false
 Message.getProperties("Starter.mail.send.identifier"); // default=
 Message.getProperties("Starter.mail.send.secret"); // default=
 Message.getProperties("Starter.mail.send.server"); // default=smtp://smtp.silogic.fr
 Message.getProperties("Starter.mail.send.encoding"); // default=UTF-8
 Message.getProperties("Starter.mail.send.admin"); // default=jp.boignard@akka.eu
 
| Constructor Summary | |
|---|---|
MailConfiguration()
Default constructor  | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getAdmin()
Gets the admin value  | 
 java.lang.String | 
getDebug()
Gets the debug value  | 
 java.lang.String | 
getMailIdentifier()
Gets the mailIdentifier value  | 
 java.lang.String | 
getMailPort()
Gets the mailPort value  | 
 java.lang.String | 
getMailSecret()
Gets the mailSecret value  | 
 java.lang.String | 
getMailServer()
Gets the mailServer value  | 
 boolean | 
isTls()
Gets the tls value  | 
 void | 
setAdmin(java.lang.String admin)
Sets the value of admin  | 
 void | 
setDebug(java.lang.String debug)
Sets the value of debug  | 
 void | 
setMailIdentifier(java.lang.String mailIdentifier)
Sets the value of mailIdentifier  | 
 void | 
setMailPort(java.lang.String mailPort)
Sets the value of mailPort  | 
 void | 
setMailSecret(java.lang.String mailSecret)
Sets the value of mailSecret  | 
 void | 
setMailServer(java.lang.String mailServer)
Sets the value of mailServer  | 
 void | 
setTls(boolean tls)
Sets the value of tls  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public MailConfiguration()
| Method Detail | 
|---|
public java.lang.String getDebug()
public void setDebug(java.lang.String debug)
debug - the debug to setpublic boolean isTls()
public void setTls(boolean tls)
tls - the tls to setpublic java.lang.String getMailIdentifier()
public void setMailIdentifier(java.lang.String mailIdentifier)
mailIdentifier - the mailIdentifier to setpublic java.lang.String getMailSecret()
public void setMailSecret(java.lang.String mailSecret)
mailSecret - the mailSecret to setpublic java.lang.String getMailServer()
public void setMailServer(java.lang.String mailServer)
mailServer - the mailServer to setpublic java.lang.String getMailPort()
public void setMailPort(java.lang.String mailPort)
mailPort - the mailPort to setpublic java.lang.String getAdmin()
public void setAdmin(java.lang.String admin)
admin - the admin to set
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||