jjzjj

cAddress

全部标签

Java邮件 : "Domain contains control or whitespace in string" errormessage because of domain with Danish characters

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