Open this Folder. This method is valid only on Folders that can contain Messages and that are closed. If this folder is opened successfully, an OPENED ConnectionEvent is delivered to any ConnectionListeners registered on this Folder. The effect of opening multiple connections to the same f
(int mode)
| 606 | * @see javax.mail.event.ConnectionEvent |
| 607 | */ |
| 608 | public abstract void open(int mode) throws MessagingException; |
| 609 | |
| 610 | /** |
| 611 | * Close this Folder. This method is valid only on open Folders. <p> |
no outgoing calls
no test coverage detected