n8n icon indicating copy to clipboard operation
n8n copied to clipboard

IMAP Email returnes header field names twice

Open vco1 opened this issue 1 week ago • 7 comments

Bug Description

As of n8n version 1.79.3 the Imap Email node returns header filed names twice. Like this:

"headers": {
"return-path": "Return-path: <[email protected]>",

To Reproduce

  1. Add an IMAP Email node.
  2. Run it.
  3. Look at output.

Expected behavior

"headers": { "return-path": "[email protected]",


### Operating System

Debian

### n8n Version

1.79.3

### Node.js Version

As in latest Docker container

### Database

SQLite (default)

### Execution mode

main (default)

vco1 avatar Feb 24 '25 12:02 vco1