| Package | Description |
|---|---|
| org.wildfly.swarm.config.mail | |
| org.wildfly.swarm.config.mail.subsystem.mailSession |
| Modifier and Type | Method and Description |
|---|---|
List<MailSession> |
Mail.MailResources.mailSessions()
Get the list of MailSession resources
|
| Modifier and Type | Method and Description |
|---|---|
Mail |
Mail.mailSession(MailSession value)
Add the MailSession object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Mail |
Mail.mailSessions(List<MailSession> value)
Add all MailSession objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
MailSession |
MailSession.custom(Custom value)
Add the Custom object to the list of subresources
|
MailSession |
MailSession.customs(List<Custom> value)
Add all Custom objects to this subresource
|
MailSession |
MailSession.debug(Boolean value)
Enables JavaMail debugging
|
MailSession |
MailSession.from(String value)
From address that is used as default from, if not set when sending
|
MailSession |
MailSession.imap(Imap value)
Mail session server
|
MailSession |
MailSession.jndiName(String value)
JNDI name to where mail session should be bound
|
MailSession |
MailSession.pop3(Pop3 value)
Mail session server
|
MailSession |
MailSession.smtp(Smtp value)
Mail session server
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.