Expunge all messages marked as DELETED.
()
| 2296 | * Expunge all messages marked as DELETED. |
| 2297 | */ |
| 2298 | @Override |
| 2299 | public synchronized Message[] expunge() throws MessagingException { |
| 2300 | return expunge(null); |
| 2301 | } |
| 2302 | |
| 2303 | /** |
| 2304 | * Expunge the indicated messages, which must have been marked as DELETED. |
nothing calls this directly
no test coverage detected