| Modifier and Type | Class and Description |
|---|---|
class |
ExchangeEmailMessage
Exchange email messages.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends EmailMessage> |
AccountSummary.getMessages()
Returns a list that contains the emails bound by
messagesStart
and messagesCode. |
| Constructor and Description |
|---|
AccountSummary(String inboxUrl,
List<? extends EmailMessage> messages,
int numUnreadMessages,
int numTotalMessages,
int messagesStart,
int messagesMax,
boolean deleteSupported,
EmailQuota quota) |
| Modifier and Type | Method and Description |
|---|---|
EmailMessage |
IMailAccountDao.getMessage(MailStoreConfiguration storeConfig,
String uuid)
Gets a message from the mail server.
|
EmailMessage |
EmailAccountService.getMessage(javax.portlet.PortletRequest req,
String messageId) |
EmailMessage |
IEmailAccountService.getMessage(javax.portlet.PortletRequest req,
String messageId)
Retrieve an individual message from the mail store.
|
| Modifier and Type | Method and Description |
|---|---|
EmailMessage |
DemoAccountService.getMessage(javax.portlet.PortletRequest req,
String messageId) |
| Modifier and Type | Method and Description |
|---|---|
EmailMessage |
ExchangeAccountDaoImpl.getMessage(MailStoreConfiguration storeConfig,
String uuid) |
| Modifier and Type | Method and Description |
|---|---|
EmailMessage |
JavamailAccountDaoImpl.getMessage(MailStoreConfiguration config,
String messageId) |
Copyright © 2015 Jasig. All Rights Reserved.