SitePoint Sponsor

User Tag List

Results 1 to 11 of 11

Thread: Are e-mail addresses case sensitive?

  1. #1
    SitePoint Member
    Join Date
    Oct 2012
    Posts
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Are e-mail addresses case sensitive?

    Hello, Does it matter if you type XYZ@gmail.com instead of xyz@gmail.com? Is it case sensitive?

    <snip>
    Last edited by spikeZ; Feb 8, 2013 at 03:30. Reason: Unnecessary link removed

  2. #2
    dooby dooby doo silver trophybronze trophy
    spikeZ's Avatar
    Join Date
    Aug 2004
    Location
    Manchester UK
    Posts
    13,536
    Mentioned
    79 Post(s)
    Tagged
    3 Thread(s)
    no.
    Mike Swiffin - Community Team Leader

    Only a woman can read between the lines of a one word answer.....
    I started out with nothing... and still got most of it left!

  3. #3
    #titanic {float:none} silver trophy
    molona's Avatar
    Join Date
    Feb 2005
    Location
    from Madrid to Heaven
    Posts
    7,324
    Mentioned
    116 Post(s)
    Tagged
    1 Thread(s)
    Well, it depends on how the destination mail server is configured... but nowadays that's really rare so I will agree with SpikeZ... No
    Before asking, do a search... if you don't find the answer, then ask
    The purpose of this forum is to help others in the community, that's why it's called Sitepoint and not Linkpoint.
    SP Guidelines - No fluff.

    Thinking Web: Voices of the Community - The Community Book

  4. #4
    Non-Member
    Join Date
    Feb 2013
    Posts
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I guess it's not. I've tried it and I can still access my email.

  5. #5
    SitePoint Member Cusion1991's Avatar
    Join Date
    Feb 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't think it would really matter if you typed your email addy using upper or lower case. Passwords are the ones that are case sensitive.

  6. #6
    i want cake and cookies Stomme poes's Avatar
    Join Date
    Aug 2007
    Location
    Netherlands
    Posts
    9,996
    Mentioned
    41 Post(s)
    Tagged
    1 Thread(s)
    The mail servers determine this.

    According to the RFC, this should be a valid email address
    =^.^=@kitteh.cat

    But no server I know of will accept this.

  7. #7
    SitePoint Member
    Join Date
    Feb 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No, it's not case sensitive, but I think it should be because it will almost close bulk email services problems

  8. #8
    SitePoint Member
    Join Date
    Dec 2007
    Posts
    22
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's better if is not case sensitive. Imagine all the problems it would cause.
    For starters, you would have thousands of variations given a name: name@hotmail.com, Name@, nAme, nAmE etc. etc.

  9. #9
    i want cake and cookies Stomme poes's Avatar
    Join Date
    Aug 2007
    Location
    Netherlands
    Posts
    9,996
    Mentioned
    41 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by winagain
    Imagine all the problems it would cause.
    Like all the problems you get on any Unix filesystem?

    I like case sensitivity, but Windows has trained most users to ignore it.

  10. #10
    Programming Since 1978 silver trophybronze trophy felgall's Avatar
    Join Date
    Sep 2005
    Location
    Sydney, NSW, Australia
    Posts
    15,815
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Stomme poes View Post
    The mail servers determine this.

    According to the RFC, this should be a valid email address
    =^.^=@kitteh.cat

    But no server I know of will accept this.
    Have you tried specifying it as:

    "=^.^="@kitteh.cat

    any string of up to 255 characters is meant to be acceptable before the @ provided it is enclosed in "". Of course the one you specified is valid even without the quotes.

    Perhaps more people need to look at using a proper email address parser such as http://code.iamcal.com/php/rfc822/ for PHP, ruby and python so that they can properly recognise what is and isn't a valid email address.
    Stephen J Chapman

    javascriptexample.net, Book Reviews, follow me on Twitter
    HTML Help, CSS Help, JavaScript Help, PHP/mySQL Help, blog
    <input name="html5" type="text" required pattern="^$">

  11. #11
    SitePoint Zealot
    Join Date
    Jul 2007
    Posts
    127
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Stomme poes View Post
    ... =^.^=@kitteh.cat ...
    Best imaginary address ever!
    Off Topic:

    you should watch this if you hain't yet crazy poes lady http://www.youtube.com/watch?v=AAfpq6EPKck
    Patriotism is the virtue of the vicious.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •