-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Attachment with LF in body is being replaced to CR LF #3189
Comments
Interesting, I don't know much about ruby or base64 decoding specifics but if you're able to try editing here You can apparently swap it to |
I don't know if it is related to the decode64
and got this output:
so the |
Ah good to know. I did a little digging and there are a few bits and pieces about using |
Thing is, when im going to the outgoing messages and click on the message i can see in the attachments tab the attachment, and when i click to download it is already changed BTW when im sending directly through smtp using a node.js library called nodemailer it is sending the file without changing it
|
Describe the bug
I am sending an text attachment with LF in the api but the attachment is received with CR LF
this is an issue because my client is comparing hashes and becuase of that the hashes are not the same
To Reproduce
Expected behaviour
The attachment should be exactly how sent it
Environment details
The text was updated successfully, but these errors were encountered: