public class Pop3SslServer extends Pop3Server
MailServer.Builder| Modifier and Type | Field and Description |
|---|---|
protected static int |
DEFAULT_SSL_PORT |
protected static java.lang.String |
MAIL_POP3_SOCKET_FACTORY_CLASS |
protected static java.lang.String |
MAIL_POP3_SOCKET_FACTORY_FALLBACK |
protected static java.lang.String |
MAIL_POP3_SOCKET_FACTORY_PORT |
DEFAULT_POP3_PORT, MAIL_POP3_AUTH, MAIL_POP3_HOST, MAIL_POP3_PORT, PROTOCOL_POP3| Constructor and Description |
|---|
Pop3SslServer(java.lang.String host,
int port,
javax.mail.Authenticator authenticator) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Properties |
createSessionProperties()
Creates
MailSession Properties. |
protected com.sun.mail.pop3.POP3SSLStore |
getStore(javax.mail.Session session)
Returns email store.
|
createSessioncreate, getAuthenticator, getHost, getPort, getSessionPropertiesprotected static final java.lang.String MAIL_POP3_SOCKET_FACTORY_PORT
protected static final java.lang.String MAIL_POP3_SOCKET_FACTORY_CLASS
protected static final java.lang.String MAIL_POP3_SOCKET_FACTORY_FALLBACK
protected static final int DEFAULT_SSL_PORT
public Pop3SslServer(java.lang.String host,
int port,
javax.mail.Authenticator authenticator)
protected java.util.Properties createSessionProperties()
MailServerMailSession Properties.createSessionProperties in class Pop3ServerPropertiesprotected com.sun.mail.pop3.POP3SSLStore getStore(javax.mail.Session session)
getStore in class Pop3Serversession - SessionPOP3SSLStoreCopyright © 2003-present Jodd Team