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

Method getInstance

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

Get a new Session object. @param props Properties object that hold relevant properties. It is expected that the client supplies values for the properties listed in Appendix A of the Jakarta Mail spec (particularly mail.store.protocol,

(Properties props,
					Authenticator authenticator)

Source from the content-addressed store, hash-verified

277 * @see javax.mail.Authenticator
278 */
279 public static Session getInstance(Properties props,
280 Authenticator authenticator) {
281 return new Session(props, authenticator);
282 }
283
284 /**
285 * Get a new Session object.

Callers 15

_connectMethod · 0.95
onSendMethod · 0.95
onExecuteMethod · 0.95
onExecuteMethod · 0.95
onExecuteMethod · 0.95
onExecuteMethod · 0.95
decodeMessageMethod · 0.95
onExecuteMethod · 0.95
onAddMethod · 0.95
onMoveMethod · 0.95
onRawMethod · 0.95
onExecuteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected