Skip to content

Commit 14ed129

Browse files
committed
fix trailing spaces problem
1 parent dffaec7 commit 14ed129

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xml/System.Net.Mail/MailAddress.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Within these two formats, the following elements are allowed:
7070
7171
- A <xref:System.Net.Mail.MailAddress.User%2A> name with quotes. For example, `"user name"@host`.
7272
73-
- Consecutive and trailing dots in user names. For example, `user...name..@host`.
73+
- Trailing dot in user names. For example, `username.@host`.
7474
7575
- Bracketed domain literals. For example, `<user@[my domain]>`.
7676
@@ -107,6 +107,8 @@ The <xref:System.Net.Mail.MailAddress> class does not support the following mail
107107
- Groups, as defined in RFC 2822 Section 3.4 published by the IETF.
108108
109109
- The obsolete user name formats of `"user"."name"@host`, `user."name"@host` or `"user".name@host`.
110+
111+
- Consecutive dots as specified in RFC 2822 section 3.4.1. For example, `user...name@host` or ``[email protected]``.
110112
111113
112114

0 commit comments

Comments
 (0)