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

Method delete

app/src/main/java/com/sun/mail/pop3/POP3Folder.java:165–168  ·  view source on GitHub ↗

Always throws MethodNotSupportedException because the POP3 protocol doesn't allow the INBOX to be deleted. @exception MethodNotSupportedException always

(boolean recurse)

Source from the content-addressed store, hash-verified

163 * @exception MethodNotSupportedException always
164 */
165 @Override
166 public boolean delete(boolean recurse) throws MessagingException {
167 throw new MethodNotSupportedException("delete");
168 }
169
170 /**
171 * Always throws <code>MethodNotSupportedException</code>

Callers 1

closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected