| |
|
| java.lang.Object org.apache.cocoon.mail.MimeMessageUtil
MimeMessageUtil | public class MimeMessageUtil (Code) | | Description of the Class
author: Bernhard Huber since: 26. Oktober 2002 version: $Id: MimeMessageUtil.java 468424 2006-10-27 15:44:53Z vgritsenko $ |
NO_SUBJECT | final public static String NO_SUBJECT(Code) | | Description of the Field
|
SENDER_NOT_AVAILABLE | final public static String SENDER_NOT_AVAILABLE(Code) | | Description of the Field
|
flattenMessage | public static MimePart[] flattenMessage(MimeMessage message, ContentTypePreference ctPref)(Code) | | Description of the Method
Parameters: message - Description of the Parameter Parameters: ctPref - Description of the Parameter Description of the Return Value |
getDate | public static Date getDate(MimeMessage msg)(Code) | | Gets the date attribute of the MimeMessageUtil class
Parameters: msg - Description of the Parameter The date value |
getID | public static String getID(MimeMessage msg)(Code) | | Gets the iD attribute of the MimeMessageUtil class
Parameters: msg - Description of the Parameter The iD value |
getSender | public static String getSender(MimeMessage msg)(Code) | | Gets the sender attribute of the MimeMessageUtil class
Parameters: msg - Description of the Parameter The sender value |
getSenderEmail | public static String getSenderEmail(MimeMessage msg)(Code) | | Gets the senderEmail attribute of the MimeMessageUtil class
Parameters: msg - Description of the Parameter The senderEmail value |
getSubject | public static String getSubject(MimeMessage msg)(Code) | | Gets the subject attribute of the MimeMessageUtil class
Parameters: msg - Description of the Parameter The subject value |
|
|
|