|
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.AbstractSession
This class is a concrete implementation of ISession.
| Fields inherited from interface com.compoze.mail.ISession |
CONNPROP_CONNECTION_FACTORY, CONNPROP_DEBUG, CONNPROP_FOLDER_DELETED, CONNPROP_FOLDER_DRAFTS, CONNPROP_FOLDER_SENT, CONNPROP_FROM, CONNPROP_INCOMING_HOST, CONNPROP_INCOMING_HOST_PORT, CONNPROP_INCOMING_HOST_SSL, CONNPROP_ORGANIZATION, CONNPROP_OUTGOING_HOST, CONNPROP_PASSWORD, CONNPROP_PROTOCOL, CONNPROP_USER |
| Constructor Summary | |
AbstractSession()
|
|
| Method Summary | |
java.lang.String |
getDeletedFolderName()
Gets the deleted folder name. |
java.lang.String |
getDraftsFolderName()
Gets the drafts folder name. |
java.lang.String |
getInboxFolderName()
Gets the INBOX folder name. |
java.lang.String |
getSentFolderName()
Gets the sent folder name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.compoze.mail.ISession |
close, createFolder, createMessage, getDebug, getDeletedFolder, getDraftsFolder, getFolder, getFolders, getInbox, getProperties, getSentFolder, refresh |
| Constructor Detail |
public AbstractSession()
| Method Detail |
public java.lang.String getDraftsFolderName()
ISessionnull, the folder.drafts.name
from mail.properties is used.getDraftsFolderName in interface ISessioncom.compoze.mail.ISessionpublic java.lang.String getSentFolderName()
ISessionnull, the folder.sent.name
from mail.properties is used.getSentFolderName in interface ISessioncom.compoze.mail.ISessionpublic java.lang.String getDeletedFolderName()
ISessionnull, the folder.deleted.name
from mail.properties is used.getDeletedFolderName in interface ISessioncom.compoze.mail.ISessionpublic java.lang.String getInboxFolderName()
ISessiongetInboxFolderName in interface ISessioncom.compoze.mail.ISession
|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||