Package de.xima.fc.mail.type
Class MultipartMail
java.lang.Object
de.xima.fc.mdl.mail.TextMailData
de.xima.fc.mdl.mail.MultipartMailData
de.xima.fc.mail.type.MultipartMail
- All Implemented Interfaces:
IBaseMailData
,IMailData
,Serializable
Deprecated.
Text email with attached files
- See Also:
-
Field Summary
Fields inherited from class de.xima.fc.mdl.mail.MultipartMailData
fileParts
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
ConstructorsConstructorDescriptionMultipartMail
(String subject, String body, String bodyMime, String from, String to, File... attFiles) Deprecated.MultipartMail
(String subject, String body, String bodyMime, String from, String senderName, String to, File... attFiles) Deprecated.MultipartMail
(String subject, String body, String bodyMime, String from, String senderName, String to, URL... attFiles) Deprecated.MultipartMail
(String subject, String body, String bodyMime, String from, String to, URL... attFiles) Deprecated.MultipartMail
(String subject, String body, String bodyMime, String from, String to, javax.activation.DataSource... attFiles) Deprecated.useMultipartMailData
.MultipartMail
(String subject, String body, String bodyMime, javax.mail.Address from, javax.mail.Address[] reply, javax.mail.Address[] to, File... attFiles) Deprecated.MultipartMail
(String subject, String body, String bodyMime, javax.mail.Address from, javax.mail.Address[] reply, javax.mail.Address[] to, URL... attFiles) Deprecated. -
Method Summary
Methods inherited from class de.xima.fc.mdl.mail.MultipartMailData
addBody, addFile, addFile, addFilePart, addFilePart, getFileParts, getFiles
Methods inherited from class de.xima.fc.mdl.mail.TextMailData
getAddressesByString, getBcc, getBody, getBodyMimeType, getBodyParts, getCc, getEncryptionType, 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
-
MultipartMail
public MultipartMail(String subject, String body, String bodyMime, String from, String to, File... attFiles) throws Exception Deprecated.- Throws:
Exception
-
MultipartMail
public MultipartMail(String subject, String body, String bodyMime, String from, String senderName, String to, File... attFiles) throws Exception Deprecated.- Throws:
Exception
-
MultipartMail
public MultipartMail(String subject, String body, String bodyMime, javax.mail.Address from, javax.mail.Address[] reply, javax.mail.Address[] to, File... attFiles) throws Exception Deprecated.- Throws:
Exception
-
MultipartMail
public MultipartMail(String subject, String body, String bodyMime, String from, String to, URL... attFiles) throws Exception Deprecated.- Throws:
Exception
-
MultipartMail
public MultipartMail(String subject, String body, String bodyMime, String from, String senderName, String to, URL... attFiles) throws Exception Deprecated.- Throws:
Exception
-
MultipartMail
public MultipartMail(String subject, String body, String bodyMime, javax.mail.Address from, javax.mail.Address[] reply, javax.mail.Address[] to, URL... attFiles) throws Exception Deprecated.- Throws:
Exception
-
MultipartMail
@Deprecated public MultipartMail(String subject, String body, String bodyMime, String from, String to, javax.activation.DataSource... attFiles) throws Exception Deprecated.useMultipartMailData
. DataSources will be ignored!- Throws:
Exception
-
MultipartMailData
instead