Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Package com.jivesoftware.forum.mail

Interface Summary
CheckMailStrategy Strategy interface use by EmailMonitor to check an email account.
EmailAction Command interface representing actions that result from incoming email messages.
EmailParser Parses the contents of a Message object in order to provide data used by the system to execute actions based on incoming email.
EmailTokenManager Manages email tokens.
InboundMessage Simplified view of an email message which allows access only to message elements needed by the system.
 

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.
 

Exception Summary
EmailMonitorException Exception thrown by the email monitoring system.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.