| |
|
| java.lang.Object org.claros.commons.mail.models.ConnectionProfile
ConnectionProfile | public class ConnectionProfile (Code) | | author: Umut Gokbayrak |
ConnectionProfile | public ConnectionProfile()(Code) | | Default constructor
|
getFetchServer | public String getFetchServer()(Code) | | Returns the fetchServer. |
getIFetchPort | public int getIFetchPort()(Code) | | Returns the fetchPort. |
getISmtpPort | public int getISmtpPort()(Code) | | Returns the smtpPort. |
getProtocol | public String getProtocol()(Code) | | Returns the protocol. |
getSmtpAuthenticated | public String getSmtpAuthenticated()(Code) | | |
getSmtpServer | public String getSmtpServer()(Code) | | Returns the smtpServer. |
setFetchPort | public void setFetchPort(String string)(Code) | | Parameters: string - |
setFetchServer | public void setFetchServer(String fetchServer)(Code) | | Parameters: fetchServer - The fetchServer to set. |
setFolderNameSpace | public void setFolderNameSpace(String folderNameSpace)(Code) | | |
setProtocol | public void setProtocol(String protocol)(Code) | | Parameters: protocol - The protocol to set. |
setShortName | public void setShortName(String string)(Code) | | Parameters: string - |
setSmtpAuthenticated | public void setSmtpAuthenticated(String string)(Code) | | Parameters: string - |
setSmtpPort | public void setSmtpPort(String string)(Code) | | Parameters: string - |
setSmtpServer | public void setSmtpServer(String smtpServer)(Code) | | Parameters: smtpServer - The smtpServer to set. |
|
|
|