|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.openexchange.mail.mime.processing.MimeReply
public final class MimeReply
MimeReply - MIME message reply.
| Method Summary | |
|---|---|
static MailMessage |
getReplyMail(MailMessage originalMail,
boolean replyAll,
com.openexchange.session.Session session,
int accountId)
Composes a reply message from specified original message based on MIME objects from JavaMail API. |
static MailMessage |
getReplyMail(MailMessage originalMail,
boolean replyAll,
com.openexchange.session.Session session,
int accountId,
UserSettingMail usm)
Composes a reply message from specified original message based on MIME objects from JavaMail API. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static MailMessage getReplyMail(MailMessage originalMail,
boolean replyAll,
com.openexchange.session.Session session,
int accountId)
throws MailException
JavaMail API.
originalMail - The referenced original mailreplyAll - true to reply to all; otherwise falsesession - The session containing needed user dataaccountId - The account ID
MailMessage representing an user-editable reply mail
MailException - If reply mail cannot be composed
public static MailMessage getReplyMail(MailMessage originalMail,
boolean replyAll,
com.openexchange.session.Session session,
int accountId,
UserSettingMail usm)
throws MailException
JavaMail API.
originalMail - The referenced original mailreplyAll - true to reply to all; otherwise falsesession - The session containing needed user dataaccountId - The account IDusm - The user mail settings to use; leave to null to obtain from specified session
MailMessage representing an user-editable reply mail
MailException - If reply mail cannot be composed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||