I am trying to make a web email client as good as outlook. The problem i am facing is :-
1.I can't keep my connection open 24/7 as gmail might not allow.
2.I want to get modified messages after i reconnect to imap. But the code give me
GetFlagsByUID(List) all messages, but i want not all only those which is modified after a timestamp.
Please help me do that.How does other email clients acheive this? If they can do why can't I using mail.dll?