Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Standardize message body encoding #18

Open
jpoehls opened this issue Jul 25, 2015 · 0 comments
Open

Standardize message body encoding #18

jpoehls opened this issue Jul 25, 2015 · 0 comments
Milestone

Comments

@jpoehls
Copy link
Owner

jpoehls commented Jul 25, 2015

Currently we use a mix of quoted-printable (for plain text body) and base64 (for HTML body and attachments).

I think we should probably be using quoted-printable for both the plain text and HTML body, and only use base64 for the attachments. Need to research this, clean up the code, and document our decision.

@jpoehls jpoehls added this to the v1 milestone Jul 25, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant