![]() |
Qore jni Module 2.4.0
|
Java wrapper for the MailAttachment::Attachment class in Qore. More...
Public Member Methods | |
Attachment (QoreObject ds) | |
creates the object | |
Attachment (String name, String mime, String data, String enc, Map< String, String > hdr) throws Throwable | |
creates an Attachment object for a Message object | |
Attachment (String name, String mime, String data, String enc) throws Throwable | |
creates an Attachment object for a Message object | |
Attachment (String name, String mime, String data) throws Throwable | |
creates an Attachment object for a Message object | |
Attachment (String name, String mime, byte[] data, String enc, Map< String, String > hdr) throws Throwable | |
creates an Attachment object for a Message object | |
Attachment (String name, String mime, byte[] data, String enc) throws Throwable | |
creates an Attachment object for a Message object | |
Attachment (String name, String mime, byte[] data) throws Throwable | |
creates an Attachment object for a Message object | |
Java wrapper for the MailAttachment::Attachment class in Qore.
import qoremod.MailMessage.Attachment;
|
inline |
creates an Attachment object for a Message object
name | the name of the attachment to be displayed in the message, normally a file name without any path |
mime | the mime type for the message |
data | the attachment data itself |
enc | the encoding type for the message (see MessageEncodings for possible values) |
hdr | optional headers for the MIME part for the attachment |
UNKNOWN-ENCODING | the message encoding value passed is unknown/unimplemented |
INVALID-ENCODING | the encoding given cannot be used with data given |
|
inline |
creates an Attachment object for a Message object
name | the name of the attachment to be displayed in the message, normally a file name without any path |
mime | the mime type for the message |
data | the attachment data itself |
enc | the encoding type for the message (see MessageEncodings for possible values) |
UNKNOWN-ENCODING | the message encoding value passed is unknown/unimplemented |
INVALID-ENCODING | the encoding given cannot be used with data given |
|
inline |
creates an Attachment object for a Message object
name | the name of the attachment to be displayed in the message, normally a file name without any path |
mime | the mime type for the message |
data | the attachment data itself |
UNKNOWN-ENCODING | the message encoding value passed is unknown/unimplemented |
INVALID-ENCODING | the encoding given cannot be used with data given |
|
inline |
creates an Attachment object for a Message object
name | the name of the attachment to be displayed in the message, normally a file name without any path |
mime | the mime type for the message |
data | the attachment data itself |
enc | the encoding type for the message (see MessageEncodings for possible values) |
hdr | optional headers for the MIME part for the attachment |
UNKNOWN-ENCODING | the message encoding value passed is unknown/unimplemented |
INVALID-ENCODING | the encoding given cannot be used with data given |
|
inline |
creates an Attachment object for a Message object
name | the name of the attachment to be displayed in the message, normally a file name without any path |
mime | the mime type for the message |
data | the attachment data itself |
enc | the encoding type for the message (see MessageEncodings for possible values) |
UNKNOWN-ENCODING | the message encoding value passed is unknown/unimplemented |
INVALID-ENCODING | the encoding given cannot be used with data given |
|
inline |
creates an Attachment object for a Message object
name | the name of the attachment to be displayed in the message, normally a file name without any path |
mime | the mime type for the message |
data | the attachment data itself |
UNKNOWN-ENCODING | the message encoding value passed is unknown/unimplemented |
INVALID-ENCODING | the encoding given cannot be used with data given |