| GetIMAPEmaillisting |
| |
This function will get a listing with emails in the specified mail folder |
| |
| Library |
 |
wh::internet/imap.whlib |
| |
| Syntax |
 |
PUBLIC RECORD ARRAY FUNCTION GetIMAPEmaillisting (INTEGER connectionid,STRING mailfolder) |
| |
| Parameters |
 |
| connectionid |
 |
ID of the connection (opened by OpenIMAPAccount) |
 |
| mailfolder |
 |
The folder of to get the emaillisting from |
 |
|
| |
| Returns |
 |
RECORD ARRAY of [[[cell.date Date]]] of the email [[[cell.subject Subject]]] of the email [[[cell.sender Sender]]] of the email [[[cell.receiver Receiver]]] of the email [[[cell.size Size]]] of the email [[[cell.uid The]]] UID of the email [[[cell.seen True]]] if the message has been read |
| |