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
I have question on this, we are manually converting to base64 do we need that ? cant we provide the raw content and let nodemailer handle the encoding properly.
we could also add the encoding: 'base64' parameter to the attachment object when the content is base64 encoded if encoding to base64 is needed. that should solve our problem too
Issue Summary
All ICS events received via emails are encoded in base64.
Email clients like ProtonMail are not able to decode them.
Steps to Reproduce
Actual Results
I received an email with the event encoded in base64.
Expected Results
I expected to receive an email with the event in a readable format.
Technical details
Cal version: v5.2.4
The text was updated successfully, but these errors were encountered: