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

Method doCommand

app/src/main/java/com/sun/mail/imap/IMAPFolder.java:569–572  ·  view source on GitHub ↗
(IMAPProtocol p)

Source from the content-addressed store, hash-verified

567
568 li = (ListInfo[])doCommand(new ProtocolCommand() {
569 @Override
570 public Object doCommand(IMAPProtocol p) throws ProtocolException {
571 return p.list("", lname);
572 }
573 });
574
575 if (li != null) {

Callers 4

existsMethod · 0.95
getSeparatorMethod · 0.95
appendMessagesMethod · 0.95
appendUIDMessagesMethod · 0.95

Calls 15

doProtocolCommandMethod · 0.95
throwClosedExceptionMethod · 0.95
lsubMethod · 0.80
unsubscribeMethod · 0.80
renameMethod · 0.80
appenduidMethod · 0.80
getQuotaRootMethod · 0.80
deleteACLMethod · 0.80
idleStartMethod · 0.80
finestMethod · 0.80
setQuotaMethod · 0.65
getMessageMethod · 0.65

Tested by

no test coverage detected