Returns a list of Folders belonging to this Folder's namespace that match the specified pattern. Patterns may contain the wildcard characters "%" , which matches any character except hierarchy delimiters, and " " , which matches any character. As an example, given the fo
(String pattern)
| 273 | * @exception MessagingException for other failures |
| 274 | */ |
| 275 | public abstract Folder[] list(String pattern) throws MessagingException; |
| 276 | |
| 277 | /** |
| 278 | * Returns a list of subscribed Folders belonging to this Folder's |
no outgoing calls
no test coverage detected