You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add custom labels support in search operations and label management
- Add limit parameters to 'Get Many' operations for emails and mailboxes
- Add enhanced email fields with structured output (title, from, to, cc, bcc, content)
- Add new 'Manage Labels' operation for custom label management
- Enhance 'Set Flags' operation with custom labels support
- Rename node to 'IMAP Enhanced' to avoid conflicts with original package
- Update package name to 'n8n-nodes-imap-enhanced'
- Add simplified HTML content conversion
- Improve performance with limit parameters
***Node Name Conflict**: Fixed node name conflict with original IMAP package by changing node name to "IMAP Enhanced" and internal name to "imapEnhanced"
This is an n8n community node that adds support for [IMAP](https://en.wikipedia.org/wiki/Internet_Message_Access_Protocol) email servers.
3
+
This is an enhanced n8n community node that adds support for [IMAP](https://en.wikipedia.org/wiki/Internet_Message_Access_Protocol) email servers with advanced features including custom labels, limit parameters, and structured email fields.
4
4
5
5
*[Installation](#installation)
6
6
*[Operations](#operations)
@@ -11,30 +11,48 @@ This is an n8n community node that adds support for [IMAP](https://en.wikipedia.
11
11
12
12
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
13
13
14
-
Use `n8n-nodes-imap` in N8N settings to install the stable version.
14
+
Use `n8n-nodes-imap-enhanced` in N8N settings to install the stable version.
15
15
16
-
To install beta version, use `n8n-nodes-imap@beta`.
16
+
To install beta version, use `n8n-nodes-imap-enhanced@beta`.
0 commit comments