Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Read POP3 Mail - how can one start from last read email
Message
From
30/08/2007 20:32:56
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Read POP3 Mail - how can one start from last read email
Miscellaneous
Thread ID:
01251540
Message ID:
01251540
Views:
79
Sergey shows how to read POP3 Mail here: http://www.berezniker.com/display/VFP/Read+POP3+Mail+using+Winsock

How can one tell it to start reading from the last one read, instead of reading all emails each time? (I don't want to delete the emails from the server).

Example: Outlook Express knows not to show the prior emails each time.


BTW Sergey, I needed to put this at the top of your sample code:-
#Define lcCrLf  Chr(13) + Chr(10)
lcTempPath = 'C:\temp\'
and also deleted the last ELSE.

Thanks
Cyril
Next
Reply
Map
View

Click here to load this message in the networking platform