IMAP trigger failed

Describe the problem/error/question

Recently I had problems with the IMAP trigger module. after updating n8n I still have the error:

What is the error message (if any)?

<The trigger node “Email Trigger (IMAP)” of workflow “********” failed with the error: “This socket has been ended by the other party”. Will try to reactivate.>

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

Hey @Eric_BR,

Welcome to the community :raised_hands:

It looks like the connection to the server was closed and it was unexpected so to protect itself and to stop a bunch of errors the workflow stopped.

It should try to activate itself but I guess it didn’t do that, Do you have the reconnect option enabled in the node?

Thank you for your response. the problem that I no longer receive new emails automatically as if the workflow is not running in the background

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