SIGN IN SIGN UP

#19662: add decode_data to smtpd so you can get at DATA in bytes form.

Otherwise smtpd is restricted to 7bit clean data, since even if the
incoming data is actually utf-8, it will often break things to decode
it before parsing the message.

Patch by Maciej Szulik, with some adjustments (mostly the warning
support).
R
R David Murray committed
554bcbf1b925399ef06dd9fd6b87a20f5d028c1e
Parent: 38ee9af