Email Fetching emails out of Date Range

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cardmaverick
    Member
    • Jan 2018
    • 30

    Email Fetching emails out of Date Range

    I'm syncing my inbox, but I'm also getting a bunch emails that are way beyond the date range selected. I do see errors like this though in the logs:

    Espo.WARNING: E_WARNING: input is not rfc822 compliant:
  • cardmaverick
    Member
    • Jan 2018
    • 30

    #2
    Update: To be more clear, if I select a fetch date of 2018-01-01 - Espo ignores it and fetches all emails in inbox, so in my case, emails all the way back to 2010.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8440

      #3
      Maybe IMAP server specific issue.

      We use zend mail to fetch emails:

      https://github.com/espocrm/espocrm/b...count.php#L269

      https://github.com/espocrm/espocrm/b...e/Imap.php#L42

      Maybe date format is not accepted. I will investigate.
      Last edited by yuri; 01-25-2018, 07:54 AM.
      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
        • 8440

        #4
        Checked, date ormat we use seems is compliant http://www.chilkatforum.com/question...earching-email
        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

        Working...