mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
79314: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) 79222: MNT-12063: Merged V4.2.1 (4.2.1) to V4.2-BUG-FIX (4.2.2) 79141: MNT-12079 : CLONE - IMAP client failing to retrieve all folders - Ignore mount point if it is not exists or user has no permissions to retrieve path git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82704 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1210,7 +1210,7 @@ public class ImapServiceImpl implements ImapService, OnRestoreNodePolicy, OnCrea
|
||||
{
|
||||
try
|
||||
{
|
||||
return config.getFolderPath(namespaceService, nodeService, searchService, fileFolderService);
|
||||
return config.getFolderPathOrNull(namespaceService, nodeService, searchService, fileFolderService);
|
||||
}
|
||||
catch (AccessDeniedException e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user