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

Method getSession

app/src/main/java/javax/mail/MessageContext.java:96–99  ·  view source on GitHub ↗

Return the Session we're operating in. @return the Session, or null if not known

()

Source from the content-addressed store, hash-verified

94 * @return the Session, or null if not known
95 */
96 public Session getSession() {
97 Message msg = getMessage();
98 return msg != null ? msg.getSession() : null;
99 }
100}

Callers 1

getContentMethod · 0.95

Calls 2

getMessageMethod · 0.95
getSessionMethod · 0.95

Tested by

no test coverage detected