Close this folder.
(boolean expunge)
| 1475 | * Close this folder. |
| 1476 | */ |
| 1477 | @Override |
| 1478 | public synchronized void close(boolean expunge) throws MessagingException { |
| 1479 | close(expunge, false); |
| 1480 | } |
| 1481 | |
| 1482 | /** |
| 1483 | * Close this folder without waiting for the server. |
no test coverage detected