Content Type | Details |
---|---|
text/* | • text • HTML |
image/* | • .gif • .jpg |
application/* | • All applicable applications, such as .xls, .zip, and .doc |
Property | Default Value | Description |
---|---|---|
User Name | Username to connect to the IMAP email server. | |
Password | The Password to authenticate the above username. | |
Server Name | Name of the IMAP email server | |
Port | 143 | Port to be used to connect to the server. Note: If the default port is not used, then the component assumes a secure (SSL or TLS) connection is required. |
ConnectionTimeout | 90 | Connection time out value in seconds. |
Retry Count | 3 | Number of attempts the server tries to establish connection when the connection times out or fails. |
From Contains | From email address. For more information, see note. | |
To Contains | To email address. For more information, see note. | |
Subject Contains | Subject value. For more information, see note. | |
Folder Name | Folder that resides in the IMAP server. If you specify a folder name, all the emails are delivered to the specified folder. Typically, an email is downloaded to the INBOX folder unless you specify another location. Examples of specific folders are INBOX.myemail, INBOX.general, and so on. | |
Browse Mode | TRUE | Select from TRUE or FALSE: • TRUE - If this is selected, the email message remains on the server even after it is download. • FALSE - If this is selected, the email message is deleted from the server after it is download. |
Download | UNREAD | Download the read and/or unread messages from the server: • ALL - Download both read and unread messages from the server. • READ - Download only read messages from the server. • UNREAD - Download only unread messages from the server. |
Encoding String | ISO-8859-1 | Encoding string required for the email from the list. |
Mark Failed Messages as Seen | FALSE | Select from TRUE or FALSE: • TRUE - Marks unprocessed messages as seen. This value provides a method to bypass messages that the component cannot handle by marking them as read. • FALSE - Leaves unprocessed messages as unseen. |
Always Create Attachment Messages | FALSE | Select from TRUE or FALSE: • TRUE - Component encodes any primary content that may be an email attachment, and then includes it into a new DJMessage attachment. The original content normally has a MIME type indicating that it is binary data. • FALSE - Component places any primary content that may be an email attachment in the main DJMessage. The original content normally has a MIME type indicating that it is text data. Note: If the email is not multi-part MIME- formatted, then the content is included in the main DJMessage regardless of the MIME type. |
Action | Description |
---|---|
Connect | Opens a persistent connection to the database. |
Disconnect | Closes an existing database connection and performs any clean up actions if required. |
GetMessage | Retrieves message into a message object. |
Action | Parameter | Description |
---|---|---|
GetMessage | Message | Name for the incoming message |
Code | Description |
---|---|
19 | Unable to connect to the mail server |
27 | Unable to disconnect from the mail server |
8 | Unable to send email |
4 | Unable to receive email |
50 | Unknown error |
1 | End of File |
12 | No more messages to download |
0 | Messages sent or received successfully |