[Gambas-user] POP3 message date & time
Benoît Minisini
gambas at ...1...
Sat Sep 14 17:56:14 CEST 2013
Le 14/09/2013 17:34, bill-lancaster a écrit :
> Have just started playing with POP3 and can't see a way of retrieving the
> date/time of a message.
> Its not part of _Pop3Client_Message.
> I guess its buried in the message header but....
>
AFAIK, there is no date/time in the POP3 protocol.
You must use the Message property to retrieve the MIME decoded message,
and find the date inside the MIME message headers.
Regards,
--
Benoît Minisini
More information about the User
mailing list