Hey!
I am using the Email Trigger (IMAP) Node to check incoming mails and forward them into an ai agent to analyze them. My Workflow works exactly 1 time.
After that I receive this error message:
Problem in node ‘Email Trigger (IMAP)‘ Search option argument must be a Date object or a parseable date string
I can reproduce the issue with restarting the n8n container. I can execute the workflow another time.
I do not have any custom rules activated.
It does not matter if I use in the format section RAW / simple / resolved
Here is a screenshot of the configuration:
The whole workflow looks like this
Information on your n8n setup
- n8n version: 1.116.2
- Database (default: SQLite): selfhosted sql lite
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu Desktop LTS 24.04.3 LTS virtualized on proxmox

