Hi, I find that mime4j does not support international email address(not only ASCII characters), like 信箱@邮局.网络.
As this class
- org.apache.james.mime4j.field.address.SimpleCharStream
-
-
"
- An implementation of interface CharStream, where the stream is assumed
to contain only ASCII characters (without unicode processing)."
-
https://james.apache.org/mime4j/apidocs/org/apache/james/mime4j/field/address/SimpleCharStream.html
Is there a plan to support it?
Thanks
