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

Method getPassword

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

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

()

Source from the content-addressed store, hash-verified

376 * @return the password
377 */
378 public String getPassword() {
379 return doEncode ? decode(password) : password;
380 }
381
382 /**
383 * Constructs a URL from the URLName.

Callers 3

getURLNameMethod · 0.95
ServiceMethod · 0.45
connectMethod · 0.45

Calls 1

decodeMethod · 0.95

Tested by

no test coverage detected