Package | Description |
---|---|
com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
javax.mail |
The JavaMail™ API
provides classes that model a mail system.
|
javax.mail.event |
Listeners and events for the JavaMail API.
|
Modifier and Type | Method and Description |
---|---|
void |
IMAPFolder.addMessageCountListener(MessageCountListener l) |
Modifier and Type | Method and Description |
---|---|
void |
Folder.addMessageCountListener(MessageCountListener l)
Add a listener for MessageCount events on this Folder.
|
void |
Folder.removeMessageCountListener(MessageCountListener l)
Remove a MessageCount listener.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageCountAdapter
The adapter which receives MessageCount events.
|
Copyright © 1996-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.