-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
IMAP Trigger Node Binary File Attachments Corrupted #9313
Comments
Hey @darrengoldner, Are the files actually bigger and corrupted or do we just show a larger size in the UI? |
Bigger and corrupted |
@darrengoldner I have managed to reproduce and have created |
this fix should already be in the latest release. are you still seeing this issue ? |
Yes. AFAICT the behavior returned in |
Same here. Still seeing this issue with |
That is very odd, The change from |
@darrengoldner in case you are using a more recent version of n8n now: do you still encounter the problem? I switched to a community imap-node to to circumvent the problem for the moment until the problem is solved but I would like to use again n8n's core node instead of external ones once it is all working well. |
I haven't managed to reproduce this issue. What IMAP server are you folks seeing the issue with? |
Did you try with |
I have only tried to reproduce this on the latest code. Can you please try one of the newer releases to see if the issue is fixed now? 🙏🏽 |
I can confirm that (for me) it is working again after moving from But as @darrengoldner said above: Looks like the fix was included in |
Bug Description
Beginning around approximately commit 9f87cc2, all binary files retrieved from the IMAP trigger nodes in my workflow are overstated by approximately 2X.
To Reproduce
Create a new IMAP trigger node with credentials to any IMAP mailbox with file attachments.
Test trigger with filter criteria that include a message with attachments.
Compare binary data for attachment(s) vs expectactions
Expected behavior
Binary file attachments should be retrieved exactly as they are represented in the IMAP mailbox.
Operating System
Ubuntu 22.04.3 LTS
n8n Version
1.38.2
Node.js Version
18.18.0
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: