Roundcube Webmail - error "Could not load message from server"
-
Hey there! When looking at the larger section of that code, I see this: * Fetches body of the specified message part */ public function handlePartBody($mailbox, $id, $is_uid = false, $part = '', $encoding = null, $print = null, $file = null, $formatted = false, $max_bytes = 0) { if (!$this->select($mailbox)) { return false; } $binary = true; $initiated = false;
so if I'm reading that right, this is how Roundcube interprets the body data. If the issue is only happening with messages sent from Gsuite, I wonder if those specific messages have the wrong encoding. The only way to keep that change would be a post-upcp script or cron that does it for you, as that will get overwritten.0 -
Yes, that is the location of the code that is changed. I was thinking the same thing. It does not happen with all messages. It only seem to happen with certain message like google calendar or messages with attachments, but not all of them from g Suite. The same messages that cannot be read by roundCube, throw an error for Horde too, but can be read by iPhone apple mail or desktop apple mail. I have not tested outlook. I'm feeling stuck, but I guess I can setup a cron with bash and sed. Not idea though. 0 -
It's definitely not ideal - I think the best solution would be to figure out why those messages are being sent in an odd format at the source. 0 -
I looked at an EML of one of the messages that could not load. It looks like any other message with multi-part separation. I cannot post here since the messages are private for a healthcare worker. My luck I'd break some HIPPA rules. The only difference see between a gmail message the messages the create this read error with roundcude only not other mail clients is a header entry "X-Encrypted-Email: This email was sent using 256-bit AES encryption by Paubox". I think this is only in transit encryption. 0 -
That's odd then for sure - it might be worth creating a support ticket with our team so we can do some more research on this issue as I'm not finding much on my end. 0 -
I would expect the Roundcube configuration to get overwritten with updates also, as we do provide updates to that piece of software. 0 -
I would expect the Roundcube configuration to get overwritten with updates also, as we do provide updates to that piece of software.
So far the Roundcube configuration is saying ad configured and the cpanel scripted did detect modification to the rcube_imap_generic.php file and would not overwrite it. Notifaction email gave instructions on how to return the modified file to default settings. I did this and the Roundcube configuration file changes continue to be presistant.0 -
How do you mark this SOLVED? 0 -
I've set it to Solved now! 0 -
Any idea of how to address this in Horde? Horde is having the same issue. 0 -
I'm not finding a good way to make this change on Horde with my research. 0 -
I could not find anything either. Is there a horde support forum somewhere? 0 -
Probably not - we're actually looking to start the process of dropping Horde since the last release was over two years ago, so it doesn't receive any security updates. 0 -
Probably not - we're actually looking to start the process of dropping Horde since the last release was over two years ago, so it doesn't receive any security updates.
Yeah, that is a good reason to drop horde. To bad. It was nice while it lasted.0
Please sign in to leave a comment.
Comments
16 comments