Package | Description |
---|---|
javax.mail |
Modifier and Type | Field and Description |
---|---|
protected URLName |
Service.url
The URLName of this service
|
Modifier and Type | Method and Description |
---|---|
URLName |
Folder.getURLName()
Return the URLName for this folder, which includes the location of the store.
|
URLName |
Service.getURLName()
Return a copy of the URLName representing this service with the password and file information removed.
|
Modifier and Type | Method and Description |
---|---|
abstract Folder |
Store.getFolder(URLName name)
Return the folder identified by the URLName; the URLName must refer to this Store.
|
Folder |
Session.getFolder(URLName name)
Return a closed folder for the supplied URLName, or null if it cannot be obtained.
|
PasswordAuthentication |
Session.getPasswordAuthentication(URLName name)
Get the password authentication associated with a URL
|
Store |
Session.getStore(URLName url)
Return a Store for the protocol specified in the given URL
|
Transport |
Session.getTransport(URLName name)
Return a transport for the protocol specified in the URL.
|
void |
Session.setPasswordAuthentication(URLName name,
PasswordAuthentication authenticator)
Set the password authentication associated with a URL.
|
protected void |
Service.setURLName(URLName url)
Set the url field.
|
Constructor and Description |
---|
Service(Session session,
URLName url)
Construct a new Service.
|
Store(Session session,
URLName name)
Constructor specifying session and url of this store.
|
Transport(Session session,
URLName name)
Constructor taking Session and URLName parameters required for
Service.Service(Session, URLName) . |
Copyright © 2013. All Rights Reserved.