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 | User name to connect to the POP3 email server. | |
Password | Password to connect to the POP3 email server. | |
Server Name | Name of the POP3 email server | |
Port | 110 | 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. | |
Browse Mode | FALSE | 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. Note: This property is displayed only for POP3 Email Queue version 1.0.2 only. |
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. This property is displayed only for POP3 Email Queue version 1.3.0. |
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.This property is displayed only for POP3 Email Queue version 1.3.0. |
Action | Description |
---|---|
Connect | Opens a persistent connection to the database. |
GetMessage | Retrieves message into a message object. |
Disconnect | Closes an existing database connection and performs any clean up actions if required. |
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 |