Package | Description |
---|---|
javax.mail |
The Jakarta Mail API
provides classes that model a mail system.
|
javax.mail.event |
Listeners and events for the Jakarta Mail API.
|
Modifier and Type | Method and Description |
---|---|
void |
Transport.addTransportListener(TransportListener l)
Add a listener for Transport events.
|
void |
Transport.removeTransportListener(TransportListener l)
Remove a listener for Transport events.
|
Modifier and Type | Class and Description |
---|---|
class |
TransportAdapter
The adapter which receives Transport events.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.