| Package | Description |
|---|---|
| com.openexchange.mail.service | |
| com.openexchange.mail.service.impl | |
| com.openexchange.mail.transport |
| Modifier and Type | Method and Description |
|---|---|
MailTransport |
MailService.getMailTransport(com.openexchange.session.Session session,
int accountId)
Gets an appropriate instance of
mail transport parameterized with given session. |
| Modifier and Type | Method and Description |
|---|---|
MailTransport |
MailServiceImpl.getMailTransport(com.openexchange.session.Session session,
int accountId) |
| Modifier and Type | Method and Description |
|---|---|
abstract MailTransport |
TransportProvider.createNewMailTransport(com.openexchange.session.Session session)
Gets a newly created
mail transport |
abstract MailTransport |
TransportProvider.createNewMailTransport(com.openexchange.session.Session session,
int accountId)
Gets a newly created
mail transport |
static MailTransport |
MailTransport.getInstance(com.openexchange.session.Session session)
Gets the proper instance of
mail transport parameterized with given session. |
static MailTransport |
MailTransport.getInstance(com.openexchange.session.Session session,
int accountId)
Gets the proper instance of
mail transport for specified transport account. |