ImapSync to ignore Shared Folders
Hi,
I am trying to setup imapsync to backup the mailboxes but would like to ignore shared folders. Is it possible to do that. On the UI preferences->Sharing has a list of shared folders that the account is using, is it possible to get this through CLI so I can integrate it with imapsync?
Thanks,
Rojanu
imapsync option to ignore folders
Hi,
Use --exclude option
Code:
imapsync ... --exclude ShareFolder1 --exclude ShareFolder2
or even
Code:
imapsync ... --exclude 'TopShareFolder.*'