]> granicus.if.org Git - mutt/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)
commit24bab5179e031eb5f66dc3be381dabfca00f7bd0
tree5ab5596572cda9d6951e81ee51e62578ccd4391d
parent0e0520faf7a96e2cc0efa49eced65adb4e5acfe6
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