com.googlecode.jpattern.service.mail
Class MailConfig
java.lang.Object
com.googlecode.jpattern.service.mail.MailConfig
- All Implemented Interfaces:
- IMailConfig, Serializable
public class MailConfig
- extends Object
- implements IMailConfig
- Version:
- $Id$
- Author:
- Claudio Quaresima - claudio.quaresima@gmail.com - 01/set/09 20:30:37
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailConfig
public MailConfig()
getStmphost
public String getStmphost()
- Specified by:
getStmphost in interface IMailConfig
setStmphost
public void setStmphost(String stmphost)
getStmpport
public String getStmpport()
- Specified by:
getStmpport in interface IMailConfig
setStmpport
public void setStmpport(String stmpport)
getUsername
public String getUsername()
- Specified by:
getUsername in interface IMailConfig
setUsername
public void setUsername(String username)
getPassword
public String getPassword()
- Specified by:
getPassword in interface IMailConfig
setPassword
public void setPassword(String password)
isRequiredAuthentication
public boolean isRequiredAuthentication()
- Specified by:
isRequiredAuthentication in interface IMailConfig
setRequiredAuthentication
public void setRequiredAuthentication(boolean requiredAuthentication)
Copyright © 2011. All Rights Reserved.