| 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 |
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 |
ExchangeAccountService.getMessage(javax.portlet.PortletRequest req,
String messageId) |
EmailMessage |
ExchangeAccountDaoImpl.getMessage(String uuid,
MailStoreConfiguration storeConfig) |
| Modifier and Type | Method and Description |
|---|---|
EmailMessage |
JavamailAccountService.getMessage(javax.portlet.PortletRequest req,
String messageId) |
EmailMessage |
JavamailAccountDaoImpl.wrapMessage(javax.mail.Message msg,
boolean populateContent,
javax.mail.Session session) |
Copyright © 2013 Jasig. All Rights Reserved.