Delete |
Delete a message
|
GetFoldersURL |
Get Well-Known Mailbox Folder URLs that are retrieved from a users root mailbox folder.
Urls are stored in config object
|
GetMsg |
Retrieve message in RFC 821 format and send it to the client.
|
GetMsgList |
Get the list of messages in the inbox folder.
|
ParseAtachment |
Parse the mail attachments to fix image files mark as application/octet-stream.
|
ParseHeader |
Parse the mail header to fix incorrect email address with non US chars.
For example:
=?iso-8859-1?Q? Martin_Sacrist=E1n=2C_C=2E ?=
Should be:
=?iso-8859-1?Q?=22Martin_Sacrist=E1n=2C_C=2E=22?=
Quotes are missing and some email clients fails parsing it.
|
SendMail |
Send one email in standard rfc821 format.
|
URLEncode |
Encode one string to send it as url parameter.
|