Horde throws error opening message

JIKOmetrix

Well-Known Member
Apr 3, 2007
260
54
178
Hello,

Horde is throwing an error when opening certain messages.

I had an issue with roundcube earlier. You can see it here:SOLVED - Roundcube Webmail - error "Could not load message from server"

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?
 
Last edited by a moderator:

JIKOmetrix

Well-Known Member
Apr 3, 2007
260
54
178
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';
One of them in the /usr/local/cpanel/base/horde/config/conf.php produced an on screen error flag in read. I took that as progress. and then one would should the attached file, but not the message. So there may be more going on in Horde than what was happening with RoundCube.

None fixed the issue in horde.
 
  • Like
Reactions: cPRex