Package de.xima.fc.mail.type
Class SimpleTextMail
java.lang.Object
de.xima.fc.mdl.mail.TextMailData
de.xima.fc.mail.type.SimpleTextMail
- All Implemented Interfaces:
IBaseMailData
,IMailData
,Serializable
Deprecated.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from class de.xima.fc.mdl.mail.TextMailData
bcc, bodyParts, cc, encryptionType, forceEncryption, from, headers, reply, sendSeparateMails, subject, to
Fields inherited from interface de.xima.fc.interfaces.mail.IBaseMailData
ADDRESS_SPLITTER
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.SimpleTextMail
(String subject, String body, String bodyMimeType, String from, String senderName, String to) Deprecated.SimpleTextMail
(String subject, String body, String bodyMimeType, javax.mail.Address from, javax.mail.Address[] reply, javax.mail.Address[] to) Deprecated. -
Method Summary
Methods inherited from class de.xima.fc.mdl.mail.TextMailData
getAddressesByString, getBcc, getBody, getBodyMimeType, getBodyParts, getCc, getEncryptionType, getFileParts, getFrom, getHeaders, getReply, getSendSeparateMails, getSubject, getTo, setBcc, setBcc, setCc, setCc, setEncryptionType, setSendSeparateMails
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.interfaces.mail.IBaseMailData
buildMimeMessage, buildMimeParts, getBcc, getBodyParts, getCc, getEncryptionType, getFileParts, getFrom, getHeaders, getMimeMessage, getReply, getSendSeparateMails, getSubject, getTo
-
Constructor Details
-
SimpleTextMail
public SimpleTextMail(String subject, String body, String bodyMimeType, String from, String to) throws Exception Deprecated.- Throws:
Exception
-
SimpleTextMail
public SimpleTextMail(String subject, String body, String bodyMimeType, String from, String senderName, String to) throws Exception Deprecated.- Throws:
Exception
-
SimpleTextMail
public SimpleTextMail(String subject, String body, String bodyMimeType, javax.mail.Address from, javax.mail.Address[] reply, javax.mail.Address[] to) Deprecated.
-
TextMailData
instead