Package | Description |
---|---|
gnu.mail.providers.imap |
This is a provider for the Internet Message Access Protocol, version 4rev1
(IMAP4rev1), as detailed in RFC 3501.
|
javax.mail |
Classes modelling a mail system.
|
javax.mail.event |
Event objects and listener interfaces for JavaMail.
|
Modifier and Type | Class and Description |
---|---|
class |
IMAPTest
Simple test for IMAP.
|
Modifier and Type | Method and Description |
---|---|
void |
Folder.addConnectionListener(ConnectionListener l)
Add a listener for connection events on this folder.
|
void |
Service.addConnectionListener(ConnectionListener l)
Adds a listener for connection events on this service.
|
void |
Folder.removeConnectionListener(ConnectionListener l)
Remove a connection event listener.
|
void |
Service.removeConnectionListener(ConnectionListener l)
Removes a connection event listener.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionAdapter
An adapter for connection events.
|
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved