2.4.2 (2024-12-05)
- fixed issue with reading emails from specific IMAP servers (Xeams) (5687b2e)
2.4.1 (2024-10-31)
- "Mailbox Create" operation used incorrect input parameters resulting in failure to create mailbox (d38d029)
2.4.0 (2024-10-15)
- add "UID" to search filters in "Get Emails" operation (fa0260e)
2.3.0 (2024-09-04)
- email: Add Copy operation (12653d4)
2.2.0 (2024-08-15)
- mailbox: add "Get Quota" operation (62abb23)
2.1.1 (2024-07-27)
- create draft: make field "Text" multiline (131e777)
2.1.0 (2024-07-27)
- "create email draft" operation (81e673f)
2.0.1 (2024-07-12)
- "Credentials not found" error when using mailbox autocompletion with N8N IMAP credentials (1f9977b)
2.0.0 (2024-06-12)
- 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".
- attachments: add option to download all attachments or a comma-separated list of attachment IDs (2c7a353)
1.3.1 (2024-05-30)
- Check if IMAP server returned empty email content (53a5ed3)
1.3.0 (2024-05-27)
- 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)
- Don't terminate multiple items processing if a handler returned no data (b46f86d)
1.2.2 (2024-02-14)
- dependabot: NPM IP package vulnerable to Server-Side Request Forgery (SSRF) attacks (3395bf9)
1.2.1 (2024-02-14)
1.2.0 (2024-02-11)
- support credentials from core N8N IMAP Trigger node (5959ca1)
1.1.1 (2024-01-07)
- 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)
- Added "Set Flags" operation (97c1166)
1.0.1 (2023-12-30)
- Mailboxes in "select mailbox" fields are loading correctly (fixed credential retrieval) (0c48cc4)