class BackgroundChecker extends Object
| Constructor and Description |
|---|
BackgroundChecker(POP3MailBox mailbox)Creates a new background checker for the given mailbox. |
| Modifier and Type | Method and Description |
|---|---|
void | cancel()Cancels the background checker. |
Collection<String> | getQueued()Returns the list of queued deletions. |
public BackgroundChecker(POP3MailBox mailbox)
mailbox - the POP3 mailbox to check for new mailpublic void cancel()
public Collection<String> getQueued()