Horde throws error opening message
Hello,
Horde is throwing an error when opening certain messages.
I had an issue with roundcube earlier. You can see it here:
I had to make a configuration change to $config['imap_disabled_caps'] = ['BINARY'];
This allowed messages that were throwing errors in rouncube to be opened an viewed.
Is there a place to set this value in Horde too?
-
Hey hey! I know we talked about this a bit but I did go through the /usr/local/cpanel/base/horde/config/conf.php configuration and I'm not seeing an equivalent option. 0 -
I looked there too I tried to experiment with variations on $config['imap_disabled_caps'> = ['BINARY'>; as: - $conf['imap_disabled_caps'> = ['BINARY'>;
- $conf['imap_disabled_caps'> = 'BINARY';
- $conf['server'>['imap_disabled_caps'> = 'BINARY';
0
Please sign in to leave a comment.
Comments
2 comments