|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.openexchange.mail.mime.processing.MimeForward
public final class MimeForward
MimeForward - MIME message forward.
| Method Summary | |
|---|---|
static MailMessage |
getFowardMail(MailMessage[] originalMails,
com.openexchange.session.Session session,
int accountID)
Composes a forward message from specified original messages based on MIME objects from JavaMail API. |
static MailMessage |
getFowardMail(MailMessage[] originalMails,
com.openexchange.session.Session session,
int[] accountIDs,
UserSettingMail usm)
Composes a forward message from specified original messages taken from possibly differing accounts based on MIME objects from JavaMail API. |
static MailMessage |
getFowardMail(MailMessage[] originalMails,
com.openexchange.session.Session session,
int accountID,
UserSettingMail usm)
Composes a forward message from specified original messages 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 getFowardMail(MailMessage[] originalMails,
com.openexchange.session.Session session,
int accountID)
throws MailException
JavaMail API.
If multiple messages are given these messages are forwarded as attachments.
originalMails - The referenced original mailssession - The session containing needed user dataaccountID - The account ID of the referenced original mails
MailMessage representing an user-editable forward mail
MailException - If forward mail cannot be composed
public static MailMessage getFowardMail(MailMessage[] originalMails,
com.openexchange.session.Session session,
int accountID,
UserSettingMail usm)
throws MailException
JavaMail API.
If multiple messages are given these messages are forwarded as attachments.
originalMails - The referenced original mailssession - The session containing needed user dataaccountID - The account ID of the referenced original mailsusm - The user mail settings to use; leave to null to obtain from specified session
MailMessage representing an user-editable forward mail
MailException - If forward mail cannot be composed
public static MailMessage getFowardMail(MailMessage[] originalMails,
com.openexchange.session.Session session,
int[] accountIDs,
UserSettingMail usm)
throws MailException
JavaMail API.
If multiple messages are given these messages are forwarded as attachments.
originalMails - The referenced original mailssession - The session containing needed user dataaccountIDs - The account IDs of the referenced original mailsusm - The user mail settings to use; leave to null to obtain from specified session
MailMessage representing an user-editable forward mail
MailException - If forward mail cannot be composed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||