GithubHelp home page GithubHelp logo

willwhite / freemail Goto Github PK

View Code? Open in Web Editor NEW
341.0 341.0 122.0 724 KB

A database of free and disposable email domains and a handy Node.js module for querying it.

License: ISC License

JavaScript 58.12% Shell 41.88%

freemail's People

Contributors

alisonatwork avatar captainyarb avatar chrisminett avatar danielstjules avatar dependabot[bot] avatar diegoparrilla avatar gosney avatar grano avatar greenmoon55 avatar hamdiakoguz avatar ironmaniiith avatar kgnazdowsky avatar marcob avatar matinm avatar mcwhittemore avatar meineerde avatar mrtuxracer avatar msirenko avatar mullernr avatar nesk avatar parthkolekar avatar pcothenet avatar ryklith avatar samlevan avatar seriousben avatar snoepkast avatar willwhite avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

freemail's Issues

Webpack compatibility

Hey, this project looks great and I'd like to use it on the front-end but I'm having problems compiling it with Webpack. The main problem is that freemail is using fs to read the txt files, which isn't available to the browser. One possible solution would be to use json files and require them in directly.

domains to move from disposible to free list

I just checked out these domains that I found on the disposable list. They appear to redirect to gmx.de. I'm not sure, but they look more like free email services rather than disposable.

fantasymail.de
nurfuerspam.de

Minor issues

Just a couple of minor issues:

  1. You have console.log statements in isFree(). These should probably be removed.
  2. isDisposable is exported as isDisposible.

Thanks for the awesome library!

case

How do you handle case insensitivity of domain-names? I can't see it anywhere, for ascii it's quite easy, but for full UTF a bit more tricky I guess.

blacklist.txt has domains prepended with dot

The blacklist file is in a different format than the freemail.txt and disposable.txt files. I don't think it should not have the "period" in the domain name for consistency.

update never stop running

Hello, thanks for this.
I'm trying to update the lists using ./update however it seems I'm not able to.
I've tried several times and it seems the script take a huge amount of time around this block

for domain in $(cat $tmp); do
    result=`dig +short mx $domain`
    echo $result
    if [ -n "$result" ]; then
        echo $domain >> $confirmed
    fi
done

I'm not exactly sure what it is doing but it seems to me it is stuck in a cycle somehow

Enable mechanisms for updating the free email domains in a running app

Thanks for providing this module, it's very useful. We'd like to have a mechanism to update the list of free email domains in a deployed application without deploying a new release. We've built a thin layer around this module so that the list of free email domains is stored in a database, which we query for each test of an email address. Should we need to update the list, DevOps can update the database for the running application.

We want to seed the database from this module. We could do this by locating the underlying data files in the file system, but the location of the files is not stable due to npm's dedupe & flatting of packages under node_modules. It would be nice if this module simply provided accessors for the underlying lists.

PR to follow.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.