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

Method readAtomString

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

Extract an ASTRING, starting at the current position and return as a String. An ASTRING can be a QuotedString, a Literal or an Atom (plus ']'). Any errors in parsing returns null ASTRING := QuotedString | Literal | 1 ASTRING_CHAR @return a String

()

Source from the content-addressed store, hash-verified

434 * @return a String
435 */
436 public String readAtomString() {
437 return (String)parseString(true, true);
438 }
439
440 /**
441 * Generic parsing routine that can parse out a Quoted-String,

Callers 11

readStringListMethod · 0.95
doCommandMethod · 0.80
handleResponseMethod · 0.80
BODYSTRUCTUREMethod · 0.80
getQuotaRootMethod · 0.80
parseQuotaMethod · 0.80
getACLMethod · 0.80
listRightsMethod · 0.80
myRightsMethod · 0.80
StatusMethod · 0.80
ListInfoMethod · 0.80

Calls 1

parseStringMethod · 0.95

Tested by

no test coverage detected