renderMessage is inefficient, rendering the whole mail into a strict
ByteString. Furthermore, the next release of purebred-email will
break compatibility and change its return type to lazy ByteString.
After other recent refactors there was only one place using
'renderMessage'. Switch to buildMessage.
renderMessage is inefficient, rendering the whole mail into a strict ByteString. Furthermore, the next release of purebred-email will break compatibility and change its return type to lazy ByteString.
After other recent refactors there was only one place using 'renderMessage'. Switch to buildMessage.