A B C D E F G H L M P R S T U

A

addAttachment(Attachment) - Method in class com.auxilii.msgparser.Message
 
addRecipient(RecipientEntry) - Method in class com.auxilii.msgparser.Message
 
analyzeDocumentEntry(DocumentEntry) - Method in class com.auxilii.msgparser.MsgParser
Analyzes the DocumentEntry and returns a FieldInformation object containing the class (the field name, so to say) and type of the entry.
Attachment - Interface in com.auxilii.msgparser.attachment
Interface that defines an attachment.
attachments - Variable in class com.auxilii.msgparser.Message
A list of all attachments (both FileAttachment and MsgAttachment).

B

bodyRTF - Variable in class com.auxilii.msgparser.Message
The body in RTF format (if available)
bodyText - Variable in class com.auxilii.msgparser.Message
The normalized body text.

C

checkDirectoryEntry(DirectoryEntry, Message) - Method in class com.auxilii.msgparser.MsgParser
Recursively parses the complete .msg file with the help of the POI library.
checkRecipientDirectoryEntry(DirectoryEntry, Message) - Method in class com.auxilii.msgparser.MsgParser
Parses a recipient directory entry which holds informations about one of possibly multiple recipients.
clazz - Variable in class com.auxilii.msgparser.FieldInformation
The class of the DocumentEntry.
com.auxilii.msgparser - package com.auxilii.msgparser
 
com.auxilii.msgparser.attachment - package com.auxilii.msgparser.attachment
 
createMailString(String, String) - Method in class com.auxilii.msgparser.Message
Convenience method for creating an email address expression (including the name, the address, or both).

D

data - Variable in class com.auxilii.msgparser.attachment.FileAttachment
The attachment itself as a byte array.
date - Variable in class com.auxilii.msgparser.Message
Email Date
displayBcc - Variable in class com.auxilii.msgparser.Message
The displayed Bcc: field
displayCc - Variable in class com.auxilii.msgparser.Message
The displayed Cc: field
displayTo - Variable in class com.auxilii.msgparser.Message
The displayed To: field

E

extension - Variable in class com.auxilii.msgparser.attachment.FileAttachment
The extension of the attachment (may not be set).

F

FieldInformation - Class in com.auxilii.msgparser
Convenience class for storing type information about a DocumentEntry.
FieldInformation() - Constructor for class com.auxilii.msgparser.FieldInformation
Empty constructor that uses the default values.
FieldInformation(String, String) - Constructor for class com.auxilii.msgparser.FieldInformation
Constructor that allows to set the class and type properties.
FileAttachment - Class in com.auxilii.msgparser.attachment
Implementation of the Attachment interface that represents a file attachment.
FileAttachment() - Constructor for class com.auxilii.msgparser.attachment.FileAttachment
 
filename - Variable in class com.auxilii.msgparser.attachment.FileAttachment
The (by Outlook) shortened filename of the attachment.
fromEmail - Variable in class com.auxilii.msgparser.Message
The address part of From: mail address.
fromName - Variable in class com.auxilii.msgparser.Message
The name part of the From: mail address

G

getAttachments() - Method in class com.auxilii.msgparser.Message
 
getBodyRTF() - Method in class com.auxilii.msgparser.Message
 
getBodyText() - Method in class com.auxilii.msgparser.Message
 
getClazz() - Method in class com.auxilii.msgparser.FieldInformation
 
getData() - Method in class com.auxilii.msgparser.attachment.FileAttachment
 
getData(DocumentInputStream, FieldInformation) - Method in class com.auxilii.msgparser.MsgParser
Reads the information from the InputStream and creates, based on the information in the FieldInformation object, either a String or a byte[] (e.g., for attachments) Object containing this data.
getDate() - Method in class com.auxilii.msgparser.Message
 
getDateFromHeaders(String) - Static method in class com.auxilii.msgparser.Message
Parses the message date from the mail headers.
getDisplayBcc() - Method in class com.auxilii.msgparser.Message
 
getDisplayCc() - Method in class com.auxilii.msgparser.Message
 
getDisplayTo() - Method in class com.auxilii.msgparser.Message
 
getExtension() - Method in class com.auxilii.msgparser.attachment.FileAttachment
 
getFilename() - Method in class com.auxilii.msgparser.attachment.FileAttachment
 
getFromEmail() - Method in class com.auxilii.msgparser.Message
 
getFromName() - Method in class com.auxilii.msgparser.Message
 
getHeaders() - Method in class com.auxilii.msgparser.Message
 
getLongFilename() - Method in class com.auxilii.msgparser.attachment.FileAttachment
 
getMessage() - Method in class com.auxilii.msgparser.attachment.MsgAttachment
 
getMessageClass() - Method in class com.auxilii.msgparser.Message
 
getMessageId() - Method in class com.auxilii.msgparser.Message
 
getMimeTag() - Method in class com.auxilii.msgparser.attachment.FileAttachment
 
getProperties() - Method in class com.auxilii.msgparser.Message
 
getProperties() - Method in class com.auxilii.msgparser.RecipientEntry
 
getProperty(String) - Method in class com.auxilii.msgparser.Message
 
getProperty(String) - Method in class com.auxilii.msgparser.RecipientEntry
 
getRecipients() - Method in class com.auxilii.msgparser.Message
 
getSize() - Method in class com.auxilii.msgparser.attachment.FileAttachment
 
getSubject() - Method in class com.auxilii.msgparser.Message
 
getToEmail() - Method in class com.auxilii.msgparser.Message
 
getToEmail() - Method in class com.auxilii.msgparser.RecipientEntry
 
getToName() - Method in class com.auxilii.msgparser.Message
 
getToName() - Method in class com.auxilii.msgparser.RecipientEntry
 
getType() - Method in class com.auxilii.msgparser.FieldInformation
 

H

headers - Variable in class com.auxilii.msgparser.Message
Email headers (if available)

L

logger - Static variable in class com.auxilii.msgparser.Message
 
logger - Static variable in class com.auxilii.msgparser.MsgParser
 
longFilename - Variable in class com.auxilii.msgparser.attachment.FileAttachment
The full filename of the attachment.

M

Message - Class in com.auxilii.msgparser
Class that represents a .msg file.
Message() - Constructor for class com.auxilii.msgparser.Message
 
messageClass - Variable in class com.auxilii.msgparser.Message
The message class as defined in the .msg file.
messageId - Variable in class com.auxilii.msgparser.Message
The message Id.
mimeTag - Variable in class com.auxilii.msgparser.attachment.FileAttachment
Mime type of the attachment
MsgAttachment - Class in com.auxilii.msgparser.attachment
This Attachment implementation represents a .msg object attachment.
MsgAttachment() - Constructor for class com.auxilii.msgparser.attachment.MsgAttachment
 
MsgParser - Class in com.auxilii.msgparser
Main parser class that does the actual parsing of the Outlook .msg file.
MsgParser() - Constructor for class com.auxilii.msgparser.MsgParser
Empty constructor.

P

parseAttachment(DirectoryEntry, Message) - Method in class com.auxilii.msgparser.MsgParser
Creates an Attachment object based on the given directory entry.
parseMsg(File) - Method in class com.auxilii.msgparser.MsgParser
Parses a .msg file provided in the specified file.
parseMsg(String) - Method in class com.auxilii.msgparser.MsgParser
Parses a .msg file provided in the specified file.
parseMsg(InputStream) - Method in class com.auxilii.msgparser.MsgParser
Parses a .msg file provided by an input stream.
parseMsg(InputStream, boolean) - Method in class com.auxilii.msgparser.MsgParser
Parses a .msg file provided by an input stream.
properties - Variable in class com.auxilii.msgparser.Message
Contains all properties that are not covered by the special properties.
properties - Variable in class com.auxilii.msgparser.RecipientEntry
Contains all properties that are not covered by the special properties.

R

RecipientEntry - Class in com.auxilii.msgparser
This class represents a recipient's entry of the parsed .msg file.
RecipientEntry() - Constructor for class com.auxilii.msgparser.RecipientEntry
 
recipients - Variable in class com.auxilii.msgparser.Message
A list containing all recipients for this message (which can be set in the 'to:', 'cc:' and 'bcc:' field, respectively).

S

setAttachments(List<Attachment>) - Method in class com.auxilii.msgparser.Message
 
setBodyRTF(String) - Method in class com.auxilii.msgparser.Message
 
setBodyText(String) - Method in class com.auxilii.msgparser.Message
 
setClazz(String) - Method in class com.auxilii.msgparser.FieldInformation
 
setData(byte[]) - Method in class com.auxilii.msgparser.attachment.FileAttachment
 
setDate(Date) - Method in class com.auxilii.msgparser.Message
 
setDisplayBcc(String) - Method in class com.auxilii.msgparser.Message
 
setDisplayCc(String) - Method in class com.auxilii.msgparser.Message
 
setDisplayTo(String) - Method in class com.auxilii.msgparser.Message
 
setExtension(String) - Method in class com.auxilii.msgparser.attachment.FileAttachment
 
setFilename(String) - Method in class com.auxilii.msgparser.attachment.FileAttachment
 
setFromEmail(String) - Method in class com.auxilii.msgparser.Message
 
setFromName(String) - Method in class com.auxilii.msgparser.Message
 
setHeaders(String) - Method in class com.auxilii.msgparser.Message
 
setLongFilename(String) - Method in class com.auxilii.msgparser.attachment.FileAttachment
 
setMessage(Message) - Method in class com.auxilii.msgparser.attachment.MsgAttachment
 
setMessageClass(String) - Method in class com.auxilii.msgparser.Message
 
setMessageId(String) - Method in class com.auxilii.msgparser.Message
 
setMimeTag(String) - Method in class com.auxilii.msgparser.attachment.FileAttachment
 
setProperty(String, Object, DocumentEntry) - Method in class com.auxilii.msgparser.attachment.FileAttachment
Sets the property specified by the name parameter.
setProperty(String, Object) - Method in class com.auxilii.msgparser.Message
Sets the name/value pair in the Message.properties map.
setProperty(String, Object) - Method in class com.auxilii.msgparser.RecipientEntry
Sets the name/value pair in the RecipientEntry.properties map.
setRecipients(List<RecipientEntry>) - Method in class com.auxilii.msgparser.Message
 
setSize(long) - Method in class com.auxilii.msgparser.attachment.FileAttachment
 
setSubject(String) - Method in class com.auxilii.msgparser.Message
 
setToEmail(String) - Method in class com.auxilii.msgparser.Message
 
setToEmail(String) - Method in class com.auxilii.msgparser.RecipientEntry
 
setToName(String) - Method in class com.auxilii.msgparser.Message
 
setToName(String) - Method in class com.auxilii.msgparser.RecipientEntry
 
setType(String) - Method in class com.auxilii.msgparser.FieldInformation
 
size - Variable in class com.auxilii.msgparser.attachment.FileAttachment
The size of the attachment.
subject - Variable in class com.auxilii.msgparser.Message
The mail's subject.

T

toEmail - Variable in class com.auxilii.msgparser.Message
The address part of To: mail address.
toEmail - Variable in class com.auxilii.msgparser.RecipientEntry
The address part of To: mail address.
toLongString() - Method in class com.auxilii.msgparser.Message
Provides all information of this message object.
toName - Variable in class com.auxilii.msgparser.Message
The name part of the To: mail address
toName - Variable in class com.auxilii.msgparser.RecipientEntry
The address part of To: name.
toString() - Method in class com.auxilii.msgparser.attachment.FileAttachment
Returns either the long filename or the short filename, depending on which is available.
toString() - Method in class com.auxilii.msgparser.attachment.MsgAttachment
Returns the String returned by Message.toString().
toString() - Method in class com.auxilii.msgparser.Message
Provides a short representation of this .msg object.
toString() - Method in class com.auxilii.msgparser.RecipientEntry
Provides a short representation of this recipient object
(e.g.
type - Variable in class com.auxilii.msgparser.FieldInformation
The type of the DocumentEntry.

U

UNKNOWN - Static variable in class com.auxilii.msgparser.FieldInformation
The default value for both the FieldInformation.clazz and the FieldInformation.type properties.

A B C D E F G H L M P R S T U

Copyright © 2007 Roman Kurmanowytsch