This website requires JavaScript.
Explore
Help
Sign in
wbrawner
/
thunderbird-android
Watch
1
Star
0
Fork
You've already forked thunderbird-android
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
f7094a2a8e
thunderbird-android
/
src
/
com
History
cketti
f7094a2a8e
I broke email address validation with r1447. I changed EmailAddressValidator.isValid() to only accept email addresses without name part ('foo@bar.com' but not '"snafu" foo@bar.com') because AccountSetupBasics used it to verify the email address for an account. With the old validator spaces were allowed in the email field but lead to an exception later (issue 849). Unfortunately I missed the fact that there are implicit calls to isValid() to validate email addresses e.g. in the 'To field
2010-02-15 12:51:38 +00:00
..
beetstra
/jutf7
Damn it. Weird symlink-in-checkout bug. There goes our commit history. Sorry, all.
2008-11-01 21:32:06 +00:00
fsck
/k9
I broke email address validation with r1447. I changed EmailAddressValidator.isValid() to only accept email addresses without name part ('foo@bar.com' but not '"snafu" foo@bar.com') because AccountSetupBasics used it to verify the email address for an account. With the old validator spaces were allowed in the email field but lead to an exception later (issue 849). Unfortunately I missed the fact that there are implicit calls to isValid() to validate email addresses e.g. in the 'To field
2010-02-15 12:51:38 +00:00