Uses of Package
com.openexchange.mail.parser

Packages that use com.openexchange.mail.parser
com.openexchange.mail.parser   
com.openexchange.mail.parser.handlers   
 

Classes in com.openexchange.mail.parser used by com.openexchange.mail.parser
MailMessageHandler
          MailMessageHandler - This interface declares the handleXXX methods which are invoked by the MailMessageParser instance on certain parts of a message.
MailMessageParser
          MailMessageParser - A callback parser to parse instances of MailMessage by invoking the handleXXX() methods of given MailMessageHandler object
 

Classes in com.openexchange.mail.parser used by com.openexchange.mail.parser.handlers
MailMessageHandler
          MailMessageHandler - This interface declares the handleXXX methods which are invoked by the MailMessageParser instance on certain parts of a message.