Set ImapHome as root folder in outlook using imap alfresco
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2012 01:09 AM
Hi,
I have configured alfresco user account in outlook using alfresco imap. After synchronization it is displaying root folder as AlfrescoImap and under that DataDictionary , Sites, ImapHome and all the other Folders.
I want to display only the Imap home for that particular user for whom the account is configured other folders don't want to display.
What configuration changes i will to make please suggest.
Thanks,
I have configured alfresco user account in outlook using alfresco imap. After synchronization it is displaying root folder as AlfrescoImap and under that DataDictionary , Sites, ImapHome and all the other Folders.
I want to display only the Imap home for that particular user for whom the account is configured other folders don't want to display.
What configuration changes i will to make please suggest.
Thanks,
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2013 06:53 AM
The config I use for the same requirement: (put these lines in your alfresco-global.properties file)
# IMAP mount point default value goes here
imap.config.server.mountPoints=archives
imap.config.server.mountPoints.default.store=${spaces.store}
imap.config.server.mountPoints.default.modeName=MIXED
# mount point name for sales is just a value, can be multilingual.
imap.config.server.mountPoints.value.archives.mountPointName=Archive mail
imap.config.server.mountPoints.value.archives.rootPath=/${spaces.company_home.childname}/Imap_x0020_Home
# IMAP mount point default value goes here
imap.config.server.mountPoints=archives
imap.config.server.mountPoints.default.store=${spaces.store}
imap.config.server.mountPoints.default.modeName=MIXED
# mount point name for sales is just a value, can be multilingual.
imap.config.server.mountPoints.value.archives.mountPointName=Archive mail
imap.config.server.mountPoints.value.archives.rootPath=/${spaces.company_home.childname}/Imap_x0020_Home
