GetPop3UIDList (open)
Get a listing of all UIDs for all messages from the POP3 server
Syntax
LOADLIB "wh::internet/pop3.whlib";
RECORD FUNCTION GetPop3UIDList(INTEGER connectionid)Parameters
INTEGER connectionidID of the connection
Return value
RECORDRecord with success status
listList of all messages and their UID
list.idMessage id
list.uidMessage uid
successTRUE when UIDL supported, FALSE when not