go-gomail / gomail

The best way to send emails in Go.
MIT License
4.33k stars 573 forks source link

More improved performances by using a []byte instead of bytes.Buffer #25

Closed naoina closed 9 years ago

naoina commented 9 years ago

However, appearance is not good :P

alexcesaro commented 9 years ago

Since it is a very slight performance increase I prefer not to merge this PR to keep the code readable.

However you made me found some badly written code. I fixed it and performances improved anyway. Thanks!