delete mail from inbox of any server like gmail,yahoo,hotmail
843834Feb 18 2009 — edited Dec 2 2009Hello,
Right now i am working on email module using JAVAMAIL API. In this i have already completed the authentication and send mail programming but now when i am trying to fetch mails from inbox using open.folder("INBOX")....and all that programming at that time i am getting some messages from inbox but not all the messages from inbox i.e if i have 23 messages in my gmail account but in this programming they are showing only 11 messages... in getMessageCount() method... can anyone explain me tht why?????
Another problem is with delete message.. i hava also done some programming about it...it works in my application when i am running it.... but it does not delete message from my gmail account...?????
And also methods like getNewMessageCount() , getUnreadMessageCount() , getDeletedMessageCount() these methods gives me output which is not correct as in my Gmail account.....i dont know on which basis all these methods works??
Thanks in advance
manalee