|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to a maildrop: a place that we get new mail from.
Field Summary | |
static int |
NEW
Returned by getBiffState() if there are new messages waiting. |
static int |
NONE
Returned by getBiffState() if there are no new messages waiting. |
static int |
UNKNOWN
Returned by getBiffState() if we can't tell if there are new messages waiting. |
Method Summary | |
void |
doBiff()
Go to the maildrop and update the info on how many messages out there are waiting. |
void |
fetchNewMail()
Actually go to maildrop, grab any messages, and stuff them into folders. |
int |
getBiffState()
Find out whether we actually know anything about new messages waiting on the maildrop. |
int |
getNumMessagesWaiting()
Return how many new messages are out there waiting. |
Field Detail |
public static final int NEW
public static final int NONE
public static final int UNKNOWN
Method Detail |
public void fetchNewMail() throws java.io.IOException
public void doBiff() throws java.io.IOException
public int getBiffState()
public int getNumMessagesWaiting()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |