|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.email.items.manager.MessageParser
public class MessageParser
This class is used in order to create a list of the Part of the single email. in the list there will be InternalPart items. this class is an helper for the EntityManagerFilter class
Constructor Summary | |
---|---|
MessageParser()
|
Method Summary | |
---|---|
static java.util.ArrayList |
getAllPartsOfMessage(javax.mail.Message msg)
this method returns always a list of part if the javaMail fails to get the main content the method returns a default InternalPart with the "CONTENT_BODY_ALERT" as the body value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageParser()
Method Detail |
---|
public static java.util.ArrayList getAllPartsOfMessage(javax.mail.Message msg)
msg
- Message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |