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

Method simpleCommand

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

Issue a simple POP3 command and return the response.

(String cmd)

Source from the content-addressed store, hash-verified

1156 * Issue a simple POP3 command and return the response.
1157 */
1158 private Response simpleCommand(String cmd) throws IOException {
1159 simpleCommandStart(cmd);
1160 issueCommand(cmd);
1161 Response r = readResponse();
1162 simpleCommandEnd();
1163 return r;
1164 }
1165
1166 /**
1167 * Issue a two line POP3 command and return the response

Callers 13

ProtocolMethod · 0.95
loginMethod · 0.95
quitMethod · 0.95
statMethod · 0.95
listMethod · 0.95
deleMethod · 0.95
uidlMethod · 0.95
noopMethod · 0.95
rsetMethod · 0.95
stlsMethod · 0.95
twoLinesCommandMethod · 0.95

Calls 4

simpleCommandStartMethod · 0.95
issueCommandMethod · 0.95
readResponseMethod · 0.95
simpleCommandEndMethod · 0.95

Tested by

no test coverage detected