|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.mail.Exerciser
This class is an exerciser for the Mail package. To see its usage, run
java com.compoze.mail.Exerciser
by itself.
Method Summary | |
static void |
dumpFolder(IFolder f)
Dumps the folder. |
static void |
dumpFolder(IFolder f,
boolean bSubs)
Dumps the folder. |
static void |
dumpMessage(IMessage m)
Dumps the message. |
static void |
main(java.lang.String[] args)
Main (run with no arguments for usage). |
void |
testFilter()
Tests the filter. |
void |
testFolders()
Tests the folders. |
void |
testInbox()
Tests the inbox. |
void |
testMessage()
Tests the message. |
void |
testSession()
Tests the session. |
void |
testSubFolders()
Tests the folders and sub-folders. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void testSession() throws MailException
public void testMessage() throws MailException
public void testFolders() throws MailException
public void testSubFolders() throws MailException
public static void dumpFolder(IFolder f) throws MailException
f
- the folder to dumppublic static void dumpFolder(IFolder f, boolean bSubs) throws MailException
f
- the folder to dumpbSubs
- true
to dump sub-folderspublic static void dumpMessage(IMessage m) throws MailException
m
- the message to dumppublic void testInbox() throws MailException
public void testFilter() throws MailException
public static void main(java.lang.String[] args)
args
- command line arguments
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |