MCPcopy Create free account
hub / github.com/M66B/FairEmail / expunge

Method expunge

app/src/main/java/com/sun/mail/imap/IMAPFolder.java:2298–2301  ·  view source on GitHub ↗

Expunge all messages marked as DELETED.

()

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 13

checkOpenedMethod · 0.95
addMethod · 0.95
fetchMethod · 0.95
getProtocolMethod · 0.95
uidexpungeMethod · 0.95
toUIDSetMethod · 0.95
expungeMethod · 0.95
getUIDMethod · 0.95
getMessageMethod · 0.65
sizeMethod · 0.65

Tested by

no test coverage detected