Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Email Trigger (IMAP) Node): IMAP trigger node returns message UIDs #13152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

umanamente
Copy link

@umanamente umanamente commented Feb 9, 2025

Summary

This PR adds returning the UID for each email message in the IMAP Trigger node. This allows subsequent nodes to use the UID for email manipulation. For example, the community IMAP node n8n-nodes-imap supports moving and copying emails between mailboxes, which requires the UID. Previously, this information was missing in the IMAP Trigger node output.

Steps to test:

  1. Configure the IMAP Trigger node.
  2. Wait for it to return a new email message.
  3. Check the output data — the attributes field should contain the UID field.

2025-02-09 12_49_53

Related Linear tickets, Github issues, and Community forum posts

Review / Merge checklist

  • PR title and summary are descriptive.
  • Docs updated or follow-up ticket created. NO DOCS AVAILABLE IN BASELINE
  • Tests included. - NO TESTS AVAILABLE IN BASELINE
  • PR labeled with release/backport (if necessary). - NO NEED

@n8n-assistant n8n-assistant bot added community Authored by a community member node/improvement New feature or request in linear Issue or PR has been created in Linear for internal review labels Feb 9, 2025
@Joffcom
Copy link
Member

Joffcom commented Feb 9, 2025

Hey @umanamente,

Thanks for the PR, We have created "GHC-783" as the internal reference to get this reviewed.

One of us will be in touch if there are any changes needed, in most cases this is normally within a couple of weeks but it depends on the current workload of the team.

dana-gill
dana-gill previously approved these changes Feb 13, 2025
Copy link

codecov bot commented Feb 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@umanamente umanamente changed the title feat(IMAP trigger): IMAP trigger node returns message UIDs feat(IMAP trigger Node): IMAP trigger node returns message UIDs Feb 13, 2025
@umanamente umanamente requested a review from dana-gill February 21, 2025 10:22
@umanamente umanamente changed the title feat(IMAP trigger Node): IMAP trigger node returns message UIDs feat(Email Trigger (IMAP) Node): IMAP trigger node returns message UIDs Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Authored by a community member in linear Issue or PR has been created in Linear for internal review node/improvement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants