Class Summary |
AttachmentData |
Holds the relevant data for one email message attachment. |
CreateThread |
Creates a thread in a specific forum using information found in an email message. |
EmailActionBuilder |
A builder object for EmailAction instances. |
EmailBatch |
Represents a batch of incoming mail, and associated external resources. |
EmailMonitor |
EmailMonitor is the main class of the forums email integration feature which allows users to post forum messages by
replying to watch notification emails. |
EmailParserImpl |
Default implementation of EmailParser which relies on the presence of a
special token in the email subject which contains data used for user authentication an message routing when reading
replies to watch notification email replies. |
IMAPMailStrategy |
Mail checking strategy which uses the IMAP protocol to check an account and relies on the presence of
IMAP specific features, like message flags indicating which messages have been seen. |
IMAPMessage |
Implementation of InboundMessage for IMAP protocol. |
MessageUtils |
Utility functions for reading Message data. |
POP3MailStrategy |
Mail checking strategy which uses the POP3 protocol to check an account and does not rely on the presence of
IMAP specific features, like message flags indicating which messages have been seen. |
POP3Message |
Implementation of InboundMessage for POP3 protocol. |
ReplyToThread |
Posts a reply message in a forum thread using information in an email message. |