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

Method getProperty

app/src/main/java/javax/mail/Session.java:940–942  ·  view source on GitHub ↗

Returns the value of the specified property. Returns null if this property does not exist. @param name the property name @return String that is the property value

(String name)

Source from the content-addressed store, hash-verified

938 * @return String that is the property value
939 */
940 public String getProperty(String name) {
941 return props.getProperty(name);
942 }
943
944 /**
945 * Load the protocol providers config files.

Callers 15

getStoreMethod · 0.95
getTransportMethod · 0.95
_connectMethod · 0.45
setFlagsMethod · 0.45
copyMessagesMethod · 0.45
deleteMethod · 0.45
getHtmlMethod · 0.45
decodeTNEFMethod · 0.45
getMessagePartsMethod · 0.45
_ensureMessageMethod · 0.45
getAppInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected