Uploads the message to the specified folder.
UploadMessage(String, MimeMessage) | Uploads the message to the specified folder. |
UploadMessage(String, MailMessage) | Uploads the message to the specified folder. |
UploadMessage(String, Stream) | Uploads the message read from the stream to the specified folder and sets its flags. |
UploadMessage(String, String) | Uploads the message read from a local file and sets its flags. |
UploadMessage(String, MimeMessage, ImapMessageFlags) | Uploads the message to the specified folder and sets its flags. |
UploadMessage(String, MailMessage, ImapMessageFlags) | Uploads the message to the specified folder and sets its flags. |
UploadMessage(String, Stream, ImapMessageFlags) | Uploads the message read from the stream to the specified folder and sets its flags. |
UploadMessage(String, String, ImapMessageFlags) | Uploads the message read from a local file and sets its flags. |
UploadMessage(String, MimeMessage, ImapMessageFlags, String[]) | Uploads the message to the specified folder and sets its flags. |
UploadMessage(String, MailMessage, ImapMessageFlags, String[]) | Uploads the message to the specified folder and sets its flags. |
UploadMessage(String, Stream, ImapMessageFlags, String[]) | Uploads the message read from the stream to the specified folder and sets its flags. |
UploadMessage(String, String, ImapMessageFlags, String[]) | Uploads the message read from a local file and sets its flags. |
UploadMessage(String, String, String, String, String) | Uploads the message to the specified folder and sets its flags. |
UploadMessage(String, String, String, String, String, ImapMessageFlags) | Uploads the message to the specified folder and sets its flags. |
UploadMessage(String, String, String, String, String, ImapMessageFlags, String[]) | Uploads the message to the specified folder and sets its flags. |