Returns a prompter to a mail box of a POP3 mail server.
1 mail.mimePart.isMimeType
<mail.mimePart.isMimeType
host='host'
user='user'
password='password'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Ahost | string | IP or name of the POP3 mail server. | |||
Auser | string | Username of the mail box. | |||
Apassword | string | Access password to the mail box. |
Returns | |
---|---|
Type | Description |
pop3Store |
Example
Obtain a prompter to a mail box.
Copy
<xsql-script name=''> <body> <set name='m_pop3_store'> <mail.pop3.getStore host='192.168.1.3' user='pop3user' password='pop3pass' /> </set> </body> </xsql-script>