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

Method getSession

app/src/main/java/javax/mail/Message.java:114–116  ·  view source on GitHub ↗

Return the Session used when this message was created. @return the message's Session @since JavaMail 1.5

()

Source from the content-addressed store, hash-verified

112 * @since JavaMail 1.5
113 */
114 public Session getSession() {
115 return session;
116 }
117
118 /**
119 * Returns the "From" attribute. The "From" attribute contains

Callers 7

getSessionMethod · 0.95
verifyMethod · 0.45
getCommonNamesMethod · 0.45
callMethod · 0.45
_ensureMessageMethod · 0.45
onExecuteMethod · 0.45
FolderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected