Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mail-dev] Improve support for Email Address Internationalization
  • From: Julien Bernard <jbernard@xxxxxxxxxx>
  • Date: Tue, 6 Dec 2022 20:51:11 -0500
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=cofomo.com; dmarc=pass action=none header.from=cofomo.com; dkim=pass header.d=cofomo.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=92FbDChbFhYDKeI1UDhfZaPKhKrjkaeMOjTR4nKXBAc=; b=BS0vNELHVi3pFKHky5OTd8zsYqht89De/zkl0h9xKi9wOZV89XthrfY8JJx7ps+MfpHh5cu6ANVS1rdMAdPfxC89JA3X3CucOil6E6SmrHJhNgZcDLjzTSraXUH2mEfCjQCb+Q7ZXNrV6qV1y4xF1PglSEU8fYhxU5UvpFEADplgLSgtPd7tJsvEdXaGsGGskYxHwgVyQXIdaf3kww4X/uHxTq72AKaajpgf8Z73uI43088OgOVi1HRw1/r4Gv0+P/tbGH+2uCGTPWGU8F8GydRvHvI837wbKgFkXYurhPcOl340Gp/LLw5EwPxcCmk4pjw/hE4MJ2+h67uB5Dkl6A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=hU8DDq4TrBPGREIlwo/ftmqIjypVbVyzA59wvFarUyD5zT48VauPFDx7xxOLbf4/YdeqM9aLWbRdZhE4aLSOepuXt5Eg1Bw76tsex9nR/cjEdk/3uyr4V3MxFIYozZ+wfF/pa8r5y2oM+luPp2IosRoZLHr5FJV3WgwFU1pBqtVkEAidGopTtP6WVDGcHPypNbsNFGb13yIEO63yzPX7xgQESEPlB4Srwz1RYsXu5Rq3ctpAA0oE6kPXMOwQ7XmHW5zitC/rGw+p9tIVUZSCdMQW5bOa0mhPc4XCZVy4RMYDsgvzJsRLMUIQP5qI2yW2p/i7QwCbnaLej3w1PPPICQ==
  • Delivered-to: mail-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/mail-dev/>
  • List-help: <mailto:mail-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/mail-dev>, <mailto:mail-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/mail-dev>, <mailto:mail-dev-request@eclipse.org?subject=unsubscribe>
  • User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1

Hi,

I made a bug report that got no answer on Jakarta mail then Angus mail GitHub issue tracket but both got no answer, so I'm taking a chance here to at least get some feedback.

I found that some valid Unicode domain names are rejected by jakarta.mail.internet.InternetAddress validation.

The full bug report is available at https://github.com/eclipse-ee4j/angus-mail/issues/28.

My suggestion is to fix the checkAddress method by using libraries implementing the standards especially for International Domain Names handling.

Best regards,

Julien


Back to the top