I have a C++ application written with MS VC++ 1.52 (16 bit) with
NetManage NewtSDK. It has POP3 code via NetManage's API to receive
mail with POP3. I was receiving and deleting, but the client wants to
leave the mail on the server and do this:
On regular receive, only download the mail that hasn't been read yet
On a selective recieve, allow user to download mail that was received
in a certain date range.
How can I do this? NetManage has a POP3Top that allows me to look at
the top few lines of each message. Do I do that for every message and
interrogate the received date and compare it to the user's setting in
the ini file from when they last recieved mail?
NetManage's POP3Top doesn't seem to be working, they're working on
that. But is this the proper solution, or how would I do it with raw
POP3 code?
Please respond via email if you can, I don't hang here and have to get
this done quickly.
Thanks,
|