Package | Description |
---|---|
com.liferay.mail.kernel.model |
This package defines the portal mail model classes.
|
com.liferay.mail.kernel.service |
This package defines the portal mail service interfaces and utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
IMAPAccount |
class |
POPAccount |
class |
SMTPAccount |
Modifier and Type | Method and Description |
---|---|
static Account |
Account.getInstance(String protocol) |
static Account |
Account.getInstance(String protocol,
int port) |
Modifier and Type | Method and Description |
---|---|
static javax.mail.Session |
MailServiceUtil.getSession(Account account) |
javax.mail.Session |
MailService.getSession(Account account) |