Skip to content
Success

Changes

Summary

  1. According to RFC822, quoted-string in local-part can contain special (commit: 1580d06) (details)
Commit 1580d063cdcd966cfebcb2f1e3a29094bb0ad22d by Bill Shannon
According to RFC822, quoted-string in local-part can contain special
characters even ".", so following addresses should be accepted.
"foo..bar"@example.com "foo..bar".baz@example.com
Signed-off-by: yakamoto <yakamoto69@gmail.com>
(commit: 1580d06)
The file was modified mail/src/test/resources/javax/mail/internet/addrlist
The file was modified mail/src/main/java/javax/mail/internet/InternetAddress.java