TIL: The part of an email address before the @-sign, known as the "local-part", is technically case-sensitive, so the emails: jane@example.org and Jane@example.org could both technically exist.

rfc-editor.org/rfc/rfc5321.htm

However, any email server that actually allows for this style of case-sensitive local-part is going to:

a) create a world of pain for the person using the email with upper-case characters, since most software will lowercase compare emails for account registration/login

b) have utter chaos with regards to misaddressing and impersonation. "Oh, you're jane@example.org? No, I'm Jane@example.org"

Like, who really thought case-sensitivity here was a good idea to allow, and why?

3

If you have a fediverse account, you can quote this note from your own instance. Search https://hachyderm.io/users/thisismissem/statuses/114823996444770763 on your instance and quote it. (Note that quoting is not supported in Mastodon.)

์ด ๋”œ๋ ˆ๋งˆ ๋•Œ๋ฌธ์—, ์ด๋ฉ”์ผ์„ ๋กœ๊ทธ์ธ ์•„์ด๋””๋กœ ์‚ฌ์šฉํ•˜๋Š” Hackers' Pub์—์„œ๋„ RFC 5321 ์ŠคํŽ™๋Œ€๋กœ ๋กœ์ปฌ ํŒŒํŠธ์—์„œ ๋Œ€์†Œ๋ฌธ์ž๋ฅผ ๊ตฌ๋ถ„ํ• ์ง€, ํ˜„์‹ค์˜ ์ด๋ฉ”์ผ ์ œ๊ณต์ž๋“ค์ด ๋กœ์ปฌ ํŒŒํŠธ์—์„œ ๋Œ€์†Œ๋ฌธ์ž๋ฅผ ๊ตฌ๋ถ„ํ•˜์ง€ ์•Š๋Š”๋‹ค๋Š” ๊ฒƒ์„ ๋ฐ›์•„๋“ค์ด๊ณ  ํ•จ๊ป˜ ๋Œ€์†Œ๋ฌธ์ž๋ฅผ ๊ตฌ๋ถ„ํ•˜์ง€ ์•Š์„์ง€ ๊ณ ๋ฏผ์„ ํ–ˆ๋Š”๋ฐโ€ฆ ๊ฒฐ๊ตญ์—๋Š” ๋กœ์ปฌ ํŒŒํŠธ์—์„œ ๋Œ€์†Œ๋ฌธ์ž๋ฅผ ๊ตฌ๋ถ„ํ•˜๋˜, ๋กœ๊ทธ์ธํ•  ๋•Œ ๋Œ€์†Œ๋ฌธ์ž๊ฐ€ ์ผ์น˜ํ•˜๋Š” ์ด๋ฉ”์ผ ์ฃผ์†Œ๊ฐ€ ์—†์œผ๋ฉด ๋Œ€์†Œ๋ฌธ์ž ๊ตฌ๋ณ„ ์—†์ด ์ด๋ฉ”์ผ ์ฃผ์†Œ๋ฅผ ํ•œ ๋ฒˆ ๋” ์ฐพ๋Š” ๋กœ์ง์„ ๊ตฌํ˜„ํ–ˆ๋‹ค.

5