An error occurred while fetching pending comments
Closes #59 (closed)
vendor/django_mail/message.py
to specify maxlen=0 (no max) on each Header instanciation so that long headers are not splitted into multi lines.Fixed the current multiline subject issue, but not the SMIME issue (currently fixed by an ugly replace in prepareSignedMessage
. smail
module also has calls to headers, and could be copied locally for the same fix to be applied.