Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.mail.InboundMessage

Packages that use InboundMessage
com.jivesoftware.forum.mail   
com.jivesoftware.forum.mail.spi   
 

Uses of InboundMessage in com.jivesoftware.forum.mail
 

Classes in com.jivesoftware.forum.mail that implement InboundMessage
 class IMAPMessage
          Implementation of InboundMessage for IMAP protocol.
 class POP3Message
          Implementation of InboundMessage for POP3 protocol.
 

Methods in com.jivesoftware.forum.mail with parameters of type InboundMessage
 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 InboundMessage in com.jivesoftware.forum.mail.spi
 

Methods in com.jivesoftware.forum.mail.spi with parameters of type InboundMessage
 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

Copyright © 1999-2006 Jive Software.