I have an automated system accessing a mailbox over IMAP.
But since 24.3 I get the following message in the application:
in get_folder_separator
namespaces = self._client.namespace()
imapclient.exceptions.CapabilityError: Server does not support NAMESPACE capability.
I think this is about Namespace IMAP extension (RFC 2342) support.
Is this a bug in this release? If not, how can I solve this issue?