Returns the parent folder of this folder. This method can be invoked on a closed Folder. If this folder is the top of a folder hierarchy, this method returns null. Note that since Folder objects are not cached, invoking this method returns a new distinct Folder object. @return Parent folder @
()
| 224 | * @exception MessagingException for failures |
| 225 | */ |
| 226 | public abstract Folder getParent() throws MessagingException; |
| 227 | |
| 228 | /** |
| 229 | * Tests if this folder physically exists on the Store. |
no outgoing calls
no test coverage detected