| Package | Description |
|---|---|
| org.wildfly.swarm.config.mail | |
| org.wildfly.swarm.config.mail.mail_session |
| Modifier and Type | Method and Description |
|---|---|
POP3Server |
MailSession.pop3Server()
Mail session server
|
| Modifier and Type | Method and Description |
|---|---|
MailSession |
MailSession.pop3Server(POP3Server value)
Mail session server
|
| Modifier and Type | Class and Description |
|---|---|
class |
POP3Server<T extends POP3Server>
Mail session server
|
interface |
POP3ServerConfigurator<T extends POP3Server> |
| Modifier and Type | Method and Description |
|---|---|
POP3Server |
POP3Server.outboundSocketBindingRef(String value)
Outbound Socket binding to mail server
|
POP3Server |
POP3Server.password(String value)
Password to authenticate on server
|
POP3Server |
POP3Server.ssl(Boolean value)
Does server require SSL?
|
POP3Server |
POP3Server.tls(Boolean value)
Does server require TLS?
|
POP3Server |
POP3Server.username(String value)
Username to authenticate on server
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.