Issue with Email Trigger Node After Update to Version 1.104.1

Issue with Email Trigger Node After Update to Version 1.104.1

What is the error message?

We are reaching out to report an issue we’ve encountered with the Email Trigger node after updating to version 1.104.1.

In previous versions, when using the custom email reading mode, the node correctly detected all unread emails in the mailbox. However, after the latest update, we’ve noticed that it now only picks up emails received on the current day, ignoring unread emails from previous days.

We would like to know if there’s a way to remove this date filter, or if there’s a configuration option that allows us to revert to the previous behavior, where all unread emails—regardless of when they were received—were processed.

We rely on being able to process all unread emails, and this new behavior is significantly limiting our workflows.

Please share your workflow

({
  "nodes": [
    {
      "parameters": {
        "postProcessAction": "nothing",
        "downloadAttachments": true,
        "options": {}
      },
      "type": "n8n-nodes-base.emailReadImap",
      "typeVersion": 2.1,
      "position": [
        -720,
        0
      ],
      "id": "0c3c6240-d37c-423e-9d26-4820061e55ca",
      "name": "Email Trigger (IMAP)",
      "credentials": {
        "imap": {
          "id": "NBxKKoXf4lsnxJx0",
          "name": "IMAP [email protected]"
        }
      }
    }
  ],
  "connections": {
    "Email Trigger (IMAP)": {
      "main": [
        []
      ]
    }
  },
  "pinData": {},
  "meta": {
    "templateCredsSetupCompleted": true,
    "instanceId": "1ba3caad9e68619bf82925380dfc67473fe5d8a2bd161234ed2efffd614b4f83"
  }
})

Share the output returned by the last node

Information on your n8n setup

  • n8n version:1.104.1
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.