|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEmailAccountDao
IEmailAccountDao is repsonsible for retrieving email messages from an arbitrary email store.
| Method Summary | |
|---|---|
AccountInfo |
retrieveEmailAccountInfo(MailStoreConfiguration storeConfig,
Authenticator auth,
int start,
int maxMessages)
Retrieve a list of recent email from the mail store, as well as a summary of the email account's current state. |
EmailMessage |
retrieveMessage(MailStoreConfiguration storeConfig,
Authenticator auth,
int messageNum)
Retrieve an individual message from the mail store. |
| Method Detail |
|---|
AccountInfo retrieveEmailAccountInfo(MailStoreConfiguration storeConfig,
Authenticator auth,
int start,
int maxMessages)
throws EmailPreviewException
storeConfig - auth - maxMessages -
EmailPreviewException
EmailMessage retrieveMessage(MailStoreConfiguration storeConfig,
Authenticator auth,
int messageNum)
storeConfig - auth - messageNum -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||