evs-go icon indicating copy to clipboard operation
evs-go copied to clipboard

An Email Validation Server written in Go language

Results 1 evs-go issues
Sort by recently updated
recently updated
newest added

As stated in the README, this project does not include detection for accept-all servers. Here is my solution: Have something of a cache for accept-all domains, such as: ```go var...

enhancement