sharsil / mailcat

Find existing email addresses by nickname using API/SMTP checking methods without user notification. Please, don't hesitate to improve cat's job! 🐱🔎 📬
Apache License 2.0
538 stars 75 forks source link

Added additional target validation for fastmail #5

Closed StigP1337 closed 2 years ago

StigP1337 commented 2 years ago

Additional validation of target is needed for fastmail to prevent false positive results. In the registration form on the fastmail website all input is lowercased. Uppercase letters cause false positive results. Additionally length limit is from 3 to 40 characters

soxoj commented 2 years ago

Thanks, @StigP1337!