n8n - 💡(How to fix) Fix IMAP trigger opens multiple simultaneous connections causing duplicate workflow executions [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
n8n-io/n8n#30179Fetched 2026-05-11 03:26:47
View on GitHub
Comments
2
Participants
2
Timeline
5
Reactions
0
Timeline (top)
commented ×2labeled ×1mentioned ×1subscribed ×1

Error Message

The mail server returns this error: mail_max_userip_connections=20 — confirming that n8n opens too many simultaneous IMAP connections.

RAW_BUFFERClick to expand / collapse

The Email Read IMAP trigger node is opening too many simultaneous connections to the mail server, causing each incoming email to trigger the workflow multiple times instead of once. Steps to reproduce:

Set up an Email Read IMAP trigger with forceReconnect: 120 Send an email to the monitored inbox The workflow triggers 13+ times simultaneously for the same email

Expected behavior: Each email should trigger the workflow exactly once. Actual behavior: Each email triggers the workflow 13 times simultaneously. This number has grown progressively over several weeks: started at 3, then 6, now 13. The mail server returns this error: mail_max_userip_connections=20 — confirming that n8n opens too many simultaneous IMAP connections. Environment:

n8n cloud (Starter plan) Instance: calinea.app.n8n.cloud Node: n8n-nodes-base.emailReadImap typeVersion 2 forceReconnect: 120 minutes Action: Mark as Read

Additional context: Stopping all executions and deactivating/reactivating the workflow does not fix the issue. The duplicate triggers resume immediately on the next email received.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING