How to get the draft and sent folder in java mail
843830Apr 17 2007 — edited Aug 13 2007i found the File Not Found error while accessing the draft,sent folder to fecth from the mail sever using IMAP. i m using the code like tis
draft=store.getFolder("draft");
sent=store.getFolder("sent");
And i want to know whether the draft,sent,trash folder is default like inbox or not