|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Message in com.funambol.mail |
---|
Subclasses of Message in com.funambol.mail | |
---|---|
class |
LightMessage
Overload serialization methods of Message to load the headers only. |
Methods in com.funambol.mail that return Message | |
---|---|
Message |
Folder.getMessage(java.lang.String recordId)
Gets the Message object corresponding to the given record
ID. |
Message |
MIMEProcessor.parseMailMessage(java.lang.String rfc2822)
This method parses a text email message formatted as per RFC 2822 and MIME specifications in order to build a Message object ready to be
processed by the mail library. |
Methods in com.funambol.mail with parameters of type Message | |
---|---|
void |
Folder.appendMessage(Message msg)
Appends the given Message to this Folder |
void |
Folder.deleteMessage(Message msg)
Deletes a Message from this Folder
The message is properly updated so that it is both complete (completely
loaded in memory) and its parent folder is cleared. |
java.lang.String |
MIMEFormatter.format(Message mailmessage)
The values of the fields of the Message object referenced
by 'mailmessage' are analyzed to be estracted and formatted into a string
in the form foreseen by the RFC 2822/MIME specifications |
void |
MIMEFormatter.format(Message mailmessage,
java.io.OutputStream os)
Writes the Message in RFC2822 format into the output stream. |
void |
MIMEFormatter.format(Message mailmessage,
java.lang.StringBuffer out)
Writes the Message in RFC2822 format into the StringBuffer out. |
protected void |
MIMEFormatter.formatContent(Message mailmessage,
java.lang.String boundary,
java.lang.String contentTransferEncoding,
java.io.OutputStream os)
|
void |
MIMEFormatter.formatOnlyMsgID(Message mailmessage,
java.lang.StringBuffer out)
Writes the MessageID in RFC2822 format into the StringBuffer out, e.g. |
void |
Folder.updateMessage(Message msg)
Updates the given Message |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |