On 14-May-01 Mattias Segerdahl wrote:
> Hi,
>
> I was wondering if someone could help me explain how Microsoft OUTLOOK knows
> which emails that it has downloaded from the server, as far as I know, there
> isn't any way of marking the email in a pop3 queue that they have been
> either read or do
accually pop and imap do set a flag depending if it is new, or seen, etc etc.
http://php.net/manual/en/function.imap-search.php
outlook isnt accually keeping a list of this info (at least it doesnt need to) the
mail server is (imap/pop).
mail -f /var/spool/mail/username
will show you this dat
Hello:
I'm not sure, but I think it's by looking at the header of the message,
not the body, there's a message id like this:
Message-ID: <[EMAIL PROTECTED]>
and this id is unique, so if exists on the inbox, it doesn't downloads the
body.
Best Regards
Visual PHP Studio, RAD deve
Hiya,
Correct me if I'm wrong, but I think it just keeps a record of the e-mails it's
downloaded. If you run the command 'UIDL' on a telnet session into a POP server,
you will get the Unique ID for every e-mail in your inbox. All Outlook does is
compare this to the list of e-mails it knows it's
Hi,
I was wondering if someone could help me explain how Microsoft OUTLOOK knows
which emails that it has downloaded from the server, as far as I know, there
isn't any way of marking the email in a pop3 queue that they have been
either read or downloaded. But then again, I have an inbox with over
Hi,
I was wondering if someone could help me explain how Microsoft OUTLOOK knows
which emails that it has downloaded from the server, as far as I know, there
isn't any way of marking the email in a pop3 queue that they have been
either read or downloaded. But then again, I have an inbox with over
6 matches
Mail list logo