|
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()
ISession
null
, the folder.drafts.name
from mail.properties
is used.getDraftsFolderName
in interface ISession
com.compoze.mail.ISession
public java.lang.String getSentFolderName()
ISession
null
, the folder.sent.name
from mail.properties
is used.getSentFolderName
in interface ISession
com.compoze.mail.ISession
public java.lang.String getDeletedFolderName()
ISession
null
, the folder.deleted.name
from mail.properties
is used.getDeletedFolderName
in interface ISession
com.compoze.mail.ISession
public java.lang.String getInboxFolderName()
ISession
getInboxFolderName
in interface ISession
com.compoze.mail.ISession
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |