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

Method getUsername

app/src/main/java/javax/mail/URLName.java:368–370  ·  view source on GitHub ↗

Returns the user name of this URLName. Returns null if this URLName has no user name. @return the user name

()

Source from the content-addressed store, hash-verified

366 * @return the user name
367 */
368 public String getUsername() {
369 return doEncode ? decode(username) : username;
370 }
371
372 /**
373 * Returns the password of this URLName.

Callers 4

getURLNameMethod · 0.95
getURLNameMethod · 0.95
ServiceMethod · 0.80
connectMethod · 0.80

Calls 1

decodeMethod · 0.95

Tested by

no test coverage detected