๐Ÿ“ฆ azarboon / Email-Validator

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/azarboon/Email-Validator.git
HTTPS git clone https://github.com/azarboon/Email-Validator.git
SSH git clone git@github.com:azarboon/Email-Validator.git
CLI gh repo clone azarboon/Email-Validator
Martin Anderson Martin Anderson output files contain the results a5035cd 8 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ .idea
๐Ÿ“ Documentation
๐Ÿ“ Project
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Email-Validator

This application receives list of emails, validates them against their syntax as well as their domain name, classifies and eventually writes them into output files.

This application is compliant to Google Java Style Guide, according to CheckStyle-IDEA.

A comprehnesive JavaDoc was prepared for this project. Meanwhile, this project inludes 21 unit tests which pass all of them. These, in detail, can be found in Documentation folder.

How to use?

Write your to-be-classified emails in the userInputs.txt file located at ``./src/main/resources`. Each line should have only email. After a successful run, the app creates three output files (as text) located at `./target``

For sake of clarity, I have put a list of emails in userInputs, built and ran the application. So, you can see the output results