SimplyEmail icon indicating copy to clipboard operation
SimplyEmail copied to clipboard

Feature Request: email-format.com

Open bcoles opened this issue 8 years ago • 1 comments

An example implementation in Python:

https://github.com/PaulSec/API-Email-Format

Usage:

from emailFormatAPI import EmailFormatAPI
res = EmailFormatAPI({'verbose': True}).get('example.com')
print res

bcoles avatar Jun 10 '17 11:06 bcoles

will look into this @bcoles

killswitch-GUI avatar Nov 01 '17 15:11 killswitch-GUI