KAKU KAKU SHIKA ZIKA ┏┫゜Ⅲ゜┣┛
田舎から上京してシステムエンジニアをしています。東京タワーに感動した( ;∀;)
[63] [62] [61] [60] [59] [58] [57] [56] [55] [54] [53]
[PR]
×
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
メールアドレスの最大長
メールアドレス最大長は320文字。
rfc5321(http://tools.ietf.org/html/rfc5321)
4.5.3.1.1. Local-part
The maximum total length of a user name or other local-part is 64
octets.
4.5.3.1.2. Domain
The maximum total length of a domain name or number is 255 octets.
ローカルパートは64文字。ドメインは255文字。
これに@が入るので、メールアドレス最大長は 64+1+255=320 文字 のはず。
1 octets = 8 bit =1 文字という理解であってれば(汗
あと念のためメールヘッダの最大長は
rfc5322(http://tools.ietf.org/html/rfc5322)
2.1.1. Line Length Limits
There are two limits that this specification places on the number of
characters in a line. Each line of characters MUST be no more than
998 characters, and SHOULD be no more than 78 characters, excluding
the CRLF.
1行の最大長は998 characters とある。
320より大きいので大丈夫そう。
rfc5321(http://tools.ietf.org/html/rfc5321)
4.5.3.1.1. Local-part
The maximum total length of a user name or other local-part is 64
octets.
4.5.3.1.2. Domain
The maximum total length of a domain name or number is 255 octets.
ローカルパートは64文字。ドメインは255文字。
これに@が入るので、メールアドレス最大長は 64+1+255=320 文字 のはず。
1 octets = 8 bit =1 文字という理解であってれば(汗
あと念のためメールヘッダの最大長は
rfc5322(http://tools.ietf.org/html/rfc5322)
2.1.1. Line Length Limits
There are two limits that this specification places on the number of
characters in a line. Each line of characters MUST be no more than
998 characters, and SHOULD be no more than 78 characters, excluding
the CRLF.
1行の最大長は998 characters とある。
320より大きいので大丈夫そう。
PR