|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EmailMonitorException | |
---|---|
com.jivesoftware.forum.database | DB implementation of core Jive Forums interfaces. |
com.jivesoftware.forum.mail | |
com.jivesoftware.forum.mail.spi |
Uses of EmailMonitorException in com.jivesoftware.forum.database |
---|
Methods in com.jivesoftware.forum.database that throw EmailMonitorException | |
---|---|
java.lang.String |
DbEmailTokenManager.getMessageToken(long userID,
long messageID)
Returns a token of the form [randomValue-userID-messageID]. |
long[] |
DbEmailTokenManager.getUserAndMessageID(java.lang.String messageToken)
Returns the userID and messageID encoded in the token as a two element array. |
Uses of EmailMonitorException in com.jivesoftware.forum.mail |
---|
Methods in com.jivesoftware.forum.mail with parameters of type EmailMonitorException | |
---|---|
void |
EmailMonitor.sendRejectionMail(EmailMonitorException exception)
Sends rejection mail using supplied EmailMonitorException and property string. |
Methods in com.jivesoftware.forum.mail that throw EmailMonitorException | |
---|---|
void |
CreateThread.execute()
Creates a thread using the parameters supplied in the constructor. |
void |
EmailAction.execute()
Executes the command represented by this instance. |
void |
ReplyToThread.execute()
Replies to a message using the parameters supplied in the constructor. |
java.lang.String |
IMAPMessage.getBody()
|
java.lang.String |
InboundMessage.getBody()
Returns the body text of the message. |
static java.lang.String |
MessageUtils.getMessageBodyText(javax.mail.Part message)
Reads the supplied Part and returns its body text. |
java.lang.String |
EmailTokenManager.getMessageToken(long userID,
long messageID)
Uses the supplied user id and message id to build a token string which can be used to identify and authenticate that user and message. |
long[] |
EmailTokenManager.getUserAndMessageID(java.lang.String messageToken)
Uses the supplied token string to lookup a user id and forums message id. |
void |
EmailParser.parse(InboundMessage message)
Parses the contents of the supplied Message and uses it to populate all the properties
exposed by this object. |
void |
EmailParserImpl.parse(InboundMessage message)
Parses the contents of the supplied Message and uses it to populate all the properties
exposed by this object. |
Uses of EmailMonitorException in com.jivesoftware.forum.mail.spi |
---|
Methods in com.jivesoftware.forum.mail.spi that throw EmailMonitorException | |
---|---|
EmailAction |
EmailIntegrationProvider.getActionForMessage(InboundMessage message)
Creates and returns an EmailAction which represents the response to the supplied InboundMessage . |
protected EmailParser |
DefaultIntegrationProvider.getParser(InboundMessage message)
|
protected abstract EmailParser |
EmailIntegrationProvider.getParser(InboundMessage message)
Returns an EmailParser initilized with the supplied InboundMessage . |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |