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

Method getFolder

app/src/main/java/com/sun/mail/pop3/POP3Store.java:496–500  ·  view source on GitHub ↗

Only the name "INBOX" is supported.

(String name)

Source from the content-addressed store, hash-verified

494 * Only the name "INBOX" is supported.
495 */
496 @Override
497 public Folder getFolder(String name) throws MessagingException {
498 checkConnected();
499 return new POP3Folder(this, name);
500 }
501
502 @Override
503 public Folder getFolder(URLName url) throws MessagingException {

Callers

nothing calls this directly

Calls 2

checkConnectedMethod · 0.95
getFileMethod · 0.45

Tested by

no test coverage detected