Hi Ricardo, > is it expected that mu-address-get-personal swallows non-ASCII > characters?
Yes. According to RFC 2822 such characters are not allowed in email addresses. > (mu-address-get-personal "[email protected] (Edward Nunèz)") The personal part should have been encoded as per RFC 2047. > Can this be avoided? It is not clear how to encode such characters. The address above does not carry any information about charset or encoding, so it is impossible to handle 8-bit bytes in any reasonable way. Regards, Sergey _______________________________________________ Bug-mailutils mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-mailutils
