Package | Description |
---|---|
javax.mail | |
javax.mail.event |
Modifier and Type | Field and Description |
---|---|
protected Store |
Folder.store
The store that this folder is part of.
|
Modifier and Type | Method and Description |
---|---|
Store |
Folder.getStore()
Return the store that this folder is part of.
|
Store |
Session.getStore()
Return a Store for the default protocol defined by the mail.store.protocol property.
|
Store |
StoreClosedException.getStore() |
Store |
Session.getStore(Provider provider)
Return the Store specified by the given provider.
|
Store |
Session.getStore(String protocol)
Return a Store for the specified protocol.
|
Store |
Session.getStore(URLName url)
Return a Store for the protocol specified in the given URL
|
Constructor and Description |
---|
Folder(Store store)
Constructor that initializes the Store.
|
StoreClosedException(Store store) |
StoreClosedException(Store store,
String message) |
Constructor and Description |
---|
StoreEvent(Store store,
int type,
String message)
Construct a new event.
|
Copyright © 2013. All Rights Reserved.