Fetchning emails does not work

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pmc
    Junior Member
    • Jan 2018
    • 7

    Fetchning emails does not work

    IMAP is set in personal email accounts, after clicking the Test Connection button it writes "Connection is OK".

    However, I cannot set the monitored folders (it writes "Could not connect to IMAP server") and as well it does not fetch any emails.

    According to colleagues the cron is running ok.

    Using the latest 5.0.5 version.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    at the same time after clicking the Test Connection button you get "Connection is OK" and when you want to select folder you get an error "Could not connect to IMAP server"?

    Comment

    • pmc
      Junior Member
      • Jan 2018
      • 7

      #3
      Yes, that is correct. You can see that in the attachments.
      Attached Files

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        You can also check espocrm log (in data/log dir). There might be a more explicit error message.
        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

        • pmc
          Junior Member
          • Jan 2018
          • 7

          #5
          There are no logs related to this action - trying to select the monitored folders.

          Comment

          • yuri
            Member
            • Mar 2014
            • 8440

            #6
            You can try to debug:

            Check whether the password is correct in $password variable at this place: https://github.com/espocrm/espocrm/b...ccount.php#L78

            This function is called when you try to select folders.
            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

            • pmc
              Junior Member
              • Jan 2018
              • 7

              #7
              Many thanks from our network administator!! We found the module php mbstring was not installed...

              Comment

              Working...