USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Download emails from a mail server into a temporary table
Connects to a POP3 or IMAP mail server and downloads messages into a temp table for processing. Leave the from-date blank to only retrieve emails not previously downloaded into the same table. Supports POP, IMAP, or the built-in xAssetsPop method.
| Parameter | Description |
|---|---|
| cmd | temp table name to receive the email records |
| Argument 0 | mail server address |
| Argument 1 | email address / login username |
| Argument 2 | password |
| Argument 3 | use SSL (true/false) |
| Argument 4 | delete emails from server after downloading (true/false) |
| Argument 5 | date to download from (leave blank to download only new emails not yet in the table) |
| Argument 6 | port number (default 993) |
| Argument 7 | retrieval method: blank to use xAssetsPop, POP, or IMAP |
| Argument 8 | subject filter (not yet implemented) |
EmailToTable "temp table name to receive the email records", "mail server address", "email address / login username", "password", "use SSL (true/false)", "delete emails from server after downloading (true/false)", "date to download from (leave blank to download only new emails not yet in the table)", "port number (default 993)", "retrieval method: blank to use xAssetsPop, POP, or IMAP", "subject filter (not yet implemented)"