List all subfolders matching the specified pattern.
(String pattern)
| 621 | * List all subfolders matching the specified pattern. |
| 622 | */ |
| 623 | @Override |
| 624 | public Folder[] list(String pattern) throws MessagingException { |
| 625 | return doList(pattern, false); |
| 626 | } |
| 627 | |
| 628 | /** |
| 629 | * List all subscribed subfolders matching the specified pattern. |