Open this folder in the given mode.
(int mode)
| 975 | * Open this folder in the given mode. |
| 976 | */ |
| 977 | @Override |
| 978 | public synchronized void open(int mode) throws MessagingException { |
| 979 | open(mode, null); |
| 980 | } |
| 981 | |
| 982 | /** |
| 983 | * Open this folder in the given mode, with the given |
no test coverage detected