Package | Description |
---|---|
org.alfresco.repo.imap |
The implementation of the Alfresco Imap Server
|
org.alfresco.repo.service | |
org.alfresco.service |
Provides the public facing interfaces of the Services of the Alfresco Repository.
|
Modifier and Type | Class and Description |
---|---|
class |
ImapServiceImpl |
Modifier and Type | Field and Description |
---|---|
protected ImapService |
AbstractMimeMessage.imapService |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentsExtractor.setImapService(ImapService imapService) |
void |
AlfrescoImapServer.setImapService(ImapService imapService) |
Constructor and Description |
---|
AlfrescoImapFolder(FileInfo folderInfo,
String userName,
String folderName,
String folderPath,
AlfrescoImapConst.ImapViewMode viewMode,
boolean extractAttachmentsEnabled,
ImapService imapService,
ServiceRegistry serviceRegistry,
int mountPointId)
Constructs
AlfrescoImapFolder object. |
AlfrescoImapFolder(FileInfo folderInfo,
String userName,
String folderName,
String folderPath,
AlfrescoImapConst.ImapViewMode viewMode,
ImapService imapService,
ServiceRegistry serviceRegistry,
Boolean selectable,
boolean extractAttachmentsEnabled,
int mountPointId)
Constructs
AlfrescoImapFolder object. |
AlfrescoImapHostManager(ImapService imapService) |
Modifier and Type | Method and Description |
---|---|
ImapService |
ServiceDescriptorRegistry.getImapService() |
Modifier and Type | Method and Description |
---|---|
ImapService |
ServiceRegistry.getImapService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.