Return the Folder object corresponding to the given name. Note that a Folder object is returned even if the named folder does not physically exist on the Store. The exists() method on the folder object indicates whether this folder really exists. Folder objects are not cached by th
(String name)
| 82 | * @see Folder#create |
| 83 | */ |
| 84 | public abstract Folder getFolder(String name) |
| 85 | throws MessagingException; |
| 86 | |
| 87 | /** |
| 88 | * Return a closed Folder object, corresponding to the given |