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 public class SimpleTextMail extends TextMailData implements IMailData
Deprecated.useTextMailData
instead- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.xima.fc.mdl.mail.TextMailData
bcc, bodyParts, cc, encryptionType, forceEncryption, from, reply, sendSeparateMails, subject, to
-
Fields inherited from interface de.xima.fc.interfaces.mail.IBaseMailData
ADDRESS_SPLITTER
-
-
Constructor Summary
Constructors Constructor Description SimpleTextMail(String subject, String body, String bodyMimeType, String from, String to)
Deprecated.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, 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, getMimeMessage, getReply, getSendSeparateMails, getSubject, getTo
-
-
-
-
Constructor Detail
-
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
-
-