Rohan Nagar
Rohan Nagar
Based on a suggestion from Reddit: > This is actually cool stuff, if you add more logic to it and explanations - why an address is invalid. Needs more work...
Hello! I wrote my own Java email address validation library, [JMail](https://github.com/RohanNagar/jmail), and I wanted to compare it to other implementations (including this one) to see how it stood up. I...
**Please describe the feature that you are requesting** Currently, calling the `normalized()` method on an `Email` object will return the address without any comments. Version 1.6 introduced the option to...
**Please describe the feature that you are requesting** Some email addresses have internationalized domain names. Mail servers are supposed to handle these by converting them to their ASCII equivalent, but...
**Describe the problem that this feature would solve** **Describe the solution you'd like** **Additional context**
**Describe the problem that this feature would solve** **Describe the solution you'd like** **Additional context**
**Describe the problem that this feature would solve** Right now you can `POST` to `/users` with a single User. You should also be able to `POST` to `/users` with a...
**Describe the problem that this feature would solve** **Describe the solution you'd like** **Additional context**
**Describe the problem that this feature would solve** **Describe the solution you'd like** **Additional context** https://github.com/CaptainJiNX/local-sendgrid https://github.com/sendgrid/sendgrid-java/ https://sendgrid.com/docs/for-developers/sending-email/api-getting-started/
### Description: We can allow for different database providers in Thunder. There should be an ability to specify which DB provider is desired in the config, and then Thunder will...