burnex
burnex copied to clipboard
📨🔥 Elixir burner email (temporary address) detector
…r of erlang's :inet_res module @Betree This PR should simplify the code that double checks MX records. This gets rid of the dependency on the `dns` project; of which the...
Hello. I found a beautiful solution of automatic updates of emails.txt file using Github Actions. Here is the source: https://github.com/lindell/go-burner-email-providers/blob/main/.github/workflows/build.yaml How it works: 1. Github Actions is starting every day...
Hello. I see that Dependabot integration is set up on your repo. Here I propose to add an automatic step of merging pull requests from this bot if tests have...
Addresses #77 Make burner email domains optional. We do this by accepting optional keyword list `opts`. ``` @good_domains ["com.ar", ...] @providers Burnex.providers |> MapSet.delete(@good_domains) ... def is_burner?(email) do Burnex.is_burner?(email, providers:...
`Burnex` users *have* to use providers that come with the library, we can make this library more flexible by accepting optional `providers` argument for. This would allow library users to...
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.24.1 to 0.25.1. Changelog Sourced from ex_doc's changelog. v0.25.1 (2021-08-02) Enhancements Group callbacks Use shell lexer for code blocks with no language and starting with $ Bug...
Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.14.0 to 0.14.2. Release notes Sourced from excoveralls's releases. v0.14.2 Enhancements Minimum support for lcov - experimental (#261, #264). v0.14.1 Changes Fix HTML tag typo (#259). Changelog...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [dns](https://github.com/tungd/elixir-dns) from 2.2.0 to 2.3.0. Commits 38b4b8c bump version to 2.3.0 144bfcd Merge pull request #39 from kianmeng/misc-doc-changes 5aab62c Misc doc changes 2a45aeb Merge pull request #38 from conradfr/patch-1...
Bumps [credo](https://github.com/rrrene/credo) from 1.5.5 to 1.5.6. Changelog Sourced from credo's changelog. 1.5.6 Ensure compatibility with Elixir 1.12 Commits 9bee6e0 Bump version to 1.5.6 62b12d2 Update CHANGELOG 01578e4 Fix tests for...