IMAP node in n8n (selfhosted)

Describe the problem/error/question

The IMAP node only support basic Authentication, is there any way to use IMAP protocol with OAuth2 in n8n Workflow?

Information on your n8n setup

  • n8n version: 1.94.0
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker):
  • Operating system: Linux

Nope the built-in IMAP trigger’s credential type only has username/password auth. Even the community imap node has that limitation.