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

base64 and binary attachments should be send in a binary encoding #30

Open
mathe42 opened this issue Jun 9, 2022 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@mathe42
Copy link
Member

mathe42 commented Jun 9, 2022

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.

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).

@mathe42 mathe42 added enhancement New feature or request triage labels Jun 9, 2022
@mathe42 mathe42 self-assigned this Jun 9, 2022
@mathe42 mathe42 removed the triage label Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant