PomeloFoundation / dotNETCore-Extensions

MIT License
182 stars 63 forks source link

Is quoted-printable better than base64? #4

Open nbaxp opened 8 years ago

nbaxp commented 8 years ago

I use SmtpEmailSender send email to @163.com, when I received the mail just see base64 code. I set Content-Transfer-Encoding: quoted-printable and encode message and I received right content. Is quoted-printable better than base64?