* lisp/mail/smtpmail.el (smtpmail-send-data-1): No string-as-multibyte
commit8e05cb61a247a9035c5bf33b55c933d48c964dbc
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 15 Jan 2018 18:15:12 +0000 (15 13:15 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 15 Jan 2018 18:15:12 +0000 (15 13:15 -0500)
tree8ce6da4da9493c7471a44262c226609dd072631c
parentfe258a4b887753734cda4bb717c2d1c3ca6d987b
* lisp/mail/smtpmail.el (smtpmail-send-data-1): No string-as-multibyte

This is not needed any more since unibyte strings will be sent as-is
anyway by process-send-string.
(smtpmail-via-smtp): Avoid set-buffer-process-coding-system.
lisp/mail/smtpmail.el