Always throws MethodNotSupportedException because the POP3 protocol doesn't allow the INBOX to be deleted. @exception MethodNotSupportedException always
(boolean recurse)
| 163 | * @exception MethodNotSupportedException always |
| 164 | */ |
| 165 | @Override |
| 166 | public boolean delete(boolean recurse) throws MessagingException { |
| 167 | throw new MethodNotSupportedException("delete"); |
| 168 | } |
| 169 | |
| 170 | /** |
| 171 | * Always throws <code>MethodNotSupportedException</code> |