GoogleCodeArchive / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

Should invalid e-mail address raise AuthenticationError? #243

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load the client.
2. Type an invalid e-mail address without the complete x@x.x (try these for 
instance: test123@inv or test123@hot)
3. Sign in

What is the expected output? What do you see instead?
Raise the AuthenticationError exception. It does not.

Please use labels and text to provide additional information.
Thought this might be a minor consideration that could be added, otherwise it 
is raised in messenger.NameserverProcessor.ConnectionClosed.

Secondly, this occurs when there are under 4 letters after @ (eg. 
jokes@lol.com).

Original issue reported on code.google.com by electk...@gmail.com on 6 Jan 2011 at 6:50

GoogleCodeExporter commented 9 years ago
I don't think so, it's the user's responsibility to make sure it's valid.

Original comment by freezing...@gmail.com on 18 Jan 2011 at 4:47