Package | Description |
---|---|
javax.mail |
Modifier and Type | Method and Description |
---|---|
static Session |
Session.getDefaultInstance(Properties properties,
Authenticator authenticator)
Get the "default" session.
|
static Session |
Session.getInstance(Properties properties,
Authenticator authenticator)
Create a new session initialized with the supplied properties which uses the supplied authenticator.
|
Copyright © 2013. All Rights Reserved.