com.googlecode.jpattern.service.mail
Interface IMailConfig

All Superinterfaces:
Serializable
All Known Implementing Classes:
MailConfig

public interface IMailConfig
extends Serializable

Version:
$Id$
Author:
Claudio Quaresima - claudio.quaresima@gmail.com - 01/set/09 20:29:35

Method Summary
 String getPassword()
           
 String getStmphost()
           
 String getStmpport()
           
 String getUsername()
           
 boolean isRequiredAuthentication()
           
 

Method Detail

getStmphost

String getStmphost()

getStmpport

String getStmpport()

getUsername

String getUsername()

getPassword

String getPassword()

isRequiredAuthentication

boolean isRequiredAuthentication()


Copyright © 2011. All Rights Reserved.