Hi

I am working on mail client application using IMAP. I have to show all the mail on client side from server as like in outlook. So i use FETCH Command to fetch the Message Header (FROM SUBJECT DATE) and show in grid. Now at this point i have to also show which are Read and Unread message. So i fetch FLAG Status also in FETCH command but it give always SEEN status because as i fetch the header it update the FLAG status.
...