Close this Folder. This method is valid only on open Folders. A CLOSED ConnectionEvent is delivered to any ConnectionListeners registered on this Folder. Note that the folder is closed even if this method terminates abnormally by throwing a MessagingException. @param expunge expunges all delet
(boolean expunge)
| 621 | * @see javax.mail.event.ConnectionEvent |
| 622 | */ |
| 623 | public abstract void close(boolean expunge) throws MessagingException; |
| 624 | |
| 625 | /** |
| 626 | * Close this Folder and expunge deleted messages. <p> |
no outgoing calls
no test coverage detected