People,
I have two small mails from DLink - one of which contains base64 encoding but neither display the body of the mail in RCM but they both are readable with Mutt. I've looked at the headers etc and everything looks OK to me - is anyone motivated to look at them to work out what the problem is?
Thanks,
Philip Rhoades
GPO Box 3411 Sydney NSW 2001 Australia E-mail: phil@pricom.com.au
On 08/30/2014 01:25 PM, Philip Rhoades wrote:
I have two small mails from DLink - one of which contains base64 encoding but neither display the body of the mail in RCM but they both are readable with Mutt. I've looked at the headers etc and everything looks OK to me - is anyone motivated to look at them to work out what the problem is?
If your mail server is dovecot try to disable BINARY extension. If that does not help enable imap_debug in Roundcube and provide the log.
A.L.E.C,
On 2014-08-30 21:31, A.L.E.C wrote:
On 08/30/2014 01:25 PM, Philip Rhoades wrote:
I have two small mails from DLink - one of which contains base64 encoding but neither display the body of the mail in RCM but they both are readable with Mutt. I've looked at the headers etc and everything looks OK to me - is anyone motivated to look at them to work out what the problem is?
If your mail server is dovecot try to disable BINARY extension. If that does not help enable imap_debug in Roundcube and provide the log.
Couldn't find any dovecot confs that looked like binary extensions - turned on imap_debug - attached.
Thanks!
P.
-- Aleksander 'A.L.E.C' Machniak LAN Management System Developer [http://lms.org.pl] Roundcube Webmail Developer [http://roundcube.net]
PGP: 19359DC1 @@ GG: 2275252 @@ WWW: http://alec.pl _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
On 08/30/2014 02:19 PM, Philip Rhoades wrote:
Couldn't find any dovecot confs that looked like binary extensions - turned on imap_debug - attached.
I think there should be an option to remove BINARY from capability string in dovecot, but you can disable this also on Roundcube side using imap_disabled_caps option.
http://trac.roundcube.net/ticket/1490046