]> granicus.if.org Git - mutt/commit
Implement SMTPUTF8 capability support in smtp.c
authorKevin McCarthy <kevin@8t8.us>
Tue, 24 Nov 2015 23:49:29 +0000 (15:49 -0800)
committerKevin McCarthy <kevin@8t8.us>
Tue, 24 Nov 2015 23:49:29 +0000 (15:49 -0800)
commite819d117dfd96d22e72f984875541e877ccf7634
tree36e0d30628cd09acc7b10cc9e89cb1c8b473f80b
parent64fa378e2de09b42aa8812a0e9757446be3b47bf
Implement SMTPUTF8 capability support in smtp.c

This is patch 4 of 4 implementing support for SMTPUTF8 (RFC 6531).

RFC6532 support already worked: rfc822*.c already parsed messages in
exactly the way RFC6532 wants.

Thanks for Arnt Gulbrandsen for the original patch.
smtp.c