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

Method dele

app/src/main/java/com/sun/mail/pop3/Protocol.java:1046–1049  ·  view source on GitHub ↗

Delete (permanently) the specified message.

(int msg)

Source from the content-addressed store, hash-verified

1044 * Delete (permanently) the specified message.
1045 */
1046 synchronized boolean dele(int msg) throws IOException {
1047 Response r = simpleCommand("DELE " + msg);
1048 return r.ok;
1049 }
1050
1051 /**
1052 * Return the UIDL string for the message.

Callers 1

closeMethod · 0.80

Calls 1

simpleCommandMethod · 0.95

Tested by

no test coverage detected