Check ID form: email not normalized for sha256
I just noticed that depending on the casing of the email address, the sha256 icon is found or not, when using the [check form on libravatar.org](https://www.libravatar.org/tools/check/)
Using `test@example.com` vs `Test@example.com` **should not** cause different sha256 hashes to be produced. And **does not** cause different md5 hashes.
issue