Tests if this folder physically exists on the Store. This method can be invoked on a closed Folder. @return true if the folder exists, otherwise false @see #create @exception MessagingException typically if the connection to the server is lost.
()
| 235 | * to the server is lost. |
| 236 | */ |
| 237 | public abstract boolean exists() throws MessagingException; |
| 238 | |
| 239 | /** |
| 240 | * Returns a list of Folders belonging to this Folder's namespace |
no outgoing calls
no test coverage detected