umanamente / n8n-nodes-imap

This is an n8n community node that adds support for IMAP email servers.
MIT License
17 stars 3 forks source link

BREAKING CHANGE: add option to download all attachments or a comma-separated list of attachment IDs #18

Closed umanamente closed 3 months ago

umanamente commented 4 months ago

BREAKING CHANGE: The downloadAttachment node output is changed. Each output item could now contain multiple binary fields named "attachment_0", "attachment_1", etc. Previously, there was only one binary field per output item named "attachment".

umanamente commented 3 months ago

:tada: This PR is included in version 2.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: