现在允许使用带有特殊丹麦语字符(例如æøå)的域,但我不能强制java邮件接受它。@Test()publicvoidtestMailAddressWithDanishCharacters1()throwsAddressException,UnsupportedEncodingException{InternetAddresscAddress=newInternetAddress("test@testæxample12345123.com",null,"utf-8");System.out.println(cAddress.toString());cAddress.validate();