Skip to main content

Roundcube Webmail - error "Could not load message from server"

Comments

16 comments

  • cPRex Jurassic Moderator
    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
  • JIKOmetrix
    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
  • cPRex Jurassic Moderator
    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
  • JIKOmetrix
    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
  • cPRex Jurassic Moderator
    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
  • JIKOmetrix
    Hello, JohnDoh from roundcube forum said: Some IMAP servers have buggy implementations of the BINARY extension. You can disable Roundcube from using it by setting Code:
    0
  • JIKOmetrix
    I found this helpful:
    0
  • cPRex Jurassic Moderator
    I would expect the Roundcube configuration to get overwritten with updates also, as we do provide updates to that piece of software.
    0
  • JIKOmetrix
    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
  • JIKOmetrix
    How do you mark this SOLVED?
    0
  • cPRex Jurassic Moderator
    I've set it to Solved now!
    0
  • JIKOmetrix
    Any idea of how to address this in Horde? Horde is having the same issue.
    0
  • cPRex Jurassic Moderator
    I'm not finding a good way to make this change on Horde with my research.
    0
  • JIKOmetrix
    I could not find anything either. Is there a horde support forum somewhere?
    0
  • cPRex Jurassic Moderator
    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
  • JIKOmetrix
    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.