Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jan : Re: how to retrieve messages from a mailbox in the sent order?
| Subject: | Re: how to retrieve messages from a mailbox in the sent order? |
| Posted by: | "Iliya" (iliya..@list.ru) |
| Date: | Tue, 22 Jan 2008 23:04:56 |
"Michael Stieler" <michael.stieler@rie.eu> wrote in message news:4795db4c$1@newsgroups.borland.com...
> 1. I don't know if pop3 supports such a feature BUT
> as for 2., a message sent to your pop3 server/account is usually
> timestamped. You can read this timestamp from the Date field of the
> message header.
>
1. to figure the correct order on a given server, i simply examine the DATE headers of the message with ID=1 and with ID=TotalMessageCount on the server.
2. true. that works.
none