|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.solidstategroup.webmail.MessageManager
public class MessageManager
MessageManager
| Constructor Summary | |
|---|---|
MessageManager()
|
|
| Method Summary | |
|---|---|
boolean |
moveMessage(int[] messages,
Folder folder)
Moves messages inot the required folder |
void |
processNewMessages()
Bulk runner to be ran every 5 mins? Puts new messages into peoples Inbox folders |
int |
processNewMessages(Account account)
Processs the Inbox for a particular account. |
boolean |
sendMail(Message message)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageManager()
| Method Detail |
|---|
public boolean sendMail(Message message)
public void processNewMessages()
public int processNewMessages(Account account)
public boolean moveMessage(int[] messages,
Folder folder)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||