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

Method list

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

Always throws MessagingException because no POP3 folders can contain subfolders. @exception MessagingException always

(String pattern)

Source from the content-addressed store, hash-verified

98 * @exception MessagingException always
99 */
100 @Override
101 public Folder[] list(String pattern) throws MessagingException {
102 throw new MessagingException("not a directory");
103 }
104
105 /**
106 * Always returns a NUL character because POP3 doesn't support a hierarchy.

Callers 3

getSizesMethod · 0.45
listCommandMethod · 0.45
getSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected