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

Method getRest

app/src/main/java/com/sun/mail/iap/Response.java:573–576  ·  view source on GitHub ↗

Return the rest of the response as a string, usually used to return the arbitrary message text after a NO response. @return the rest of the response

()

Source from the content-addressed store, hash-verified

571 * @return the rest of the response
572 */
573 public String getRest() {
574 skipSpaces();
575 return toString(buffer, index, size);
576 }
577
578 /**
579 * Return the exception for a synthetic BYE response.

Callers 6

getMessageMethod · 0.95
protocolConnectMethod · 0.95
authenticateMethod · 0.95
authntlmMethod · 0.95
handleResponseCodeMethod · 0.80
checkReferralMethod · 0.80

Calls 2

skipSpacesMethod · 0.95
toStringMethod · 0.95

Tested by

no test coverage detected