cancel
Showing results for 
Search instead for 
Did you mean: 

IMAP folder path

vincent-kali
Star Contributor
Star Contributor
Hi,

I would like to mount directly the document library of a Share site using IMAP,
to access it from Outlook 2010.
When using the following config lines, I get "Folder not found" error.

Imap.config.server.mountPoints.value.MyMountPoint.rootPath=/${spaces.company_home.childname}./${spaces.sites.childname}
Imap.config.server.mountPoints.value.MyMountPoint.folderPath=MyShareSite/documentLibrary

-> org.alfresco.error.AlfrescoRuntimeException: 03270000 Folder not found: Folder Path: workspace://SpacesStore/app:company_home/st:sites/MyShareSite/documentLibrary

Without the "folderPath" parameter, the share sites are mounted correctly.
Of course, I have double checked the path with is correct.

Any help would be greatly appreciated.

Thanks in advance,
Vincent

3 REPLIES 3

kaynezhang
World-Class Innovator
World-Class Innovator
Please try to add cm: prefix to your path

Imap.config.server.mountPoints.value.MyMountPoint.folderPath=cm:MyShareSite/cm:documentLibrary

vincent-kali
Star Contributor
Star Contributor
Thanks it's working using this syntax !
More generally how to find the correct syntax in config files to specify a given node in repo ?

Node browser always give me a syntax like workspace://SpacesStore/e77c44e7-xxxx-4248-a96g-0b18e7e9aa92
which is not very helpful in this context…
Thanks in advance,
Vincent

kaynezhang
World-Class Innovator
World-Class Innovator
You can still use Node browser , walk to the node you want to check
Primary path: is the Primary Path of current node,but it is in uri format(@{uri}name),you can change it to prefix format(prefix:name) yourself
Reference:    is node id of current node
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.