fr.cnes.sitools.mail.model
Class MailConfiguration

java.lang.Object
  extended by fr.cnes.sitools.mail.model.MailConfiguration

public final class MailConfiguration
extends java.lang.Object

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

Author:
jp.boignard (AKKA Technologies)

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

MailConfiguration

public MailConfiguration()
Default constructor

Method Detail

getDebug

public java.lang.String getDebug()
Gets the debug value

Returns:
the debug

setDebug

public void setDebug(java.lang.String debug)
Sets the value of debug

Parameters:
debug - the debug to set

isTls

public boolean isTls()
Gets the tls value

Returns:
the tls

setTls

public void setTls(boolean tls)
Sets the value of tls

Parameters:
tls - the tls to set

getMailIdentifier

public java.lang.String getMailIdentifier()
Gets the mailIdentifier value

Returns:
the mailIdentifier

setMailIdentifier

public void setMailIdentifier(java.lang.String mailIdentifier)
Sets the value of mailIdentifier

Parameters:
mailIdentifier - the mailIdentifier to set

getMailSecret

public java.lang.String getMailSecret()
Gets the mailSecret value

Returns:
the mailSecret

setMailSecret

public void setMailSecret(java.lang.String mailSecret)
Sets the value of mailSecret

Parameters:
mailSecret - the mailSecret to set

getMailServer

public java.lang.String getMailServer()
Gets the mailServer value

Returns:
the mailServer

setMailServer

public void setMailServer(java.lang.String mailServer)
Sets the value of mailServer

Parameters:
mailServer - the mailServer to set

getMailPort

public java.lang.String getMailPort()
Gets the mailPort value

Returns:
the mailPort

setMailPort

public void setMailPort(java.lang.String mailPort)
Sets the value of mailPort

Parameters:
mailPort - the mailPort to set

getAdmin

public java.lang.String getAdmin()
Gets the admin value

Returns:
the admin

setAdmin

public void setAdmin(java.lang.String admin)
Sets the value of admin

Parameters:
admin - the admin to set


Copyright © 2010-2013 CNES. All Rights Reserved.