zkemail / email-wallet

A smart contract wallet controlled using email
https://emailwallet.org
MIT License
141 stars 18 forks source link

Remove `+` from all email addresses before handling #64

Open Bisht13 opened 9 months ago

Bisht13 commented 9 months ago

The relayer should remove all + concatenations in an email address such as abc+123@xyz.com should be cleaned to be abc@xyz.com before processing the mail.

Divide-By-0 commented 3 months ago

If it's possible to send an email from x+y@gmail.com, I don't think we should do this. Someone should try adding that as a sender address and see if it passes. If not, then we should definitely do this -- but maybe it's better to do on emailwallet.org?