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

Method writeAtom

app/src/main/java/com/sun/mail/iap/Argument.java:198–201  ·  view source on GitHub ↗

Write out given string as an Atom. Note that an Atom can contain only certain US-ASCII characters. No validation is done on the characters in the string. @param s String @return this

(String s)

Source from the content-addressed store, hash-verified

196 * @return this
197 */
198 public Argument writeAtom(String s) {
199 items.add(new Atom(s));
200 return this;
201 }
202
203 /**
204 * Write out number.

Callers 15

doCommandMethod · 0.95
copyMessagesMethod · 0.95
doCommandMethod · 0.95
searchMethod · 0.95
gmailMsgidSearchMethod · 0.95
gmailThridSearchMethod · 0.95
gmailRawSearchMethod · 0.95
copymoveMessagesMethod · 0.95
orMethod · 0.95
notMethod · 0.95
headerMethod · 0.95
messageidMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected