Group Email: Only some emails are fetched from IMAP inbox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yuri
    Member
    • Mar 2014
    • 8624

    #16
    Applying new version of zend mail really can take some time for us. Usually it brings new bugs and we need to test.

    BTW. We are receiving emails with non-acii and even most specific UTF-8 characters w/o problems in EspoCRM.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8624

      #17
      You can try to apply this https://github.com/zendframework/zen.../pull/78/files to vendor/zendframework/zend-mail/src/Header/HeaderWrap.php

      If it helps that will be great.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • tobias
        Senior Member
        • May 2016
        • 229

        #18
        I've applied the patch and it fixed it

        This could also help the OP rubensolvang to avoid using a relay mailbox.

        Comment

        • yuri
          Member
          • Mar 2014
          • 8624

          #19
          New versions of Zend require php 5.5 but we still support 5.4. We are going to stop supporting php 5.4 in the next major release. Then we will be able to switch to new zend-mail version.
          If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

          Comment

          • iscon
            Active Community Member
            • May 2014
            • 187

            #20
            These random errors happened here as well - as it turned out they were caused by a couple of hundred damaged email addresses in table email_address. It seems as if the damaged email addresses per se aren't the problem but possibly a time out caused by them. No error messages though...
            ------------------
            Robert Laussegger
            iscon group
            http://www.iscongroup.net
            mailto://info@iscongroup.net

            Comment

            • rubensolvang
              Junior Member
              • Mar 2016
              • 11

              #21
              The problem seems to be solved (I'm on version 4.4.0), but I can't get my sent emails to sync back to the server so I can access them on my phone & computer. Not sure if this is supposed to be possible, but would be quite useful to have a backup of the outgoing emails on the IMAP server.

              Comment

              Working...