i know how can we retrive the mails from INBOX folder…but now i want to retrieve mails from SENT ITEMS folder…i am using imap to retrieve the data…
Let me know what parameter i should pass in this function to get mails from SENT ITEMS folder
Folder folder=store.getFolder("inbox");i should change the inbox as some stirng i want to know that string…
i know how can we retrive the mails from INBOX folder…but now i want
Share
I found the solution for my problem….
i used this code to list out the folders from mail server
and pass those values in getFolder() function…it’s working fine..