A B C D E F G H I J K L M N O P R S T U V W

A

Account - Class in org.exoplatform.mail.service
Created by The eXo Platform SARL Author : Phung Nam Tuan Nguyen Jun 23, 2007
Account() - Constructor for class org.exoplatform.mail.service.Account
 
AccountData - Class in org.exoplatform.mail.service
Created by The eXo Platform SARL Author : Tuan Nguyen tuan.nguyen@exoplatform.com Jun 23, 2007
AccountData() - Constructor for class org.exoplatform.mail.service.AccountData
 
ACCOUNTID - Static variable in class org.exoplatform.mail.service.CheckMailJob
 
addBodyPart(BodyPart) - Method in class org.exoplatform.mail.service.impl.MultipartReport
Adds a Part to the multipart.
addBodyPart(BodyPart, int) - Method in class org.exoplatform.mail.service.impl.MultipartReport
Adds a BodyPart at position index.
addListenerPlugin(ComponentPlugin) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
addListenerPlugin(ComponentPlugin) - Method in interface org.exoplatform.mail.service.MailService
 
addRecipientDSN(InternetHeaders) - Method in class org.exoplatform.mail.service.impl.DeliveryStatus
Add deliver status notification information for another recipient.
addTag(String, String, List<String>, List<Tag>) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
addTag(String, String, Tag) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
addTag(String, String, List<Message>, List<Tag>) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
addTag(String, String, Tag) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
addTag(String, String, List<Message>, List<Tag>) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
addTag(String, String, Tag) - Method in interface org.exoplatform.mail.service.MailService
Check the tag name to see if the tag name is configured in the account If not create a new tag
addTag(String, String, List<Message>, List<Tag>) - Method in interface org.exoplatform.mail.service.MailService
Check the tag name to see if the tag name is configured in the account Check to see if the tag is already set in the message Add the tag to the message and save the message.
applyForAll() - Method in class org.exoplatform.mail.service.MessageFilter
 
ATT_IS_LOADED_PROPERLY - Static variable in class org.exoplatform.mail.service.Utils
 
ATT_IS_SHOWN_IN_BODY - Static variable in class org.exoplatform.mail.service.Utils
 
Attachment - Class in org.exoplatform.mail.service
Created by The eXo Platform SARL Author : Tuan Nguyen tuan.nguyen@exoplatform.com Jun 23, 2007
Attachment() - Constructor for class org.exoplatform.mail.service.Attachment
 
ATTACHMENT - Static variable in class org.exoplatform.mail.service.Utils
 
attIsLoadedProperly() - Method in class org.exoplatform.mail.service.Message
 
AuthenticationLogoutListener - Class in org.exoplatform.mail.service
Created by The eXo Platform SAS Author : Phung Hai Nam phunghainam@gmail.com Feb 25, 2009
AuthenticationLogoutListener() - Constructor for class org.exoplatform.mail.service.AuthenticationLogoutListener
 
available_ - Variable in class org.exoplatform.mail.service.JCRPageList
 
availablePage_ - Variable in class org.exoplatform.mail.service.JCRPageList
 

B

BaseConnector - Class in org.exoplatform.mail.connection.impl
Created by The eXo Platform SAS Author : Phung Hai Nam nam.phung@exoplatform.com Sep 18, 2009
BaseConnector() - Constructor for class org.exoplatform.mail.connection.impl.BaseConnector
 
BufferAttachment - Class in org.exoplatform.mail.service
Created by The eXo Platform SARL Author : Hung Ngyen Quang hung.nguyen@exoplatform.com Jul 9, 2007
BufferAttachment() - Constructor for class org.exoplatform.mail.service.BufferAttachment
 

C

checkAndSetPage(long) - Method in class org.exoplatform.mail.service.JCRPageList
 
checkConnection(Account) - Static method in class org.exoplatform.mail.service.Utils
 
checkedAuto() - Method in class org.exoplatform.mail.service.Account
 
CheckingInfo - Class in org.exoplatform.mail.service
Created by The eXo Platform SAS Author : Nam Phung phunghainam@gmail.com Apr 1, 2008
CheckingInfo() - Constructor for class org.exoplatform.mail.service.CheckingInfo
 
checkMail(String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
checkMail(String, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
checkMail(String, String) - Method in interface org.exoplatform.mail.service.MailService
Getting new mail from server and store to JCR
checkMail(String, String, String) - Method in interface org.exoplatform.mail.service.MailService
Getting new mail from server and store to JCR
CHECKMAIL_GROUP - Static variable in class org.exoplatform.mail.service.CheckMailJob
 
CheckMailJob - Class in org.exoplatform.mail.service
 
CheckMailJob() - Constructor for class org.exoplatform.mail.service.CheckMailJob
 
checkNewMessage(String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
checkNewMessage(String, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
checkNewMessage(String, String) - Method in interface org.exoplatform.mail.service.MailService
This method should check for the new message in the mail server, download and save them in the Inbox folder
checkNewMessage(String, String, String) - Method in interface org.exoplatform.mail.service.MailService
This method should check for the new message in the mail server, download and save them in the Inbox folder
checkPop3Server(String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
checkSpam(Message) - Method in class org.exoplatform.mail.service.SpamFilter
 
cloneMessage() - Method in class org.exoplatform.mail.service.Message
 
CONDITION_CONTAIN - Static variable in class org.exoplatform.mail.service.Utils
 
CONDITION_ENDS_WITH - Static variable in class org.exoplatform.mail.service.Utils
 
CONDITION_IS - Static variable in class org.exoplatform.mail.service.Utils
 
CONDITION_NOT_CONTAIN - Static variable in class org.exoplatform.mail.service.Utils
 
CONDITION_NOT_IS - Static variable in class org.exoplatform.mail.service.Utils
 
CONDITION_STARTS_WITH - Static variable in class org.exoplatform.mail.service.Utils
 
CONNECTION_FAILURE - Static variable in class org.exoplatform.mail.service.CheckingInfo
 
Connector - Interface in org.exoplatform.mail.connection
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Sep 18, 2009
constructed - Variable in class org.exoplatform.mail.service.impl.MultipartReport
 
convertSize(long) - Static method in class org.exoplatform.mail.service.Utils
 
createAccount(String, Account) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
createAccount(String, Account) - Method in interface org.exoplatform.mail.service.MailService
Use save for create and update This method should: 1.
createFolder(Folder) - Method in interface org.exoplatform.mail.connection.Connector
 
createFolder(Folder, Folder) - Method in interface org.exoplatform.mail.connection.Connector
 
createFolder(Folder) - Method in class org.exoplatform.mail.connection.impl.ImapConnector
 
createFolder(Folder, Folder) - Method in class org.exoplatform.mail.connection.impl.ImapConnector
 
createMessage(List<Message>, Folder) - Method in interface org.exoplatform.mail.connection.Connector
 
createMessage(List<Message>, Folder) - Method in class org.exoplatform.mail.connection.impl.ImapConnector
 
CsNodeTypeMapping - Class in org.exoplatform.mail.service
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Dec 3, 2008
CsNodeTypeMapping() - Constructor for class org.exoplatform.mail.service.CsNodeTypeMapping
 
CsObjectParam - Class in org.exoplatform.mail.service
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Dec 3, 2008
CsObjectParam() - Constructor for class org.exoplatform.mail.service.CsObjectParam
 
CsPropertyMapping - Class in org.exoplatform.mail.service
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Dec 3, 2008
CsPropertyMapping() - Constructor for class org.exoplatform.mail.service.CsPropertyMapping
 
currentListPage_ - Variable in class org.exoplatform.mail.service.JCRPageList
 
currentPage(String) - Method in class org.exoplatform.mail.service.JCRPageList
 
currentPage_ - Variable in class org.exoplatform.mail.service.JCRPageList
 

D

DataStorage - Interface in org.exoplatform.mail.service.impl
Created by The eXo Platform SARL Author : Tuan Nguyen tuan.nguyen@exoplatform.com Jun 23, 2007
decodeHTML(String) - Static method in class org.exoplatform.mail.service.Utils
 
decodeText(String) - Static method in class org.exoplatform.mail.service.Utils
 
DEFAULT_FOLDERS - Static variable in class org.exoplatform.mail.service.Utils
 
defaultFolders_ - Static variable in class org.exoplatform.mail.service.impl.NewUserListener
 
deleteFolder(Folder) - Method in interface org.exoplatform.mail.connection.Connector
 
deleteFolder(Folder) - Method in class org.exoplatform.mail.connection.impl.ImapConnector
 
deleteMessage(List<Message>, Folder) - Method in interface org.exoplatform.mail.connection.Connector
 
deleteMessage(List<Message>, Folder) - Method in class org.exoplatform.mail.connection.impl.ImapConnector
 
DeliveryStatus - Class in org.exoplatform.mail.service.impl
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Jun 18, 2009
DeliveryStatus() - Constructor for class org.exoplatform.mail.service.impl.DeliveryStatus
Construct a delivery status notification with no content.
DeliveryStatus(InputStream) - Constructor for class org.exoplatform.mail.service.impl.DeliveryStatus
Construct a delivery status notification by parsing the supplied input stream.
DispositionNotification - Class in org.exoplatform.mail.service.impl
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Jun 25, 2009
DispositionNotification() - Constructor for class org.exoplatform.mail.service.impl.DispositionNotification
Construct a disposition notification with no content.
DispositionNotification(InputStream) - Constructor for class org.exoplatform.mail.service.impl.DispositionNotification
Construct a disposition notification by parsing the supplied input stream.
DOWNLOADING_MAIL_STATUS - Static variable in class org.exoplatform.mail.service.CheckingInfo
 
downloadMailContent() - Method in class org.exoplatform.mail.service.impl.FetchMailContentThread
 

E

EMLImportExport - Class in org.exoplatform.mail.service.impl
Created by The eXo Platform SARL Author : Hung Nguyen hung.nguyen@exoplatform.com Jul 2, 2007
EMLImportExport(JCRDataStorage) - Constructor for class org.exoplatform.mail.service.impl.EMLImportExport
 
emptyFolder(Folder) - Method in interface org.exoplatform.mail.connection.Connector
 
emptyFolder(Folder) - Method in class org.exoplatform.mail.connection.impl.ImapConnector
 
encodeHTML(String) - Static method in class org.exoplatform.mail.service.Utils
 
encodeJCRTextSearch(String) - Static method in class org.exoplatform.mail.service.Utils
 
escapeIllegalJcrChars(String) - Static method in class org.exoplatform.mail.service.Utils
 
execActionFilter(String, String, Calendar) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
execFilters(String, String) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
execute(JobExecutionContext) - Method in class org.exoplatform.mail.service.CheckMailJob
 
EXECUTING_FILTER - Static variable in class org.exoplatform.mail.service.CheckingInfo
 
EXO_ACCOUNT - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_APPLY_FOLDER - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_APPLY_FOR_ALL - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_APPLY_TAG - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_ATT_NAME - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_BCC - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_BODY - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_BODY_CONDITION - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_CC - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_CHECK_ALL - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_CHECK_FROM_DATE - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_CHECKMAILAUTO - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_COLOR - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_CONTENT_TYPE - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_CONVERSATION - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_CONVERSATIONID - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_DEFAULT_ACCOUNT - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_DESCRIPTION - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_EMAILADDRESS - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_EMPTYTRASH - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_FILTER - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_FOLDER - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_FOLDERTYPE - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_FORMAT_AS_ORIGINAL - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_FORWARD_WITH_ATTACH - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_FROM - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_FROM_CONDITION - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_FROMS - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_HASATTACH - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_ID - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_IN_REPLY_TO_HEADER - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_IS_ROOT - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_IS_SAVE_PASSWORD - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_ISUNREAD - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_KEEP_IN_INBOX - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_LABEL - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_LAST_CHECKED_TIME - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_LAST_START_CHECKING_TIME - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_LAST_UPDATE_TIME - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_LAYOUT - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_MAIL_ATTACHMENT - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_MAIL_SETTING - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_MAILTAG - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_MESSAGE - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_NAME - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_NUMBER_MSG_PER_PAGE - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_PATH - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_PERIOD_CHECKMAIL_AUTO - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_PERSONAL - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_PLACESIGNATURE - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_PREFIX_MESSAGE_WITH - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_PRIORITY - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_RECEIVEDDATE - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_REPLY_WITH_ATTACH - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_REPLYEMAIL - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_REPLYTO - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_RETURN_RECEIPT - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_SAVE_SENT_MESSAGE - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_SENDDATE - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_SERVERPROPERTIES - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_SIGNATURE - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_SIZE - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_SMTPSERVERPROPERTIES - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_SPAM_FILTER - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_STAR - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_SUBJECT - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_SUBJECT_CONDITION - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_TAGS - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_TO - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_TO_CONDITION - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_TOTALMESSAGE - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_UID - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_UNREADMESSAGES - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_USE_WYSIWYG - Static variable in class org.exoplatform.mail.service.Utils
 
EXO_USERDISPLAYNAME - Static variable in class org.exoplatform.mail.service.Utils
 
exportMessage(String, String, Message) - Method in class org.exoplatform.mail.service.impl.EMLImportExport
 
exportMessage(String, String, Message) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
exportMessage(String, String, Message) - Method in interface org.exoplatform.mail.service.MailImportExport
 
exportMessage(String, String, Message) - Method in interface org.exoplatform.mail.service.MailService
Export message from eXo Mail.

F

FD_DRAFTS - Static variable in class org.exoplatform.mail.service.impl.NewUserListener
 
FD_DRAFTS - Static variable in class org.exoplatform.mail.service.Utils
 
FD_INBOX - Static variable in class org.exoplatform.mail.service.impl.NewUserListener
 
FD_INBOX - Static variable in class org.exoplatform.mail.service.Utils
 
FD_SENT - Static variable in class org.exoplatform.mail.service.impl.NewUserListener
 
FD_SENT - Static variable in class org.exoplatform.mail.service.Utils
 
FD_SPAM - Static variable in class org.exoplatform.mail.service.impl.NewUserListener
 
FD_SPAM - Static variable in class org.exoplatform.mail.service.Utils
 
FD_TRASH - Static variable in class org.exoplatform.mail.service.impl.NewUserListener
 
FD_TRASH - Static variable in class org.exoplatform.mail.service.Utils
 
FetchMailContentThread - Class in org.exoplatform.mail.service.impl
 
FetchMailContentThread(JCRDataStorage, LinkedHashMap<Message, List<String>>, int, Folder, String, String) - Constructor for class org.exoplatform.mail.service.impl.FetchMailContentThread
 
FINISH_SYNC_FOLDER - Static variable in class org.exoplatform.mail.service.CheckingInfo
 
FINISHED_CHECKMAIL_STATUS - Static variable in class org.exoplatform.mail.service.CheckingInfo
 
FINISHED_SYNC_FOLDER - Static variable in class org.exoplatform.mail.service.CheckingInfo
 
FIVE_MINS - Static variable in class org.exoplatform.mail.service.MailSetting
 
Folder - Class in org.exoplatform.mail.service
Created by The eXo Platform SARL Author : Nam Phung phunghainam@gmail.com Jun 23, 2007 Mail Folder is an object that keep track of the information of a set of messages
Folder() - Constructor for class org.exoplatform.mail.service.Folder
 
FOLDERID - Static variable in class org.exoplatform.mail.service.CheckMailJob
 
FORMAT_AS_ORIGINAL - Static variable in class org.exoplatform.mail.service.MailSetting
 
formatAsOriginal() - Method in class org.exoplatform.mail.service.MailSetting
 
formatDate(String, Date) - Static method in class org.exoplatform.mail.service.Utils
 
FORWARD_WITH_ATTACH - Static variable in class org.exoplatform.mail.service.MailSetting
 
forwardWithAtt() - Method in class org.exoplatform.mail.service.MailSetting
 

G

generateFID(String, String, boolean) - Static method in class org.exoplatform.mail.service.Utils
 
getAccount() - Method in class org.exoplatform.mail.service.AccountData
 
getAccount(Node) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
getAccountById(String, String) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
getAccountById(String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getAccountById(String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getAccountById(String, String) - Method in interface org.exoplatform.mail.service.MailService
This method should: 1.
getAccountDatas(SessionProvider) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getAccountId() - Method in class org.exoplatform.mail.service.Folder
 
getAccountId() - Method in class org.exoplatform.mail.service.Info
 
getAccountId() - Method in class org.exoplatform.mail.service.MessageFilter
 
getAccountId() - Method in class org.exoplatform.mail.service.MessageHeader
 
getAccountPath() - Method in class org.exoplatform.mail.service.MessageFilter
 
getAccounts(String) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
getAccounts(String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getAccounts(String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getAccounts(String) - Method in interface org.exoplatform.mail.service.MailService
This method should: 1.
getAddedProperties() - Method in class org.exoplatform.mail.service.CsNodeTypeMapping
 
getAddresses(String) - Static method in class org.exoplatform.mail.service.Utils
 
getAddressMap(String) - Static method in class org.exoplatform.mail.service.Utils
 
getAlarmBefore() - Method in class org.exoplatform.mail.service.Reminder
 
getAll() - Method in class org.exoplatform.mail.service.JCRPageList
 
getAll() - Method in class org.exoplatform.mail.service.MessagePageList
 
getAll(String) - Method in class org.exoplatform.mail.service.MessagePageList
 
getAllRecipients(Message) - Static method in class org.exoplatform.mail.service.Utils
 
getApplyFolder() - Method in class org.exoplatform.mail.service.MessageFilter
 
getApplyTag() - Method in class org.exoplatform.mail.service.MessageFilter
 
getAttachments() - Method in class org.exoplatform.mail.service.Message
 
getAvailable() - Method in class org.exoplatform.mail.service.JCRPageList
 
getAvailablePage() - Method in class org.exoplatform.mail.service.JCRPageList
 
getBody() - Method in class org.exoplatform.mail.service.MessageFilter
 
getBodyCondition() - Method in class org.exoplatform.mail.service.MessageFilter
 
getCheckFromDate() - Method in class org.exoplatform.mail.service.Account
 
getCheckFromDate() - Method in class org.exoplatform.mail.service.Folder
 
getCheckingInfo(String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getCheckingInfo(String, String) - Method in interface org.exoplatform.mail.service.MailService
 
getColor() - Method in class org.exoplatform.mail.service.Tag
 
getContent(DataSource) - Method in class org.exoplatform.mail.service.impl.Message_DispositionNotification
Return the content.
getContentStream() - Method in class org.exoplatform.mail.service.impl.MessageHeaders
 
getContentType() - Method in class org.exoplatform.mail.service.Message
 
getContinuationService() - Static method in class org.exoplatform.mail.service.Utils
 
getCurrentPage() - Method in class org.exoplatform.mail.service.JCRPageList
 
getDate() - Method in class org.exoplatform.mail.service.Info
 
getDefaultAccount(String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getDefaultAccount(String) - Method in interface org.exoplatform.mail.service.MailService
Get default account
getDefaultAccount() - Method in class org.exoplatform.mail.service.MailSetting
 
getDefaultFolder() - Method in class org.exoplatform.mail.service.AccountData
 
getDefaultValue() - Method in class org.exoplatform.mail.service.CsPropertyMapping
 
getDeliveryStatus() - Method in class org.exoplatform.mail.service.impl.MultipartReport
Get the delivery status associated with this multipart/report.
getDescription() - Method in class org.exoplatform.mail.service.Account
 
getDescription() - Method in class org.exoplatform.mail.service.Group
The display description_ of the group
getDescription() - Method in class org.exoplatform.mail.service.Reminder
 
getDescription() - Method in class org.exoplatform.mail.service.Tag
 
getDispositionNotification() - Method in class org.exoplatform.mail.service.impl.MultipartReport
Get the disposition notification associated with this multipart/report.
getEmailAddress() - Method in class org.exoplatform.mail.service.Account
 
getEmailAddress() - Method in class org.exoplatform.mail.service.Reminder
 
getEmailReplyAddress() - Method in class org.exoplatform.mail.service.Account
 
getEventId() - Method in class org.exoplatform.mail.service.Reminder
 
getExcludeFolders() - Method in class org.exoplatform.mail.service.MessageFilter
 
getFetching() - Method in class org.exoplatform.mail.service.CheckingInfo
 
getFetchingToFolders() - Method in class org.exoplatform.mail.service.CheckingInfo
 
getFilterById(String, String, String) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
getFilterById(String, String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getFilterById(String, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getFilterById(String, String, String) - Method in interface org.exoplatform.mail.service.MailService
Get MessageFilter by id of filter
getFilters(String, String) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
getFilters(String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getFilters(String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getFilters(String, String) - Method in interface org.exoplatform.mail.service.MailService
Get all MessageFilter in special account
getFolder(String, String, String) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
getFolder(String, String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getFolder(Node) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getFolder(String, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getFolder(String, String, String) - Method in interface org.exoplatform.mail.service.MailService
This method uses to get a folder object by folderId
getFolder() - Method in class org.exoplatform.mail.service.MessageFilter
 
getFolder() - Method in class org.exoplatform.mail.service.ServerConfiguration
 
getFolderByName(String) - Method in class org.exoplatform.mail.service.Account
 
getFolderHomePath(String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getFolderHomePath(String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getFolderHomePath(String, String) - Method in interface org.exoplatform.mail.service.MailService
Get path of node, that contains all folders
getFolderNameFromFolderId(String) - Static method in class org.exoplatform.mail.service.Utils
 
getFolderParentId(String, String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getFolderParentId(String, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getFolderParentId(String, String, String) - Method in interface org.exoplatform.mail.service.MailService
This method get id of parent folder by id of child folder
getFolders(String, String) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
getFolders(String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getFolders(String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getFolders(String, String, boolean) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getFolders() - Method in class org.exoplatform.mail.service.Info
 
getFolders(String, String) - Method in interface org.exoplatform.mail.service.MailService
 
getFolders(String, String, boolean) - Method in interface org.exoplatform.mail.service.MailService
Get folders depend on they are personal folders or default folders
getFolders() - Method in class org.exoplatform.mail.service.Message
 
getFrom() - Method in class org.exoplatform.mail.service.Info
 
getFrom() - Method in class org.exoplatform.mail.service.Message
 
getFrom() - Method in class org.exoplatform.mail.service.MessageFilter
 
getFromCondition() - Method in class org.exoplatform.mail.service.MessageFilter
 
getFromDate() - Method in class org.exoplatform.mail.service.MessageFilter
 
getFromDateTime() - Method in class org.exoplatform.mail.service.Reminder
 
getGroupedMessageIds() - Method in class org.exoplatform.mail.service.Message
 
getGroupName() - Method in class org.exoplatform.mail.service.Group
The groupName_ of the contact for ex: friends, ...
getHeader(String) - Method in class org.exoplatform.mail.service.MessageHeader
 
getHeaders() - Method in class org.exoplatform.mail.service.MessageHeader
 
getId() - Method in class org.exoplatform.mail.service.Account
The id of the account for ex: GmailAccount, YahooAccount
getId() - Method in class org.exoplatform.mail.service.Attachment
 
getId() - Method in class org.exoplatform.mail.service.Folder
The id folder should have the form AccountId/DefaultFolder/folderName or AccountId/UserFolder/folderName
getId() - Method in class org.exoplatform.mail.service.MessageFilter
 
getId() - Method in class org.exoplatform.mail.service.MessageHeader
 
getId() - Method in class org.exoplatform.mail.service.Reminder
 
getId() - Method in class org.exoplatform.mail.service.Tag
 
getIncomingFolder() - Method in class org.exoplatform.mail.service.Account
 
getIncomingHost() - Method in class org.exoplatform.mail.service.Account
 
getIncomingHost() - Method in class org.exoplatform.mail.service.ServerConfiguration
 
getIncomingPassword() - Method in class org.exoplatform.mail.service.Account
 
getIncomingPort() - Method in class org.exoplatform.mail.service.Account
 
getIncomingPort() - Method in class org.exoplatform.mail.service.ServerConfiguration
 
getIncomingUser() - Method in class org.exoplatform.mail.service.Account
 
getInputStream() - Method in class org.exoplatform.mail.service.Attachment
 
getInputStream() - Method in class org.exoplatform.mail.service.BufferAttachment
 
getInputStream() - Method in class org.exoplatform.mail.service.impl.MessageHeaders
 
getInputStream() - Method in class org.exoplatform.mail.service.JCRMessageAttachment
 
getInReplyToHeader() - Method in class org.exoplatform.mail.service.MessageHeader
 
getInReplyToHeader(Message) - Static method in class org.exoplatform.mail.service.MimeMessageParser
 
getInternetAddress(String) - Static method in class org.exoplatform.mail.service.Utils
 
getInvitationHeader(Message) - Static method in class org.exoplatform.mail.service.MimeMessageParser
 
getIsRead() - Method in class org.exoplatform.mail.service.Info
 
getJobInfo(String, String) - Static method in class org.exoplatform.mail.service.CheckMailJob
 
getJobSchedulerService() - Static method in class org.exoplatform.mail.service.Utils
 
getLabel() - Method in class org.exoplatform.mail.service.Account
The display label of the account for ex: Google Mail, Yahoo Mail
getLastCheckedDate() - Method in class org.exoplatform.mail.service.Account
 
getLastCheckedDate() - Method in class org.exoplatform.mail.service.Folder
 
getLastStartCheckingTime() - Method in class org.exoplatform.mail.service.Account
 
getLastStartCheckingTime() - Method in class org.exoplatform.mail.service.Folder
 
getLastUpdateDate() - Method in class org.exoplatform.mail.service.Message
 
getLayout() - Method in class org.exoplatform.mail.service.MailSetting
 
getMailHierarchyNode() - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getMailHierarchyNode() - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getMailHierarchyNode() - Method in interface org.exoplatform.mail.service.MailService
 
getMailService() - Static method in class org.exoplatform.mail.service.Utils
 
getMailSetting(String) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
getMailSetting(String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getMailSetting(String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getMailSetting(String) - Method in interface org.exoplatform.mail.service.MailService
This method get mail settings
getMD5(String) - Static method in class org.exoplatform.mail.service.MimeMessageParser
separated getMD5 method ...
getMD5MsgId(Message) - Static method in class org.exoplatform.mail.service.MimeMessageParser
 
getMessage(Node) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
getMessageBcc() - Method in class org.exoplatform.mail.service.Message
 
getMessageBody() - Method in class org.exoplatform.mail.service.Message
 
getMessageById(String, String, String) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
getMessageById(String, String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getMessageById(String, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getMessageById(String, String, String) - Method in interface org.exoplatform.mail.service.MailService
Load the message from the database if it existed and return.
getMessageByTag(String, String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getMessageByTag(String, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getMessageByTag(String, String, String) - Method in interface org.exoplatform.mail.service.MailService
Get all messages of the given tag id
getMessageCc() - Method in class org.exoplatform.mail.service.Message
 
getMessageDSN() - Method in class org.exoplatform.mail.service.impl.DeliveryStatus
Return all the per-message fields in the delivery status notification.
getMessageId(Message) - Static method in class org.exoplatform.mail.service.MimeMessageParser
 
getMessagePageList(String, MessageFilter) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getMessagePageList(String, MessageFilter) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getMessagePageList(String, MessageFilter) - Method in interface org.exoplatform.mail.service.MailService
Find all the message according the parameter that is specified in the filter object
getMessagePageListByFolder(String, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getMessagePageListByFolder(String, String, String) - Method in interface org.exoplatform.mail.service.MailService
Get MessagePageList by folder id.
getMessagePagelistByTag(String, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getMessagePagelistByTag(String, String, String) - Method in interface org.exoplatform.mail.service.MailService
Get MessagePageList by tag id.
getMessages(String, MessageFilter) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
getMessages(String, MessageFilter) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getMessages(String, MessageFilter) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getMessages(String, MessageFilter) - Method in interface org.exoplatform.mail.service.MailService
Get messages by given filter.
getMessagesByFolder(String, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getMessagesByFolder(String, String, String) - Method in interface org.exoplatform.mail.service.MailService
Get all messages by given folder id.
getMessagesByTag(String, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getMessagesByTag(String, String, String) - Method in interface org.exoplatform.mail.service.MailService
Get all messages by tag id.
getMessageTo() - Method in class org.exoplatform.mail.service.Message
 
getMimeType() - Method in class org.exoplatform.mail.service.Attachment
 
getMsgId() - Method in class org.exoplatform.mail.service.CheckingInfo
 
getMsgId() - Method in class org.exoplatform.mail.service.Info
 
getMsgUID() - Static method in class org.exoplatform.mail.service.MimeMessageParser
 
getName() - Method in class org.exoplatform.mail.service.Attachment
 
getName() - Method in class org.exoplatform.mail.service.Folder
The name of the folder like Inbox, Sent, MyFolder
getName() - Method in class org.exoplatform.mail.service.MessageFilter
 
getName() - Method in class org.exoplatform.mail.service.Tag
 
getNodeTypeName() - Method in class org.exoplatform.mail.service.CsNodeTypeMapping
 
getNodeTypes() - Method in class org.exoplatform.mail.service.CsObjectParam
 
getNotifications() - Method in class org.exoplatform.mail.service.impl.DispositionNotification
Return all the disposition notification fields in the disposition notification.
getNumberMsgPerPage() - Method in class org.exoplatform.mail.service.MailSetting
 
getNumberOfUnreadMessage() - Method in class org.exoplatform.mail.service.Folder
 
getOrderBy() - Method in class org.exoplatform.mail.service.MessageFilter
 
getOutgoingHost() - Method in class org.exoplatform.mail.service.Account
 
getOutgoingHost() - Method in class org.exoplatform.mail.service.ServerConfiguration
 
getOutgoingPassword() - Method in class org.exoplatform.mail.service.Account
 
getOutgoingPort() - Method in class org.exoplatform.mail.service.Account
 
getOutgoingPort() - Method in class org.exoplatform.mail.service.ServerConfiguration
 
getOutgoingUserName() - Method in class org.exoplatform.mail.service.Account
 
getPage(long, String) - Method in class org.exoplatform.mail.service.JCRPageList
 
getPageSize() - Method in class org.exoplatform.mail.service.JCRPageList
 
getPassword() - Method in class org.exoplatform.mail.service.ServerConfiguration
 
getPath() - Method in class org.exoplatform.mail.service.Attachment
 
getPath() - Method in class org.exoplatform.mail.service.Folder
 
getPath() - Method in class org.exoplatform.mail.service.Message
 
getPeriodCheckAuto() - Method in class org.exoplatform.mail.service.MailSetting
 
getPermissions() - Method in class org.exoplatform.mail.service.Group
 
getPersonal(InternetAddress) - Static method in class org.exoplatform.mail.service.Utils
 
getPlaceSignature() - Method in class org.exoplatform.mail.service.Account
 
getPrefixMessageWith() - Method in class org.exoplatform.mail.service.MailSetting
 
getPriority() - Method in class org.exoplatform.mail.service.Info
 
getPriority() - Method in class org.exoplatform.mail.service.MessageFilter
 
getPriority() - Method in class org.exoplatform.mail.service.MessageHeader
 
getPriority(Message) - Static method in class org.exoplatform.mail.service.MimeMessageParser
 
getProperties() - Method in class org.exoplatform.mail.service.Message
 
getPropertyName() - Method in class org.exoplatform.mail.service.CsPropertyMapping
 
getProtocol() - Method in class org.exoplatform.mail.service.Account
 
getProtocol() - Method in class org.exoplatform.mail.service.ServerConfiguration
The protocol_ supported by mail server ex: pop3, imap
getReceivedDate() - Method in class org.exoplatform.mail.service.Message
 
getReceivedDate(Message) - Static method in class org.exoplatform.mail.service.MimeMessageParser
 
getRecipientDSN(int) - Method in class org.exoplatform.mail.service.impl.DeliveryStatus
Return the delivery status notification information for the specified recipient.
getRecipientDSNCount() - Method in class org.exoplatform.mail.service.impl.DeliveryStatus
Return the number of recipients for which we have per-recipient delivery status notification information.
getReferedMessageIds() - Method in class org.exoplatform.mail.service.Message
 
getReferedMessageIds(Node, String[]) - Method in class org.exoplatform.mail.service.MessagePageList
 
getReferencedMessages(String, String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getReferencedMessages(String, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getReferencedMessages(String, String, String) - Method in interface org.exoplatform.mail.service.MailService
Get all referenced messages of give message path
getReferencesHeader(Message) - Static method in class org.exoplatform.mail.service.MimeMessageParser
 
getReminderOwner() - Method in class org.exoplatform.mail.service.Reminder
 
getReminderType() - Method in class org.exoplatform.mail.service.Reminder
 
getRemovedProperties() - Method in class org.exoplatform.mail.service.CsNodeTypeMapping
 
getRepeatInterval() - Method in class org.exoplatform.mail.service.Reminder
 
getReplaceName() - Method in class org.exoplatform.mail.service.CsPropertyMapping
 
getReplyTo() - Method in class org.exoplatform.mail.service.Message
 
getRequestingForFolder_() - Method in class org.exoplatform.mail.service.CheckingInfo
 
getResoureId() - Method in class org.exoplatform.mail.service.Attachment
 
getReturnedMessage() - Method in class org.exoplatform.mail.service.impl.MultipartReport
Get the original message that is being returned along with this multipart/report.
getSearchTerm(SearchTerm, MessageFilter) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getSendDate() - Method in class org.exoplatform.mail.service.Message
 
getSenders() - Method in class org.exoplatform.mail.service.SpamFilter
 
getSendReturnReceipt() - Method in class org.exoplatform.mail.service.MailSetting
 
getServerConfiguration() - Method in class org.exoplatform.mail.service.Message
 
getServerProperties() - Method in class org.exoplatform.mail.service.Account
 
getSignature() - Method in class org.exoplatform.mail.service.Account
 
getSize() - Method in class org.exoplatform.mail.service.Attachment
 
getSize() - Method in class org.exoplatform.mail.service.impl.MessageHeaders
Return the size of this message.
getSize() - Method in class org.exoplatform.mail.service.Info
 
getSize() - Method in class org.exoplatform.mail.service.Message
 
getSmtpServerProperties() - Method in class org.exoplatform.mail.service.Account
 
getSpamFilter(String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getSpamFilter(String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getSpamFilter(String, String) - Method in interface org.exoplatform.mail.service.MailService
 
getSpamFilterHome(String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getStatement() - Method in class org.exoplatform.mail.service.MessageFilter
 
getStatusCode() - Method in class org.exoplatform.mail.service.CheckingInfo
 
getStatusMsg() - Method in class org.exoplatform.mail.service.CheckingInfo
 
getStore() - Method in class org.exoplatform.mail.connection.impl.ImapConnector
 
getSubFolders(String, String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getSubFolders(String, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getSubFolders(String, String, String) - Method in interface org.exoplatform.mail.service.MailService
Get all sub folders of the given folder path
getSubject() - Method in class org.exoplatform.mail.service.Info
 
getSubject() - Method in class org.exoplatform.mail.service.Message
 
getSubject() - Method in class org.exoplatform.mail.service.MessageFilter
 
getSubjectCondition() - Method in class org.exoplatform.mail.service.MessageFilter
 
getSummary() - Method in class org.exoplatform.mail.service.Reminder
 
getSyncFolderStatus() - Method in class org.exoplatform.mail.service.CheckingInfo
 
getTag(String, String, String) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
getTag(String, String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getTag(String, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getTag(String, String, String) - Method in interface org.exoplatform.mail.service.MailService
Get tag by tagId
getTag() - Method in class org.exoplatform.mail.service.MessageFilter
 
getTags() - Method in class org.exoplatform.mail.service.AccountData
 
getTags(String, String) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
getTags(String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
getTags(String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
getTags(String, String) - Method in interface org.exoplatform.mail.service.MailService
Get all tags of account
getTags() - Method in class org.exoplatform.mail.service.Message
 
getText() - Method in class org.exoplatform.mail.service.impl.MultipartReport
Get the plain text to be presented to the user, if there is any.
getText() - Method in class org.exoplatform.mail.service.MessageFilter
 
getTextBodyPart() - Method in class org.exoplatform.mail.service.impl.MultipartReport
Return the body part containing the message to be presented to the user, usually just a text/plain part.
getTo() - Method in class org.exoplatform.mail.service.Info
 
getTo() - Method in class org.exoplatform.mail.service.MessageFilter
 
getToCondition() - Method in class org.exoplatform.mail.service.MessageFilter
 
getToDate() - Method in class org.exoplatform.mail.service.MessageFilter
 
getTotalMessage() - Method in class org.exoplatform.mail.service.Folder
The total of the folder
getTotalMsg() - Method in class org.exoplatform.mail.service.CheckingInfo
 
getTransferData(DataFlavor, DataSource) - Method in class org.exoplatform.mail.service.impl.Message_DispositionNotification
return the Transfer Data of type DataFlavor from InputStream
getTransferDataFlavors() - Method in class org.exoplatform.mail.service.impl.Message_DispositionNotification
return the DataFlavors for this DataContentHandler
getType() - Method in class org.exoplatform.mail.service.Folder
 
getUID() - Method in class org.exoplatform.mail.service.Message
 
getUpdatedProperties() - Method in class org.exoplatform.mail.service.CsNodeTypeMapping
 
getURLName() - Method in class org.exoplatform.mail.service.Folder
 
getUserDisplayName() - Method in class org.exoplatform.mail.service.Account
 
getUserFolder() - Method in class org.exoplatform.mail.service.AccountData
 
getUserName() - Method in class org.exoplatform.mail.service.ServerConfiguration
 
getViewQuery() - Method in class org.exoplatform.mail.service.MessageFilter
 
getWorkspace() - Method in class org.exoplatform.mail.service.JCRMessageAttachment
 
Group - Class in org.exoplatform.mail.service
Created by The eXo Platform SARL Author : Hung Nguyen hung.nguyen@exoplatform.com July 2, 2007
Group() - Constructor for class org.exoplatform.mail.service.Group
 

H

hasAttach() - Method in class org.exoplatform.mail.service.MessageFilter
 
hasAttachment() - Method in class org.exoplatform.mail.service.Message
 
hasChanged() - Method in class org.exoplatform.mail.service.CheckingInfo
 
hasStar() - Method in class org.exoplatform.mail.service.Message
 
hasStar() - Method in class org.exoplatform.mail.service.MessageFilter
 
hasStructure() - Method in class org.exoplatform.mail.service.MessageFilter
 
HEADER_IN_REPLY_TO - Static variable in class org.exoplatform.mail.service.Utils
 
HEADER_REFERENCES - Static variable in class org.exoplatform.mail.service.Utils
 
HORIZONTAL_LAYOUT - Static variable in class org.exoplatform.mail.service.MailSetting
 
html2text(String) - Static method in class org.exoplatform.mail.service.Utils
 

I

IMAP - Static variable in class org.exoplatform.mail.service.Utils
 
ImapConnector - Class in org.exoplatform.mail.connection.impl
Created by The eXo Platform SAS Author : Nam Phung nam.phung@exoplatform.com Sep 18, 2009
ImapConnector(Account) - Constructor for class org.exoplatform.mail.connection.impl.ImapConnector
 
importMessage(String, String, String, InputStream, String) - Method in class org.exoplatform.mail.service.impl.EMLImportExport
 
importMessage(String, String, String, InputStream, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
importMessage(String, String, String, InputStream, String) - Method in interface org.exoplatform.mail.service.MailImportExport
 
importMessage(String, String, String, InputStream, String) - Method in interface org.exoplatform.mail.service.MailService
Import message to eXo Mail.
Info - Class in org.exoplatform.mail.service
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Feb 18, 2009
Info() - Constructor for class org.exoplatform.mail.service.Info
 
INLINE - Static variable in class org.exoplatform.mail.service.Utils
 
interrupt() - Method in class org.exoplatform.mail.service.CheckMailJob
 
IS_LOADED - Static variable in class org.exoplatform.mail.service.Utils
 
IS_RETURN_RECEIPT - Static variable in class org.exoplatform.mail.service.Utils
 
isAnsweredMessage(Message) - Static method in class org.exoplatform.mail.service.MimeMessageParser
 
isAscending() - Method in class org.exoplatform.mail.service.MessageFilter
 
isCheckAll() - Method in class org.exoplatform.mail.service.Account
 
isCustomInbox() - Method in class org.exoplatform.mail.service.Account
 
isEmptyField(String) - Static method in class org.exoplatform.mail.service.Utils
 
isEmptyTrashWhenExit() - Method in class org.exoplatform.mail.service.Account
 
isExistFolder(String, String, String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
isExistFolder(String, String, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
isExistFolder(String, String, String, String) - Method in interface org.exoplatform.mail.service.MailService
Check whether the folder contains one child folder with identify id string
isExistHeader(Message, String) - Static method in class org.exoplatform.mail.service.MimeMessageParser
 
isIncomingSsl() - Method in class org.exoplatform.mail.service.Account
 
isLoaded() - Method in class org.exoplatform.mail.service.Message
 
isLoadedProperly() - Method in class org.exoplatform.mail.service.Attachment
 
isNumber(String) - Static method in class org.exoplatform.mail.service.Utils
 
isOutgoingAuthentication() - Method in class org.exoplatform.mail.service.Account
 
isOutgoingAuthentication() - Method in class org.exoplatform.mail.service.ServerConfiguration
 
isOutgoingSsl() - Method in class org.exoplatform.mail.service.Account
 
isOutgoingSsl() - Method in class org.exoplatform.mail.service.ServerConfiguration
 
isPersonalFolder() - Method in class org.exoplatform.mail.service.Folder
 
isRepeat() - Method in class org.exoplatform.mail.service.Reminder
 
isRequestStop() - Method in class org.exoplatform.mail.service.CheckingInfo
 
isReturnReceipt() - Method in class org.exoplatform.mail.service.Message
 
isRootConversation() - Method in class org.exoplatform.mail.service.Message
 
isSavePassword() - Method in class org.exoplatform.mail.service.Account
 
isSeenMessage(Message) - Static method in class org.exoplatform.mail.service.MimeMessageParser
 
isShownInBody() - Method in class org.exoplatform.mail.service.Attachment
 
isSsl() - Method in class org.exoplatform.mail.service.ServerConfiguration
 
isUnread() - Method in class org.exoplatform.mail.service.Message
 

J

JCR_CONTENT - Static variable in class org.exoplatform.mail.service.Utils
 
JCR_DATA - Static variable in class org.exoplatform.mail.service.Utils
 
JCR_LASTMODIFIED - Static variable in class org.exoplatform.mail.service.Utils
 
JCR_MIMETYPE - Static variable in class org.exoplatform.mail.service.Utils
 
JCRDataStorage - Class in org.exoplatform.mail.service.impl
Created by The eXo Platform SARL Author : Tuan Nguyen tuan.nguyen@exoplatform.com Jun 23, 2007
JCRDataStorage(NodeHierarchyCreator, RepositoryService) - Constructor for class org.exoplatform.mail.service.impl.JCRDataStorage
 
JCRMessageAttachment - Class in org.exoplatform.mail.service
Created by The eXo Platform SARL Author : Hung Ngyen Quang hung.nguyen@exoplatform.com Jul 9, 2007 TODO: wrong location, rename to JCRMessageAttachment
JCRMessageAttachment() - Constructor for class org.exoplatform.mail.service.JCRMessageAttachment
 
JCRPageList - Class in org.exoplatform.mail.service
 
JCRPageList(long) - Constructor for class org.exoplatform.mail.service.JCRPageList
 

K

keepInInbox() - Method in class org.exoplatform.mail.service.MessageFilter
 
KEY_ACCOUNT - Static variable in class org.exoplatform.mail.service.Utils
 
KEY_ATTACHMENT - Static variable in class org.exoplatform.mail.service.Utils
 
KEY_CONVERSATION - Static variable in class org.exoplatform.mail.service.Utils
 
KEY_FILTER - Static variable in class org.exoplatform.mail.service.Utils
 
KEY_FOLDERS - Static variable in class org.exoplatform.mail.service.Utils
 
KEY_HEADER - Static variable in class org.exoplatform.mail.service.Utils
 
KEY_MAIL_SETTING - Static variable in class org.exoplatform.mail.service.Utils
 
KEY_MESSAGE - Static variable in class org.exoplatform.mail.service.Utils
 
KEY_SPAM_FILTER - Static variable in class org.exoplatform.mail.service.Utils
 
KEY_TAGS - Static variable in class org.exoplatform.mail.service.Utils
 

L

listeners_ - Variable in class org.exoplatform.mail.service.impl.MailServiceImpl
 
loadTotalMessage(String, String, Message) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
loadTotalMessage(String, String, Message) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
loadTotalMessage(String, String, Message) - Method in interface org.exoplatform.mail.service.MailService
If the message object didn't load attachment yet, then this method will load it's attachment from JCR and return it's message

M

MAIL_DUPLICATE_IN_OTHER_FOLDER - Static variable in class org.exoplatform.mail.service.Utils
 
MAIL_DUPLICATE_IN_SAME_FOLDER - Static variable in class org.exoplatform.mail.service.Utils
 
MailImportExport - Interface in org.exoplatform.mail.service
Created by The eXo Platform SARL Author : Hung Nguyen hung.nguyen@exoplatform.com Jul 2, 2007
MailService - Interface in org.exoplatform.mail.service
Created by The eXo Platform SARL Author : Tuan Nguyen Phung Nam Jun 23, 2007
mailService_ - Static variable in class org.exoplatform.mail.service.Utils
 
MailServiceImpl - Class in org.exoplatform.mail.service.impl
Created by The eXo Platform SARL Author : Tuan Nguyen tuan.nguyen@exoplatform.com Jun 23, 2007
MailServiceImpl(NodeHierarchyCreator, JobSchedulerService, RepositoryService) - Constructor for class org.exoplatform.mail.service.impl.MailServiceImpl
 
MailSetting - Class in org.exoplatform.mail.service
Created by The eXo Platform SARL Author : Phung Hai Nam phunghainam@gmail.com Sep 22, 2007
MailSetting() - Constructor for class org.exoplatform.mail.service.MailSetting
 
MailUpdateStorage - Class in org.exoplatform.mail.service
Created by The eXo Platform SAS Author : Phung Hai Nam phunghainam@gmail.com Dec 1, 2008
MailUpdateStorage(MailService, InitParams, RepositoryService) - Constructor for class org.exoplatform.mail.service.MailUpdateStorage
 
MailUpdateStorageEventListener - Class in org.exoplatform.mail.service
Created by The eXo Platform SAS Author : Phung Hai Nam phunghainam@gmail.com Dec 1, 2008
MailUpdateStorageEventListener() - Constructor for class org.exoplatform.mail.service.MailUpdateStorageEventListener
 
markAsRead(List<Message>, Folder) - Method in interface org.exoplatform.mail.connection.Connector
 
markAsRead(List<Message>, Folder) - Method in class org.exoplatform.mail.connection.impl.ImapConnector
 
markAsUnread(List<Message>, Folder) - Method in interface org.exoplatform.mail.connection.Connector
 
markAsUnread(List<Message>, Folder) - Method in class org.exoplatform.mail.connection.impl.ImapConnector
 
mergeToMimeMessage(Message, MimeMessage) - Static method in class org.exoplatform.mail.service.Utils
 
Message - Class in org.exoplatform.mail.service
Created by The eXo Platform SARL Author : Phung Nam phunghainam@gmail.com Jun 23, 2007
Message() - Constructor for class org.exoplatform.mail.service.Message
 
Message_DispositionNotification - Class in org.exoplatform.mail.service.impl
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Jun 26, 2009
Message_DispositionNotification() - Constructor for class org.exoplatform.mail.service.impl.Message_DispositionNotification
 
messageDSN - Variable in class org.exoplatform.mail.service.impl.DeliveryStatus
The DSN fields for the message.
MessageFilter - Class in org.exoplatform.mail.service
Created by The eXo Platform SARL Author : Tuan Nguyen tuan.nguyen@exoplatform.com Nam Phung phunghainam@gmail.com Jun 23, 2007
MessageFilter(String) - Constructor for class org.exoplatform.mail.service.MessageFilter
 
MessageHeader - Class in org.exoplatform.mail.service
Created by The eXo Platform SARL Author : Phung Nam phunghainam@gmail.com Jun 23, 2007
MessageHeader() - Constructor for class org.exoplatform.mail.service.MessageHeader
 
MessageHeaders - Class in org.exoplatform.mail.service.impl
A special MimeMessage object that contains only message headers, no content.
MessageHeaders() - Constructor for class org.exoplatform.mail.service.impl.MessageHeaders
Construct a MessageHeaders object.
MessageHeaders(InputStream) - Constructor for class org.exoplatform.mail.service.impl.MessageHeaders
Constructs a MessageHeaders object from the given InputStream.
MessageHeaders(InternetHeaders) - Constructor for class org.exoplatform.mail.service.impl.MessageHeaders
Constructs a MessageHeaders object using the given InternetHeaders.
MessagePageList - Class in org.exoplatform.mail.service
 
MessagePageList(long, String, boolean) - Constructor for class org.exoplatform.mail.service.MessagePageList
 
MIME_MAIL_TYPES - Static variable in class org.exoplatform.mail.service.Utils
 
MimeMessageParser - Class in org.exoplatform.mail.service
Created by The eXo Platform SAS Author : Phung Nam phunghainam@gmail.com Mar 15, 2008
MimeMessageParser() - Constructor for class org.exoplatform.mail.service.MimeMessageParser
 
MIMETYPE_TEXTHTML - Static variable in class org.exoplatform.mail.service.Utils
 
MIMETYPE_TEXTPLAIN - Static variable in class org.exoplatform.mail.service.Utils
 
moveMessage(List<Message>, Folder, Folder) - Method in interface org.exoplatform.mail.connection.Connector
Move message(s) between folders.
moveMessage(List<Message>, Folder, Folder) - Method in class org.exoplatform.mail.connection.impl.ImapConnector
 
moveMessage(String, String, Message, String, String, boolean) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
moveMessage(String, String, Message, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
moveMessage(String, String, Message, String, String, boolean) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
moveMessage(String, String, Message, String, String) - Method in interface org.exoplatform.mail.service.MailService
Move a message from the current folder to the given folder
moveMessage(String, String, Message, String, String, boolean) - Method in interface org.exoplatform.mail.service.MailService
 
moveMessages(String, String, String, String, String) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
moveMessages(String, String, List<Message>, String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
moveMessages(String, String, List<Message>, String, String, boolean) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
moveMessages(String, String, List<Message>, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
moveMessages(String, String, List<Message>, String, String, boolean) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
moveMessages(String, String, List<Message>, String, String) - Method in interface org.exoplatform.mail.service.MailService
Move a list of message from the current folder to the given folder
moveMessages(String, String, List<Message>, String, String, boolean) - Method in interface org.exoplatform.mail.service.MailService
Move message(s) to Trash folder
MSG_FOLDERS - Static variable in class org.exoplatform.mail.service.Utils
 
MSG_HEADERS - Static variable in class org.exoplatform.mail.service.Utils
 
MultipartReport - Class in org.exoplatform.mail.service.impl
A multipart/report message content, as defined in RFC 3462.
MultipartReport() - Constructor for class org.exoplatform.mail.service.impl.MultipartReport
Construct a multipart/report object with no content.
MultipartReport(String, DeliveryStatus) - Constructor for class org.exoplatform.mail.service.impl.MultipartReport
Construct a multipart/report object with the specified plain text and delivery status to be returned to the user.
MultipartReport(String, DispositionNotification) - Constructor for class org.exoplatform.mail.service.impl.MultipartReport
Construct a multipart/report object with the specified plain text and disposition notification to be returned to the user.
MultipartReport(String, DeliveryStatus, MimeMessage) - Constructor for class org.exoplatform.mail.service.impl.MultipartReport
Construct a multipart/report object with the specified plain text, delivery status, and original message to be returned to the user.
MultipartReport(String, DispositionNotification, MimeMessage) - Constructor for class org.exoplatform.mail.service.impl.MultipartReport
Construct a multipart/report object with the specified plain text, disposition notification, and original message to be returned to the user.
MultipartReport(String, DeliveryStatus, InternetHeaders) - Constructor for class org.exoplatform.mail.service.impl.MultipartReport
Construct a multipart/report object with the specified plain text, delivery status, and headers from the original message to be returned to the user.
MultipartReport(String, DispositionNotification, InternetHeaders) - Constructor for class org.exoplatform.mail.service.impl.MultipartReport
Construct a multipart/report object with the specified plain text, disposition notification, and headers from the original message to be returned to the user.
MultipartReport(DataSource) - Constructor for class org.exoplatform.mail.service.impl.MultipartReport
Constructs a MultipartReport object and its bodyparts from the given DataSource.

N

NEVER_CHECK_AUTO - Static variable in class org.exoplatform.mail.service.MailSetting
 
NewUserListener - Class in org.exoplatform.mail.service.impl
 
NewUserListener(MailService, InitParams) - Constructor for class org.exoplatform.mail.service.impl.NewUserListener
 
NO_MAIL_DUPLICATE - Static variable in class org.exoplatform.mail.service.Utils
 
NO_SPLIT_LAYOUT - Static variable in class org.exoplatform.mail.service.MailSetting
 
NO_UPDATE_STATUS - Static variable in class org.exoplatform.mail.service.CheckingInfo
 
NOT_SUPPORTED_CHARSETS - Static variable in class org.exoplatform.mail.service.Utils
 
notifications - Variable in class org.exoplatform.mail.service.impl.DispositionNotification
The disposition notification content fields.
notSpam(Message) - Method in class org.exoplatform.mail.service.SpamFilter
 
NT_FILE - Static variable in class org.exoplatform.mail.service.Utils
 
NT_RESOURCE - Static variable in class org.exoplatform.mail.service.Utils
 
NT_UNSTRUCTURED - Static variable in class org.exoplatform.mail.service.Utils
 

O

ONE_HOUR - Static variable in class org.exoplatform.mail.service.MailSetting
 
onEvent(Event<ConversationRegistry, ConversationState>) - Method in class org.exoplatform.mail.service.AuthenticationLogoutListener
 
openIMAPConnection(String, Account) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
openIMAPConnection(String, Account, CheckingInfo) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
openStore(Account) - Method in interface org.exoplatform.mail.connection.Connector
 
openStore(Account) - Method in class org.exoplatform.mail.connection.impl.ImapConnector
 
org.exoplatform.mail.connection - package org.exoplatform.mail.connection
 
org.exoplatform.mail.connection.impl - package org.exoplatform.mail.connection.impl
 
org.exoplatform.mail.service - package org.exoplatform.mail.service
 
org.exoplatform.mail.service.impl - package org.exoplatform.mail.service.impl
 

P

P_FOOT - Static variable in class org.exoplatform.mail.service.Utils
 
P_HEAD - Static variable in class org.exoplatform.mail.service.Utils
 
POP3 - Static variable in class org.exoplatform.mail.service.Utils
 
populateCurrentPage(long, String) - Method in class org.exoplatform.mail.service.JCRPageList
 
populateCurrentPage(long, String) - Method in class org.exoplatform.mail.service.MessagePageList
 
postSave(User, boolean) - Method in class org.exoplatform.mail.service.impl.NewUserListener
 
postUpdate() - Method in class org.exoplatform.mail.service.MailUpdateStorage
 
postUpdate() - Method in class org.exoplatform.mail.service.MailUpdateStorageEventListener
 
PREFIX_WITH_EQUAL - Static variable in class org.exoplatform.mail.service.MailSetting
 
PREFIX_WITH_MINUS - Static variable in class org.exoplatform.mail.service.MailSetting
 
PREFIX_WITH_QUOTE - Static variable in class org.exoplatform.mail.service.MailSetting
 
PREFIX_WITH_STAR - Static variable in class org.exoplatform.mail.service.MailSetting
 
preUpdate() - Method in class org.exoplatform.mail.service.MailUpdateStorage
 
preUpdate() - Method in class org.exoplatform.mail.service.MailUpdateStorageEventListener
 
PRIORITY_HIGH - Static variable in class org.exoplatform.mail.service.Utils
 
PRIORITY_LOW - Static variable in class org.exoplatform.mail.service.Utils
 
PRIORITY_NORMAL - Static variable in class org.exoplatform.mail.service.Utils
 

R

recipientDSN - Variable in class org.exoplatform.mail.service.impl.DeliveryStatus
The DSN fields for each recipient.
Reminder - Class in org.exoplatform.mail.service
Created by The eXo Platform SARL Author : Tuan Nguyen tuan.nguyen@exoplatform.com Jul 16, 2007
Reminder() - Constructor for class org.exoplatform.mail.service.Reminder
 
Reminder(String) - Constructor for class org.exoplatform.mail.service.Reminder
 
REMINDER_TYPES - Static variable in class org.exoplatform.mail.service.Reminder
 
removeAccount(String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
removeAccount(String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
removeAccount(String, String) - Method in interface org.exoplatform.mail.service.MailService
Remove the account from the database Update the cache
removeBodyPart(BodyPart) - Method in class org.exoplatform.mail.service.impl.MultipartReport
Remove the specified part from the multipart message.
removeBodyPart(int) - Method in class org.exoplatform.mail.service.impl.MultipartReport
Remove the part at specified location (starting from 0).
removeCheckingInfo(String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
removeCheckingInfo(String, String) - Method in interface org.exoplatform.mail.service.MailService
 
removeFilter(String, String, String) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
removeFilter(String, String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
removeFilter(String, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
removeFilter(String, String, String) - Method in interface org.exoplatform.mail.service.MailService
Remove filter by filter id
removeMessage(String, String, String) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
removeMessage(String, String, List<String>) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
removeMessage(String, String, Message) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
removeMessage(String, String, Message) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
removeMessage(String, String, Message) - Method in interface org.exoplatform.mail.service.MailService
This method should: 1.
removeMessages(String, String, List<Message>, boolean) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
removeMessages(String, String, List<Message>, boolean) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
removeMessages(String, String, List<Message>, boolean) - Method in interface org.exoplatform.mail.service.MailService
This method should: 1.
removeMessageTag(String, String, List<String>, List<String>) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
removeTag(String, String, String) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
removeTag(String, String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
removeTag(String, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
removeTag(String, String, String) - Method in interface org.exoplatform.mail.service.MailService
Find all the message that has the tag , remove the tag from the message and save Remove the tag from the account and save Update or invalidate the cache if needed
removeTagsInMessages(String, String, List<Message>, List<String>) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
removeTagsInMessages(String, String, List<Message>, List<String>) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
removeTagsInMessages(String, String, List<Message>, List<String>) - Method in interface org.exoplatform.mail.service.MailService
Remove the tag from the message Save the message into the database Update or invalidate the cache
removeUserFolder(String, Folder) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
removeUserFolder(String, Account, Folder) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
removeUserFolder(String, String, String) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
removeUserFolder(String, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
removeUserFolder(String, String, String) - Method in interface org.exoplatform.mail.service.MailService
 
renameFolder(String, Folder) - Method in interface org.exoplatform.mail.connection.Connector
 
renameFolder(String, Folder) - Method in class org.exoplatform.mail.connection.impl.ImapConnector
 
renameFolder(String, String, String, Folder) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
renameFolder(String, String, String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
renameFolder(String, String, String, String) - Method in interface org.exoplatform.mail.service.MailService
This method remove all the messages in the folder then remove the folder of the account Save the account into the database
REPEAT - Static variable in class org.exoplatform.mail.service.Reminder
 
REPLY_WITH_ATTACH - Static variable in class org.exoplatform.mail.service.MailSetting
 
replyWithAttach() - Method in class org.exoplatform.mail.service.MailSetting
 
reportSpam(Message) - Method in class org.exoplatform.mail.service.SpamFilter
 
REQUEST_STOP_STATUS - Static variable in class org.exoplatform.mail.service.CheckingInfo
 
requestReturnReceipt(Message) - Static method in class org.exoplatform.mail.service.MimeMessageParser
 
resoureId - Variable in class org.exoplatform.mail.service.Attachment
 
RETRY_PASSWORD - Static variable in class org.exoplatform.mail.service.CheckingInfo
 
run() - Method in class org.exoplatform.mail.service.impl.FetchMailContentThread
 

S

saveAccount(String, Account, boolean) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
saveAccount(String, Account, boolean) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
saveAccount(String, Account, boolean) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
saveFilter(String, String, MessageFilter) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
saveFilter(String, String, MessageFilter, boolean) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
saveFilter(String, String, MessageFilter, boolean) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
saveFilter(String, String, MessageFilter, boolean) - Method in interface org.exoplatform.mail.service.MailService
Save filter to JCR
saveFolder(String, String, Folder) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
saveFolder(String, String, Folder) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
saveFolder(String, String, String, Folder) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
saveFolder(String, String, Folder) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
saveFolder(String, String, String, Folder) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
saveFolder(String, String, Folder) - Method in interface org.exoplatform.mail.service.MailService
Save folder under special account
saveFolder(String, String, String, Folder) - Method in interface org.exoplatform.mail.service.MailService
Save folder to JCR as child of given folder
saveMailSetting(String, MailSetting) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
saveMailSetting(String, MailSetting) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
saveMailSetting(String, MailSetting) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
saveMailSetting(String, MailSetting) - Method in interface org.exoplatform.mail.service.MailService
This method to update mail setting
saveMessage(String, String, Message, boolean) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
saveMessage(String, String, String, Message, boolean) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
saveMessage(String, String, Message, boolean) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
saveMessage(String, String, Message, String[], List<String>, SpamFilter, boolean) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
saveMessage(String, String, Message, String[], List<String>, SpamFilter, Info, ContinuationService, boolean) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
saveMessage(String, String, long, Message, String[], List<String>, SpamFilter, Info, ContinuationService, boolean) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
saveMessage(String, Account, String, Message, boolean) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
saveMessage(String, String, Message, boolean) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
saveMessage(String, Account, String, Message, boolean) - Method in interface org.exoplatform.mail.service.MailService
Save message to Account/Messages/Year/Month/Day tree node.
saveMessage(String, String, Message, boolean) - Method in interface org.exoplatform.mail.service.MailService
 
saveMessageInSent() - Method in class org.exoplatform.mail.service.MailSetting
 
savePOP3Message(String, String, Message, String[], List<String>, SpamFilter, Info, ContinuationService) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
saveSpamFilter(String, String, SpamFilter) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
saveSpamFilter(String, String, SpamFilter) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
saveSpamFilter(String, String, SpamFilter) - Method in interface org.exoplatform.mail.service.MailService
Save the given spam filter to JCR
saveTotalMessage(String, String, String, Message, SessionProvider) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
schedulerService_ - Static variable in class org.exoplatform.mail.service.Utils
 
SEND_RECEIPT_ALWAYS - Static variable in class org.exoplatform.mail.service.MailSetting
 
SEND_RECEIPT_ASKSME - Static variable in class org.exoplatform.mail.service.MailSetting
 
SEND_RECEIPT_NEVER - Static variable in class org.exoplatform.mail.service.MailSetting
 
sendMessage(String, String, Message) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
sendMessage(String, Account, Message) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
sendMessage(String, Message) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
sendMessage(Message) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
sendMessage(String, Account, Message) - Method in interface org.exoplatform.mail.service.MailService
 
sendMessage(String, String, Message) - Method in interface org.exoplatform.mail.service.MailService
 
sendMessage(Message) - Method in interface org.exoplatform.mail.service.MailService
This method should send out the message
sendMessage(String, Message) - Method in interface org.exoplatform.mail.service.MailService
This method should send out the message
sendMessages(List<Message>, ServerConfiguration) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
sendMessages(List<Message>, ServerConfiguration) - Method in interface org.exoplatform.mail.service.MailService
Use smtp to send message with given server configuration
sendReturnReceipt(String, String, String, ResourceBundle) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
sendReturnReceipt(String, String, String, ResourceBundle) - Method in interface org.exoplatform.mail.service.MailService
 
ServerConfiguration - Class in org.exoplatform.mail.service
Created by The eXo Platform SARL Author : Phung Nam phunghainam@gmail.com Nov 23, 2007
ServerConfiguration() - Constructor for class org.exoplatform.mail.service.ServerConfiguration
 
setAccount(Account) - Method in class org.exoplatform.mail.service.AccountData
 
setAccountId(String) - Method in class org.exoplatform.mail.service.Info
 
setAccountId(String) - Method in class org.exoplatform.mail.service.MessageFilter
 
setAccountId(String) - Method in class org.exoplatform.mail.service.MessageHeader
 
setAccountPath(String) - Method in class org.exoplatform.mail.service.MessageFilter
 
setAddedProperties(List<CsPropertyMapping>) - Method in class org.exoplatform.mail.service.CsNodeTypeMapping
 
setAlarmBefore(long) - Method in class org.exoplatform.mail.service.Reminder
 
setApplyFolder(String) - Method in class org.exoplatform.mail.service.MessageFilter
 
setApplyForAll(boolean) - Method in class org.exoplatform.mail.service.MessageFilter
 
setApplyTag(String) - Method in class org.exoplatform.mail.service.MessageFilter
 
setAscending(boolean) - Method in class org.exoplatform.mail.service.MessageFilter
 
setAttachements(List<Attachment>) - Method in class org.exoplatform.mail.service.Message
 
setAttIsLoadedProperly(boolean) - Method in class org.exoplatform.mail.service.Message
 
setAvailablePage(long) - Method in class org.exoplatform.mail.service.JCRPageList
 
setBody(String) - Method in class org.exoplatform.mail.service.MessageFilter
 
setBodyCondition(int) - Method in class org.exoplatform.mail.service.MessageFilter
 
setCheckAll(boolean) - Method in class org.exoplatform.mail.service.Account
 
setCheckedAuto(boolean) - Method in class org.exoplatform.mail.service.Account
 
setCheckFromDate(Date) - Method in class org.exoplatform.mail.service.Account
 
setCheckFromDate(Date) - Method in class org.exoplatform.mail.service.Folder
 
setColor(String) - Method in class org.exoplatform.mail.service.Tag
 
setContentType(String) - Method in class org.exoplatform.mail.service.Message
 
setDataHandler(DataHandler) - Method in class org.exoplatform.mail.service.impl.MessageHeaders
Can't set any content for a MessageHeaders object.
setDate(String) - Method in class org.exoplatform.mail.service.Info
 
setDefaultAccount(String) - Method in class org.exoplatform.mail.service.MailSetting
 
setDefaultFolder(List<Folder>) - Method in class org.exoplatform.mail.service.AccountData
 
setDefaultValue(String) - Method in class org.exoplatform.mail.service.CsPropertyMapping
 
setDeliveryStatus(DeliveryStatus) - Method in class org.exoplatform.mail.service.impl.MultipartReport
Set the delivery status associated with this multipart/report.
setDescription(String) - Method in class org.exoplatform.mail.service.Account
 
setDescription(String) - Method in class org.exoplatform.mail.service.Group
 
setDescription(String) - Method in class org.exoplatform.mail.service.Reminder
 
setDescription(String) - Method in class org.exoplatform.mail.service.Tag
 
setDispositionNotification(DispositionNotification) - Method in class org.exoplatform.mail.service.impl.MultipartReport
Set the disposition notification associated with this multipart/report.
setEmailAddress(String) - Method in class org.exoplatform.mail.service.Account
 
setEmailAddress(String) - Method in class org.exoplatform.mail.service.Reminder
 
setEmailReplyAddress(String) - Method in class org.exoplatform.mail.service.Account
 
setEmptyTrashWhenExit(boolean) - Method in class org.exoplatform.mail.service.Account
 
setEventId(String) - Method in class org.exoplatform.mail.service.Reminder
 
setExcludeFolders(String[]) - Method in class org.exoplatform.mail.service.MessageFilter
 
setFetching(int) - Method in class org.exoplatform.mail.service.CheckingInfo
 
setFetchingToFolders(String) - Method in class org.exoplatform.mail.service.CheckingInfo
 
setFolder(String[]) - Method in class org.exoplatform.mail.service.MessageFilter
 
setFolder(String) - Method in class org.exoplatform.mail.service.ServerConfiguration
 
setFolders(String) - Method in class org.exoplatform.mail.service.Info
 
setFolders(String[]) - Method in class org.exoplatform.mail.service.Message
 
setFormatAsOriginal(boolean) - Method in class org.exoplatform.mail.service.MailSetting
 
setForwardWithAtt(boolean) - Method in class org.exoplatform.mail.service.MailSetting
 
setFrom(String) - Method in class org.exoplatform.mail.service.Info
 
setFrom(String) - Method in class org.exoplatform.mail.service.Message
 
setFrom(String) - Method in class org.exoplatform.mail.service.MessageFilter
 
setFromCondition(int) - Method in class org.exoplatform.mail.service.MessageFilter
 
setFromDate(Calendar) - Method in class org.exoplatform.mail.service.MessageFilter
 
setFromDateTime(Date) - Method in class org.exoplatform.mail.service.Reminder
 
setGroupedMessageIds(List<String>) - Method in class org.exoplatform.mail.service.Message
 
setGroupName(String) - Method in class org.exoplatform.mail.service.Group
 
setHasAttach(boolean) - Method in class org.exoplatform.mail.service.MessageFilter
 
setHasAttachment(boolean) - Method in class org.exoplatform.mail.service.Message
 
setHasChanged(boolean) - Method in class org.exoplatform.mail.service.CheckingInfo
 
setHasStar(boolean) - Method in class org.exoplatform.mail.service.Message
 
setHasStar(boolean) - Method in class org.exoplatform.mail.service.MessageFilter
 
setHasStructure(boolean) - Method in class org.exoplatform.mail.service.MessageFilter
 
setHeader(String, String) - Method in class org.exoplatform.mail.service.MessageHeader
 
setHeaders(Map<String, String>) - Method in class org.exoplatform.mail.service.MessageHeader
 
setId(String) - Method in class org.exoplatform.mail.service.Account
 
setId(String) - Method in class org.exoplatform.mail.service.Attachment
 
setId(String) - Method in class org.exoplatform.mail.service.Folder
 
setId(String) - Method in class org.exoplatform.mail.service.MessageFilter
 
setId(String) - Method in class org.exoplatform.mail.service.MessageHeader
 
setId(String) - Method in class org.exoplatform.mail.service.Reminder
 
setId(String) - Method in class org.exoplatform.mail.service.Tag
 
setIncomingFolder(String) - Method in class org.exoplatform.mail.service.Account
 
setIncomingHost(String) - Method in class org.exoplatform.mail.service.Account
 
setIncomingHost(String) - Method in class org.exoplatform.mail.service.ServerConfiguration
 
setIncomingPassword(String) - Method in class org.exoplatform.mail.service.Account
 
setIncomingPort(String) - Method in class org.exoplatform.mail.service.Account
 
setIncomingPort(String) - Method in class org.exoplatform.mail.service.ServerConfiguration
 
setIncomingSsl(boolean) - Method in class org.exoplatform.mail.service.Account
 
setIncomingUser(String) - Method in class org.exoplatform.mail.service.Account
 
setInputStream(InputStream) - Method in class org.exoplatform.mail.service.BufferAttachment
 
setInReplyToHeader(String) - Method in class org.exoplatform.mail.service.MessageHeader
 
setIsCustomInbox(boolean) - Method in class org.exoplatform.mail.service.Account
 
setIsLoaded(boolean) - Method in class org.exoplatform.mail.service.Message
 
setIsLoadedProperly(boolean) - Method in class org.exoplatform.mail.service.Attachment
 
setIsOutgoingAuthentication(boolean) - Method in class org.exoplatform.mail.service.Account
 
setIsOutgoingAuthentication(boolean) - Method in class org.exoplatform.mail.service.ServerConfiguration
 
setIsRead(boolean) - Method in class org.exoplatform.mail.service.Info
 
setIsReturnReceipt(boolean) - Method in class org.exoplatform.mail.service.Message
 
setIsRootConversation(boolean) - Method in class org.exoplatform.mail.service.Message
 
setIsSavePassword(boolean) - Method in class org.exoplatform.mail.service.Account
 
setIsShowInBody(boolean) - Method in class org.exoplatform.mail.service.Attachment
 
setIsStared(List<Message>, boolean, Folder) - Method in interface org.exoplatform.mail.connection.Connector
 
setIsStared(List<Message>, boolean, Folder) - Method in class org.exoplatform.mail.connection.impl.ImapConnector
 
setKeepInInbox(boolean) - Method in class org.exoplatform.mail.service.MessageFilter
 
setLabel(String) - Method in class org.exoplatform.mail.service.Account
 
setLastCheckedDate(Date) - Method in class org.exoplatform.mail.service.Account
 
setLastCheckedDate(Date) - Method in class org.exoplatform.mail.service.Folder
 
setLastStartCheckingTime(Date) - Method in class org.exoplatform.mail.service.Account
 
setLastStartCheckingTime(Date) - Method in class org.exoplatform.mail.service.Folder
 
setLastUpdateDate(Date) - Method in class org.exoplatform.mail.service.Message
 
setLayout(long) - Method in class org.exoplatform.mail.service.MailSetting
 
setMailService(MailService) - Static method in class org.exoplatform.mail.service.Utils
 
setMessageBcc(String) - Method in class org.exoplatform.mail.service.Message
 
setMessageBody(String) - Method in class org.exoplatform.mail.service.Message
 
setMessageCc(String) - Method in class org.exoplatform.mail.service.Message
 
setMessageDSN(InternetHeaders) - Method in class org.exoplatform.mail.service.impl.DeliveryStatus
Set the per-message fields in the delivery status notification.
setMessageTo(String) - Method in class org.exoplatform.mail.service.Message
 
setMimeType(String) - Method in class org.exoplatform.mail.service.Attachment
 
setMsgId(String) - Method in class org.exoplatform.mail.service.CheckingInfo
 
setMsgId(String) - Method in class org.exoplatform.mail.service.Info
 
setName(String) - Method in class org.exoplatform.mail.service.Attachment
 
setName(String) - Method in class org.exoplatform.mail.service.Folder
 
setName(String) - Method in class org.exoplatform.mail.service.MessageFilter
 
setName(String) - Method in class org.exoplatform.mail.service.Tag
 
setNodeTypeName(String) - Method in class org.exoplatform.mail.service.CsNodeTypeMapping
 
setNodeTypes(List<CsNodeTypeMapping>) - Method in class org.exoplatform.mail.service.CsObjectParam
 
setNotifications(InternetHeaders) - Method in class org.exoplatform.mail.service.impl.DispositionNotification
Set the disposition notification fields in the disposition notification.
setNumberMsgPerPage(long) - Method in class org.exoplatform.mail.service.MailSetting
 
setNumberOfUnreadMessage(long) - Method in class org.exoplatform.mail.service.Folder
 
setOrderBy(String) - Method in class org.exoplatform.mail.service.MessageFilter
 
setOutgoingHost(String) - Method in class org.exoplatform.mail.service.Account
 
setOutgoingHost(String) - Method in class org.exoplatform.mail.service.ServerConfiguration
 
setOutgoingPassword(String) - Method in class org.exoplatform.mail.service.Account
 
setOutgoingPort(String) - Method in class org.exoplatform.mail.service.Account
 
setOutgoingPort(String) - Method in class org.exoplatform.mail.service.ServerConfiguration
 
setOutgoingSsl(boolean) - Method in class org.exoplatform.mail.service.Account
 
setOutgoingSsl(boolean) - Method in class org.exoplatform.mail.service.ServerConfiguration
 
setOutgoingUserName(String) - Method in class org.exoplatform.mail.service.Account
 
setPageSize(long) - Method in class org.exoplatform.mail.service.JCRPageList
 
setPassword(String) - Method in class org.exoplatform.mail.service.ServerConfiguration
 
setPath(String) - Method in class org.exoplatform.mail.service.Attachment
 
setPath(String) - Method in class org.exoplatform.mail.service.Folder
 
setPath(String) - Method in class org.exoplatform.mail.service.Message
 
setPeriodCheckAuto(long) - Method in class org.exoplatform.mail.service.MailSetting
 
setPermissions(String[]) - Method in class org.exoplatform.mail.service.Group
 
setPersonalFolder(boolean) - Method in class org.exoplatform.mail.service.Folder
 
setPlaceSignature(String) - Method in class org.exoplatform.mail.service.Account
 
setPrefixMessageWith(String) - Method in class org.exoplatform.mail.service.MailSetting
 
setPriority(String) - Method in class org.exoplatform.mail.service.Info
 
setPriority(long) - Method in class org.exoplatform.mail.service.MessageFilter
 
setPriority(long) - Method in class org.exoplatform.mail.service.MessageHeader
 
setProperties(String, String) - Method in class org.exoplatform.mail.service.Message
 
setPropertyName(String) - Method in class org.exoplatform.mail.service.CsPropertyMapping
 
setProtocol(String) - Method in class org.exoplatform.mail.service.Account
 
setProtocol(String) - Method in class org.exoplatform.mail.service.ServerConfiguration
 
setReceivedDate(Date) - Method in class org.exoplatform.mail.service.Message
 
setReferedMessageIds(List<String>) - Method in class org.exoplatform.mail.service.Message
 
setReminderOwner(String) - Method in class org.exoplatform.mail.service.Reminder
 
setReminderType(String) - Method in class org.exoplatform.mail.service.Reminder
 
setRemovedProperties(List<CsPropertyMapping>) - Method in class org.exoplatform.mail.service.CsNodeTypeMapping
 
setRepeate(boolean) - Method in class org.exoplatform.mail.service.Reminder
 
setRepeatInterval(long) - Method in class org.exoplatform.mail.service.Reminder
 
setReplaceName(String) - Method in class org.exoplatform.mail.service.CsPropertyMapping
 
setReplyTo(String) - Method in class org.exoplatform.mail.service.Message
 
setReplyWithAttach(boolean) - Method in class org.exoplatform.mail.service.MailSetting
 
setRequestingForFolder_(String) - Method in class org.exoplatform.mail.service.CheckingInfo
 
setRequestStop(boolean) - Method in class org.exoplatform.mail.service.CheckingInfo
 
setResoureId(String) - Method in class org.exoplatform.mail.service.Attachment
 
setReturnedMessage(MimeMessage) - Method in class org.exoplatform.mail.service.impl.MultipartReport
Set the original message to be returned as part of the multipart/report.
setSaveMessageInSent(boolean) - Method in class org.exoplatform.mail.service.MailSetting
 
setScheduleService(JobSchedulerService) - Static method in class org.exoplatform.mail.service.Utils
 
setSendDate(Date) - Method in class org.exoplatform.mail.service.Message
 
setSenders(String[]) - Method in class org.exoplatform.mail.service.SpamFilter
 
setSendReturnReceipt(long) - Method in class org.exoplatform.mail.service.MailSetting
 
setServerConfiguration(ServerConfiguration) - Method in class org.exoplatform.mail.service.Message
 
setServerProperty(String, String) - Method in class org.exoplatform.mail.service.Account
Manages the server properties, based on the serverProperties attribute
setSignature(String) - Method in class org.exoplatform.mail.service.Account
 
setSize(long) - Method in class org.exoplatform.mail.service.Attachment
 
setSize(String) - Method in class org.exoplatform.mail.service.Info
 
setSize(long) - Method in class org.exoplatform.mail.service.Message
 
setSmtpServerProperty(String, String) - Method in class org.exoplatform.mail.service.Account
 
setSsl(boolean) - Method in class org.exoplatform.mail.service.ServerConfiguration
 
setStatusCode(int) - Method in class org.exoplatform.mail.service.CheckingInfo
 
setStatusMsg(String) - Method in class org.exoplatform.mail.service.CheckingInfo
 
setSubject(String) - Method in class org.exoplatform.mail.service.Info
 
setSubject(String) - Method in class org.exoplatform.mail.service.Message
 
setSubject(String) - Method in class org.exoplatform.mail.service.MessageFilter
 
setSubjectCondition(int) - Method in class org.exoplatform.mail.service.MessageFilter
 
setSubType(String) - Method in class org.exoplatform.mail.service.impl.MultipartReport
Set the subtype.
setSummary(String) - Method in class org.exoplatform.mail.service.Reminder
 
setSyncFolderStatus(int) - Method in class org.exoplatform.mail.service.CheckingInfo
 
setTag(String[]) - Method in class org.exoplatform.mail.service.MessageFilter
 
setTags(List<Tag>) - Method in class org.exoplatform.mail.service.AccountData
 
setTags(String[]) - Method in class org.exoplatform.mail.service.Message
 
setText(String) - Method in class org.exoplatform.mail.service.impl.MultipartReport
Set the message to be presented to the user as just a text/plain part containing the specified text.
setText(String) - Method in class org.exoplatform.mail.service.MessageFilter
 
setTextBodyPart(MimeBodyPart) - Method in class org.exoplatform.mail.service.impl.MultipartReport
Set the body part containing the text to be presented to the user.
setTo(String) - Method in class org.exoplatform.mail.service.Info
 
setTo(String) - Method in class org.exoplatform.mail.service.MessageFilter
 
setToCondition(int) - Method in class org.exoplatform.mail.service.MessageFilter
 
setToDate(Calendar) - Method in class org.exoplatform.mail.service.MessageFilter
 
setTotalMessage(long) - Method in class org.exoplatform.mail.service.Folder
 
setTotalMsg(int) - Method in class org.exoplatform.mail.service.CheckingInfo
 
setType(long) - Method in class org.exoplatform.mail.service.Folder
 
setUID(String) - Method in class org.exoplatform.mail.service.Message
 
setUnread(boolean) - Method in class org.exoplatform.mail.service.Message
 
setUpdatedProperties(List<CsPropertyMapping>) - Method in class org.exoplatform.mail.service.CsNodeTypeMapping
 
setURLName(String) - Method in class org.exoplatform.mail.service.Folder
 
setUseIncomingForAuthentication(boolean) - Method in class org.exoplatform.mail.service.Account
 
setUserDisplayName(String) - Method in class org.exoplatform.mail.service.Account
 
setUserFolder(List<Folder>) - Method in class org.exoplatform.mail.service.AccountData
 
setUserName(String) - Method in class org.exoplatform.mail.service.ServerConfiguration
 
setUseWysiwyg(boolean) - Method in class org.exoplatform.mail.service.MailSetting
 
setViewQuery(String) - Method in class org.exoplatform.mail.service.MessageFilter
 
setWorkspace(String) - Method in class org.exoplatform.mail.service.JCRMessageAttachment
 
SHOWCONVERSATION - Static variable in class org.exoplatform.mail.service.Utils
 
SMTP_ISAUTHENTICATION - Static variable in class org.exoplatform.mail.service.Utils
 
SMTP_USEINCOMINGSETTING - Static variable in class org.exoplatform.mail.service.Utils
 
SpamFilter - Class in org.exoplatform.mail.service
Created by The eXo Platform SARL Author : Phung Nam phunghainam@gmail.com Dec 7, 2007
SpamFilter() - Constructor for class org.exoplatform.mail.service.SpamFilter
 
SSL_FACTORY - Static variable in class org.exoplatform.mail.service.Utils
 
start() - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
START_CHECKMAIL_STATUS - Static variable in class org.exoplatform.mail.service.CheckingInfo
 
START_SYNC_FOLDER - Static variable in class org.exoplatform.mail.service.CheckingInfo
 
stop() - Method in class org.exoplatform.mail.service.impl.FetchMailContentThread
 
stop() - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
stopAllJobs(String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
stopAllJobs(String, String) - Method in interface org.exoplatform.mail.service.MailService
 
stopCheckMail(String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
stopCheckMail(String, String) - Method in interface org.exoplatform.mail.service.MailService
Requests to stop mail checking
store_ - Variable in class org.exoplatform.mail.connection.impl.BaseConnector
 
SVR_INCOMING_FOLDER - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_INCOMING_HOST - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_INCOMING_PASSWORD - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_INCOMING_PORT - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_INCOMING_SSL - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_INCOMING_USERNAME - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_IS_CUSTOM_INBOX - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_LEAVE_ON_SERVER - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_MAIL_DEBUG - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_MAIL_SMTP_DEBUG - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_OUTGOING_HOST - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_OUTGOING_PASSWORD - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_OUTGOING_PORT - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_OUTGOING_SSL - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_OUTGOING_USERNAME - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_POP_SKIP_OVER_SIZE - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_PROTOCOL - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_SMTP - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_SMTP_AUTH - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_SMTP_HOST - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_SMTP_PASSWORD - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_SMTP_PORT - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_SMTP_SOCKET_FACTORY_CLASS - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_SMTP_SOCKET_FACTORY_FALLBACK - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_SMTP_SOCKET_FACTORY_PORT - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_SMTP_STARTTLS_ENABLE - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_SMTP_USER - Static variable in class org.exoplatform.mail.service.Utils
 
SVR_SSL_CLASSNAME - Static variable in class org.exoplatform.mail.service.Utils
 
synchImapFolders(String, String) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
synchImapFolders(String, String) - Method in interface org.exoplatform.mail.service.MailService
 

T

Tag - Class in org.exoplatform.mail.service
Created by The eXo Platform SARL Author : Philippe Aristote philippe.aristote@gmail.com Jul 10, 2007
Tag() - Constructor for class org.exoplatform.mail.service.Tag
 
TAG_BLUE - Static variable in class org.exoplatform.mail.service.Utils
 
TAG_BROWN - Static variable in class org.exoplatform.mail.service.Utils
 
TAG_COLOR - Static variable in class org.exoplatform.mail.service.Utils
 
TAG_GREEN - Static variable in class org.exoplatform.mail.service.Utils
 
TAG_ORANGE - Static variable in class org.exoplatform.mail.service.Utils
 
TAG_PING - Static variable in class org.exoplatform.mail.service.Utils
 
TAG_PING_VIOLET - Static variable in class org.exoplatform.mail.service.Utils
 
TAG_RED - Static variable in class org.exoplatform.mail.service.Utils
 
TAG_VIOLET - Static variable in class org.exoplatform.mail.service.Utils
 
TAG_YELLOW - Static variable in class org.exoplatform.mail.service.Utils
 
TEN_MINS - Static variable in class org.exoplatform.mail.service.MailSetting
 
text2html(String) - Static method in class org.exoplatform.mail.service.Utils
 
THIRTY_MINS - Static variable in class org.exoplatform.mail.service.MailSetting
 
toggleMessageProperty(String, String, List<Message>, String, boolean) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
toggleMessageProperty(String, String, List<Message>, String, String, boolean) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
toggleMessageProperty(String, String, List<Message>, String, String, boolean) - Method in interface org.exoplatform.mail.service.MailService
Toggle the property of message.
toString() - Method in class org.exoplatform.mail.service.impl.DeliveryStatus
 
toString() - Method in class org.exoplatform.mail.service.impl.DispositionNotification
 
TWENTY_MINS - Static variable in class org.exoplatform.mail.service.MailSetting
 
TYPE_BOTH - Static variable in class org.exoplatform.mail.service.Reminder
 
TYPE_EMAIL - Static variable in class org.exoplatform.mail.service.Reminder
 
TYPE_POPUP - Static variable in class org.exoplatform.mail.service.Reminder
 

U

unescapeIllegalJcrChars(String) - Static method in class org.exoplatform.mail.service.Utils
Unescapes previously escaped jcr chars.
UNREPEAT - Static variable in class org.exoplatform.mail.service.Reminder
 
updateAccount(String, Account) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
updateAccount(String, Account) - Method in interface org.exoplatform.mail.service.MailService
This method should: 1.
updateTag(String, String, Tag) - Method in interface org.exoplatform.mail.service.impl.DataStorage
 
updateTag(String, String, Tag) - Method in class org.exoplatform.mail.service.impl.JCRDataStorage
 
updateTag(String, String, Tag) - Method in class org.exoplatform.mail.service.impl.MailServiceImpl
 
updateTag(String, String, Tag) - Method in interface org.exoplatform.mail.service.MailService
Update a tag.
USE_WYSIWYG - Static variable in class org.exoplatform.mail.service.MailSetting
 
useIncomingSettingForOutgoingAuthent() - Method in class org.exoplatform.mail.service.Account
 
USERNAME - Static variable in class org.exoplatform.mail.service.CheckMailJob
 
useWysiwyg() - Method in class org.exoplatform.mail.service.MailSetting
 
Utils - Class in org.exoplatform.mail.service
Created by The eXo Platform SARL Author : Pham Tuan tuan.pham@exoplatform.com Aug 20, 2007
Utils() - Constructor for class org.exoplatform.mail.service.Utils
 

V

VERTICAL_LAYOUT - Static variable in class org.exoplatform.mail.service.MailSetting
 

W

writeTo(OutputStream) - Method in class org.exoplatform.mail.service.impl.DeliveryStatus
 
writeTo(OutputStream) - Method in class org.exoplatform.mail.service.impl.DispositionNotification
 
writeTo(Object, String, OutputStream) - Method in class org.exoplatform.mail.service.impl.Message_DispositionNotification
 

A B C D E F G H I J K L M N O P R S T U V W

Copyright © 2011 eXo Platform SAS. All Rights Reserved.