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)
| 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. |
no outgoing calls
no test coverage detected