|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.mail.MimeMessageUtil
public class MimeMessageUtil
Description of the Class
Field Summary | |
---|---|
static String |
NO_SUBJECT
Description of the Field |
static String |
SENDER_NOT_AVAILABLE
Description of the Field |
Constructor Summary | |
---|---|
MimeMessageUtil()
|
Method Summary | |
---|---|
static MimePart[] |
flattenMessage(MimeMessage message,
ContentTypePreference ctPref)
Description of the Method |
static Date |
getDate(MimeMessage msg)
Gets the date attribute of the MimeMessageUtil class |
static String |
getID(MimeMessage msg)
Gets the iD attribute of the MimeMessageUtil class |
static String |
getSender(MimeMessage msg)
Gets the sender attribute of the MimeMessageUtil class |
static String |
getSenderEmail(MimeMessage msg)
Gets the senderEmail attribute of the MimeMessageUtil class |
static String |
getSubject(MimeMessage msg)
Gets the subject attribute of the MimeMessageUtil class |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SENDER_NOT_AVAILABLE
public static final String NO_SUBJECT
Constructor Detail |
---|
public MimeMessageUtil()
Method Detail |
---|
public static String getSender(MimeMessage msg)
msg
- Description of the Parameter
public static String getSenderEmail(MimeMessage msg)
msg
- Description of the Parameter
public static String getSubject(MimeMessage msg)
msg
- Description of the Parameter
public static Date getDate(MimeMessage msg)
msg
- Description of the Parameter
public static String getID(MimeMessage msg)
msg
- Description of the Parameter
public static MimePart[] flattenMessage(MimeMessage message, ContentTypePreference ctPref)
message
- Description of the ParameterctPref
- Description of the Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |