We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This was the first implementation but because of a lack of knowlage it was buggy.
We have to use BINARYMIME see https://stackoverflow.com/a/28531705 https://datatracker.ietf.org/doc/html/rfc3030 for more info.
Note: As I'm currently quite busy I have no time to implement this so feel free to create a PR.
With base64 we encode 6Bit as 8Bit so we have 33% bigger E-Mails this is not optimal (with small attachments it is ok but larger ones are too large).
The text was updated successfully, but these errors were encountered:
mathe42
No branches or pull requests
This was the first implementation but because of a lack of knowlage it was buggy.
We have to use BINARYMIME see
https://stackoverflow.com/a/28531705
https://datatracker.ietf.org/doc/html/rfc3030
for more info.
Why?
With base64 we encode 6Bit as 8Bit so we have 33% bigger E-Mails this is not optimal (with small attachments it is ok but larger ones are too large).
The text was updated successfully, but these errors were encountered: