]> granicus.if.org Git - neomutt/commit
Rewrite address local-to-intl conversion functions.
authorKevin McCarthy <kevin@8t8.us>
Tue, 24 Nov 2015 23:49:27 +0000 (15:49 -0800)
committerKevin McCarthy <kevin@8t8.us>
Tue, 24 Nov 2015 23:49:27 +0000 (15:49 -0800)
commit7c8a4b3c45bfeaa07580f8a0875f3435f50bca6d
tree5ab5596572cda9d6951e81ee51e62578ccd4391d
parenta9fdde218ac436b57375e36b9b03bcbef76769b3
Rewrite address local-to-intl conversion functions.

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

Perform charset conversion from local to UTF-8 for both the user and
domain parts of the address.

If IDN is enabled and the options (added in the next patch) are turned
on, encode/decode the domain part.

Use the intl_checked and is_intl status bits to record the intl/local
status of the ADDRESS mailbox part.
mutt_idna.c