Always throws MessagingException because no POP3 folders can contain subfolders. @exception MessagingException always
(String pattern)
| 98 | * @exception MessagingException always |
| 99 | */ |
| 100 | @Override |
| 101 | public Folder[] list(String pattern) throws MessagingException { |
| 102 | throw new MessagingException("not a directory"); |
| 103 | } |
| 104 | |
| 105 | /** |
| 106 | * Always returns a NUL character because POP3 doesn't support a hierarchy. |
no outgoing calls
no test coverage detected