Email addresses should be handled case-insensitive: ``` LOCALPART@example.com /path/to/key.pem ``` is currently not the same as: ``` localpart@example.com /path/to/key.pem ``` Thanks in advance ;)