this is the expected behavior, since the "local" part of an email address, aka the username, is case sensitive.
http://en.wikipedia.org/wiki/E-mail_address#RFC_Specification i tried to find somewhere in rfc 2822 that says this, but it doesn't actually talk about case sensitivity. it just punts and says that it's domain dependent. :P http://tools.ietf.org/html/rfc2822#section-3.4.1 for app engine purposes, the key point is that the primary email address on a google account can have any domain. it doesn't have to be gmail.com, googlemail.com, or even a google apps domain. given that, we have to be conservative and consider the local part of the email adress as case sensitive. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
