Close this folder without waiting for the server. @exception MessagingException for failures
()
| 1485 | * @exception MessagingException for failures |
| 1486 | */ |
| 1487 | public synchronized void forceClose() throws MessagingException { |
| 1488 | close(false, true); |
| 1489 | } |
| 1490 | |
| 1491 | /* |
| 1492 | * Common close method. |