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 connectionid

ID of the connection

Return value

RECORD

Record with success status

list

List of all messages and their UID

list.id

Message id

list.uid

Message uid

success

TRUE when UIDL supported, FALSE when not