Skip to content

Releases: umanamente/n8n-nodes-imap

v2.4.2

05 Dec 08:30
Compare
Choose a tag to compare

2.4.2 (2024-12-05)

Bug Fixes

  • fixed issue with reading emails from specific IMAP servers (Xeams) (5687b2e)

v2.4.1

31 Oct 03:37
Compare
Choose a tag to compare

2.4.1 (2024-10-31)

Bug Fixes

  • "Mailbox Create" operation used incorrect input parameters resulting in failure to create mailbox (d38d029)

v2.4.0

15 Oct 05:29
Compare
Choose a tag to compare

2.4.0 (2024-10-15)

Features

  • add "UID" to search filters in "Get Emails" operation (fa0260e)

v2.3.0

04 Sep 05:53
Compare
Choose a tag to compare

2.3.0 (2024-09-04)

Features

  • email: Add Copy operation (12653d4)

v2.2.0

15 Aug 07:30
Compare
Choose a tag to compare

2.2.0 (2024-08-15)

Features

  • mailbox: add "Get Quota" operation (62abb23)

v2.1.1

27 Jul 21:21
Compare
Choose a tag to compare

2.1.1 (2024-07-27)

Bug Fixes

  • create draft: make field "Text" multiline (131e777)

v2.1.0

27 Jul 06:06
Compare
Choose a tag to compare

2.1.0 (2024-07-27)

Features

  • "create email draft" operation (81e673f)

v2.0.1

12 Jul 05:54
Compare
Choose a tag to compare

2.0.1 (2024-07-12)

Bug Fixes

  • "Credentials not found" error when using mailbox autocompletion with N8N IMAP credentials (1f9977b)

v2.0.0

12 Jun 17:18
Compare
Choose a tag to compare

2.0.0 (2024-06-12)

⚠ BREAKING CHANGES

  • attachments: 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".

Features

  • attachments: add option to download all attachments or a comma-separated list of attachment IDs (2c7a353)

v1.3.1

30 May 04:38
Compare
Choose a tag to compare

1.3.1 (2024-05-30)

Bug Fixes

  • Check if IMAP server returned empty email content (53a5ed3)