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

Method getProperties

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

Returns the Properties object associated with this Session @return Properties object

()

Source from the content-addressed store, hash-verified

927 * @return Properties object
928 */
929 public Properties getProperties() {
930 return props;
931 }
932
933 /**
934 * Returns the value of the specified property. Returns null

Callers 15

FolderMethod · 0.95
isScreenMediaMethod · 0.80
attachSettingsMethod · 0.80
newIMAPProtocolMethod · 0.80
ConnectionPoolMethod · 0.80
IMAPStoreMethod · 0.80
protocolConnectMethod · 0.80
newIMAPProtocolMethod · 0.80
authenticateMethod · 0.80
allowReadOnlySelectMethod · 0.80
SMTPTransportMethod · 0.80
protocolConnectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected