|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extrememessaging.ResponseMaster.MailboxConnectionInfo
public class MailboxConnectionInfo
Encapsulates the settings required to connection to a mailbox: protocol, username, ...
| Constructor Summary | |
|---|---|
MailboxConnectionInfo()
|
|
| Method Summary | |
|---|---|
void |
ClearSubfolder()
For internal use only. |
javax.mail.Folder |
GetFolder()
Get the folder specified by the connection info |
boolean |
getInboxHoldsFolders()
On some IMAP mailservers, subfolders are children of the INBOX, and on some, they are siblings of the INBOX. |
void |
ReadFromNode(org.w3c.dom.Element oMailboxElement,
java.lang.String sConfigFileName)
Initialize the mailbox connection info |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MailboxConnectionInfo()
| Method Detail |
|---|
public boolean getInboxHoldsFolders()
public void ClearSubfolder()
public void ReadFromNode(org.w3c.dom.Element oMailboxElement,
java.lang.String sConfigFileName)
throws ResponseMasterException
oMailboxElement - The xml dom node to read the mailbox config fromsConfigFileName - The config file that the node is from...this is used to load relative paths.
Throws - a ResponseMasterException if there is a problem
ResponseMasterException
public javax.mail.Folder GetFolder()
throws javax.mail.MessagingException
javax.mail.MessagingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||