Skip to content

Latest commit

 

History

History
132 lines (63 loc) · 6.13 KB

CHANGELOG.md

File metadata and controls

132 lines (63 loc) · 6.13 KB

2.4.2 (2024-12-05)

Bug Fixes

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

2.4.1 (2024-10-31)

Bug Fixes

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

2.4.0 (2024-10-15)

Features

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

2.3.0 (2024-09-04)

Features

  • email: Add Copy operation (12653d4)

2.2.0 (2024-08-15)

Features

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

2.1.1 (2024-07-27)

Bug Fixes

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

2.1.0 (2024-07-27)

Features

  • "create email draft" operation (81e673f)

2.0.1 (2024-07-12)

Bug Fixes

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

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)

1.3.1 (2024-05-30)

Bug Fixes

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

1.3.0 (2024-05-27)

Features

  • option to include email headers (c3d89bb)
  • option to include specific headers only (f7c36dc)

Bug Fixes

  • close IMAP connection gracefully after use (b2d4bc3)
  • fix text and HTML email content conversion (102dea9)
  • retrieve HTML or Text content correctly for single-part messages (87a94f9)

1.2.3 (2024-02-14)

Bug Fixes

  • Don't terminate multiple items processing if a handler returned no data (b46f86d)

1.2.2 (2024-02-14)

Bug Fixes

  • dependabot: NPM IP package vulnerable to Server-Side Request Forgery (SSRF) attacks (3395bf9)

1.2.1 (2024-02-14)

Bug Fixes

  • If IMAP node had multiple items as input, only first one was processed (#5) (8c78e20)

1.2.0 (2024-02-11)

Features

  • support credentials from core N8N IMAP Trigger node (5959ca1)

1.1.1 (2024-01-07)

Bug Fixes

  • Checking for credentials problem during login and displaying server error message if failed (6207a80)
  • Don't show "Cannot read properties of undefined (reading 'filename')" error if IMAP server hadn't returned attachment data (5d306ad)

1.1.0 (2023-12-31)

Features

  • Added "Set Flags" operation (97c1166)

1.0.1 (2023-12-30)

Bug Fixes

  • Mailboxes in "select mailbox" fields are loading correctly (fixed credential retrieval) (0c48cc4)