Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : Re: How to retrieve the list of emails
| Subject: | Re: How to retrieve the list of emails |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Sun, 4 Mar 2007 23:11:14 |
"dpap" <dpap@softwaypro.gr> wrote in message
news:45ebc823$1@newsgroups.borland.com...
> Using "receive " i receive the whole message and sometimes
> it has attachments.
I already told you earlier how to download just the headers of a
message without downloading the content.
> As i read, the function RetrieveMsgSize executes the POP3
> LIST command, returning only the size.
Correct.
> Is there a way to execute the LIST command to receive
> the rest information of the message ?
The only other information that is available from the LIST command is
something you already have - the message number. What you are you
looking for exactly?
Gambit
none