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.
So is there any way to fetch the Message Header without update the FLAG Status OR is there any other approach to handles mail Read and Unread status.
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.
So is there any way to fetch the Message Header without update the FLAG Status OR is there any other approach to handles mail Read and Unread status.