Java org.apache.commons.mail.util MimeMessageParser fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.mail.util MimeMessageParser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.mail.util MimeMessageParser.

The text is from its open source code.

Constructor

MimeMessageParser(final MimeMessage message)
Constructs an instance with the MimeMessage to be extracted.

Method

ListgetAttachmentList()
ListgetBcc()
ListgetCc()
CollectiongetContentIds()
Returns a collection of all content-ids in the parsed message.
StringgetFrom()
StringgetHtmlContent()
MimeMessagegetMimeMessage()
StringgetPlainContent()
StringgetReplyTo()
StringgetSubject()
ListgetTo()
booleanhasAttachments()
booleanhasHtmlContent()
booleanhasPlainContent()
MimeMessageParserparse()
Does the actual extraction.