public class MailboxConnectionInfo
extends java.lang.Object
| Constructor and Description |
|---|
MailboxConnectionInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClearSubfolder()
For internal use only.
|
jakarta.mail.Folder |
GetFolder() |
boolean |
getInboxHoldsFolders()
On some IMAP mailservers, subfolders are children of the INBOX,
and on some, they are siblings of the INBOX.
|
boolean |
OAuthTokenIsExpired()
Is the OAuth token expired.
|
void |
ReadFromNode(org.w3c.dom.Element oMailboxElement,
java.lang.String sConfigFileName)
Initialize the mailbox connection info
|
public boolean getInboxHoldsFolders()
public boolean OAuthTokenIsExpired()
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.ResponseMasterException - if there is a problempublic jakarta.mail.Folder GetFolder()
throws jakarta.mail.MessagingException,
ResponseMasterException
jakarta.mail.MessagingException - if there is a jakarta mail exception opening the folderResponseMasterException - if there is a non-jakarta mail problem opening the folder