| property name | discriptions |
| connection name |
Input a name to recognize connection settings. |
| host name[host] |
Input a host name or an IP address for connecting. |
| use IMAP over SSL[protocol] |
Select whether to use for encrypting the communication content.
| No[imap4] | Connect without encrypting.(initial value) |
| Yes[imaps] | Connect by IMAP over SSL. |
|
| use STARTTLS[sslType] |
Select whether to use STARTTLS command when connect by IMAP over SSL.Select "Yes" for"use IMAP over SSL" property to show the property.
| No[default] | Don't use STARTTLS command.(initial value) |
| Yes[starttls] | Use STARTTLS command. |
|
| port number[port] |
Input listening port number.The initial value is 143.
It's necessary to specify the dedicated number for the port number (It's common to use 993) when connect by MAP over SSL.Please specify it after having checked the actual port number. |
| authentication [auth] |
Select the authentication.The initial value is "plain text".
| plain text[none] | Use plain text for authentication. (initial value) |
| CRAM-MD5 | Use CRAM-MD5 for authentication. |
|
| username[user] |
Input a username for connecting. |
| password[password] |
Input a password for connecting. |
| mailbox[mailbox] |
Set a mailbox to check messages. The initial value is "INBOX" |
| time-out (second) [timeout] |
Set a time-out period for the case of no response. The initial value is 60. |
| modify dynamically |
Select whether to enable it to modify the connection definition by DynamicConnection component while flow is running.
Select "Yes" to enable it to select in the "connection" property of DynamicConnection component.
| No | Don't enable it to modify.(initial value) |
| Yes | Enable it to modify. |
|