Re: Creating a folder using a Java mail API
Posted By:
Ninad_Shah
Posted On:
Monday, August 23, 2004 04:25 PM
Use Folder.create(int type) method to create folder in existing folder.
Re: Creating a folder using a Java mail API
Posted By:
Christopher_Koenigsberg
Posted On:
Monday, August 16, 2004 08:47 PM
I do not think the JavaMail API has any methods for creating folders, since that is entirely implementation-dependent on the particular mail server.