mailsafeguard


Namemailsafeguard JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/thowfickofficial/mailsafeguard
SummaryA robust Python package for validating and filtering disposable email addresses to enhance email integrity and security.
upload_time2024-08-23 06:02:57
maintainerNone
docs_urlNone
authorthowfickofficial
requires_python>=3.6
licenseNone
keywords email validation disposable email email filtering email security python package email verification spam prevention email integrity dns resolution email address validation email protection cybersecurity email checker email legitimacy email hygiene domain validation email domain check email format email quality email verification api email address checker email list management email validation tool email address validation tool email blacklist email whitelist domain verification dns lookup email fraud prevention email validation library disposable email checker email validation service email validation python secure email validation email validation package email validation software email data quality email validation script python email validation email validation algorithm email domain lookup email verification tool email protection tool email security tool email integrity tool
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MailsaFeGuard - Ultimate Email Validation and Filtering Tool 📧🚫

Welcome to **MailsaFeGuard**, the powerful Python package designed to ensure the integrity and legitimacy of email addresses. With MailsaFeGuard, you can effortlessly filter out disposable email addresses often used for spam or fraudulent activities. Say goodbye to unreliable email addresses and hello to cleaner, more trustworthy communications! 🌟📩

## Features

### 1. Comprehensive Email Validation 📜✅

- **Syntax Validation**: Ensures that the email format follows standard conventions.
- **Whitelist Check**: Cross-references the email domain with a whitelist of trusted providers like Gmail, Outlook, and Yahoo.
- **Disposable Domain Check**: Compares the domain against a list of known disposable email providers.
- **DNS Resolution**: Verifies the existence and resolution of the email domain via DNS.

### 2. Easy-to-Use Interface 🖥️👌

- Simple and intuitive API for seamless integration into your applications.
- Clear and informative output for each email validation.

### 3. Reliable and Up-to-Date Information 🔄📅

- Regularly updated list of disposable domains from a GitHub repository.
- Robust DNS checks for domain verification.

## How It Works

MailsaFeGuard follows a multi-step approach to ensure email legitimacy:

- **Syntax Validation**: Verifies that the email address adheres to standard formatting rules.
- **Whitelist Check**: Compares the email domain against a list of well-known, trusted email providers.
- **Disposable Domain Check**: Fetches an updated list of disposable email domains from a GitHub repository to check against.
- **DNS Resolution**: Ensures that the domain associated with the email address can be resolved through DNS, including its subdomains.

## Installation

To get started with MailsaFeGuard, install it via pip:

```bash
pip install mailsafeguard


from mailsafeguard import is_disposable_email

email = 'test@example.com'
print(is_disposable_email(email))

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/thowfickofficial/mailsafeguard",
    "name": "mailsafeguard",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "email validation, disposable email, email filtering, email security, Python package, email verification, spam prevention, email integrity, DNS resolution, email address validation, email protection, cybersecurity, email checker, email legitimacy, email hygiene, domain validation, email domain check, email format, email quality, email verification API, email address checker, email list management, email validation tool, email address validation tool, email blacklist, email whitelist, domain verification, DNS lookup, email fraud prevention, email validation library, disposable email checker, email validation service, email validation Python, secure email validation, email validation package, email validation software, email data quality, email validation script, Python email validation, email validation algorithm, email domain lookup, email verification tool, email protection tool, email security tool, email integrity tool",
    "author": "thowfickofficial",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/04/08/4bc093e11067cb1e4de7f2202fc15505f48f416eb1546d0442ac79a69394/mailsafeguard-0.3.0.tar.gz",
    "platform": null,
    "description": "# MailsaFeGuard - Ultimate Email Validation and Filtering Tool \ud83d\udce7\ud83d\udeab\n\nWelcome to **MailsaFeGuard**, the powerful Python package designed to ensure the integrity and legitimacy of email addresses. With MailsaFeGuard, you can effortlessly filter out disposable email addresses often used for spam or fraudulent activities. Say goodbye to unreliable email addresses and hello to cleaner, more trustworthy communications! \ud83c\udf1f\ud83d\udce9\n\n## Features\n\n### 1. Comprehensive Email Validation \ud83d\udcdc\u2705\n\n- **Syntax Validation**: Ensures that the email format follows standard conventions.\n- **Whitelist Check**: Cross-references the email domain with a whitelist of trusted providers like Gmail, Outlook, and Yahoo.\n- **Disposable Domain Check**: Compares the domain against a list of known disposable email providers.\n- **DNS Resolution**: Verifies the existence and resolution of the email domain via DNS.\n\n### 2. Easy-to-Use Interface \ud83d\udda5\ufe0f\ud83d\udc4c\n\n- Simple and intuitive API for seamless integration into your applications.\n- Clear and informative output for each email validation.\n\n### 3. Reliable and Up-to-Date Information \ud83d\udd04\ud83d\udcc5\n\n- Regularly updated list of disposable domains from a GitHub repository.\n- Robust DNS checks for domain verification.\n\n## How It Works\n\nMailsaFeGuard follows a multi-step approach to ensure email legitimacy:\n\n- **Syntax Validation**: Verifies that the email address adheres to standard formatting rules.\n- **Whitelist Check**: Compares the email domain against a list of well-known, trusted email providers.\n- **Disposable Domain Check**: Fetches an updated list of disposable email domains from a GitHub repository to check against.\n- **DNS Resolution**: Ensures that the domain associated with the email address can be resolved through DNS, including its subdomains.\n\n## Installation\n\nTo get started with MailsaFeGuard, install it via pip:\n\n```bash\npip install mailsafeguard\n\n\nfrom mailsafeguard import is_disposable_email\n\nemail = 'test@example.com'\nprint(is_disposable_email(email))\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A robust Python package for validating and filtering disposable email addresses to enhance email integrity and security.",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "https://github.com/thowfickofficial/mailsafeguard",
        "LinkedIn": "https://www.linkedin.com/in/thowfickofficial/",
        "Website": "https://thowfickofficial.netlify.app/"
    },
    "split_keywords": [
        "email validation",
        " disposable email",
        " email filtering",
        " email security",
        " python package",
        " email verification",
        " spam prevention",
        " email integrity",
        " dns resolution",
        " email address validation",
        " email protection",
        " cybersecurity",
        " email checker",
        " email legitimacy",
        " email hygiene",
        " domain validation",
        " email domain check",
        " email format",
        " email quality",
        " email verification api",
        " email address checker",
        " email list management",
        " email validation tool",
        " email address validation tool",
        " email blacklist",
        " email whitelist",
        " domain verification",
        " dns lookup",
        " email fraud prevention",
        " email validation library",
        " disposable email checker",
        " email validation service",
        " email validation python",
        " secure email validation",
        " email validation package",
        " email validation software",
        " email data quality",
        " email validation script",
        " python email validation",
        " email validation algorithm",
        " email domain lookup",
        " email verification tool",
        " email protection tool",
        " email security tool",
        " email integrity tool"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41950d9d0ee783080f7ba0ae85f1ce26616b2ef202f18bec48981463bfa80c83",
                "md5": "6c204583357a2524b58e5ce3ef16b545",
                "sha256": "7b32da4920361a9ac578a1d35ec0c1e3c135086ca151d52cecf229fbcbb0078d"
            },
            "downloads": -1,
            "filename": "mailsafeguard-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6c204583357a2524b58e5ce3ef16b545",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 5586,
            "upload_time": "2024-08-23T06:02:54",
            "upload_time_iso_8601": "2024-08-23T06:02:54.128840Z",
            "url": "https://files.pythonhosted.org/packages/41/95/0d9d0ee783080f7ba0ae85f1ce26616b2ef202f18bec48981463bfa80c83/mailsafeguard-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04084bc093e11067cb1e4de7f2202fc15505f48f416eb1546d0442ac79a69394",
                "md5": "0fcd2dfd11331780c4fdddfda2509dcd",
                "sha256": "0535f1468ea4847ce18332a262efe504a8dc895884d5a8e1908b1821930fc810"
            },
            "downloads": -1,
            "filename": "mailsafeguard-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0fcd2dfd11331780c4fdddfda2509dcd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4417,
            "upload_time": "2024-08-23T06:02:57",
            "upload_time_iso_8601": "2024-08-23T06:02:57.160382Z",
            "url": "https://files.pythonhosted.org/packages/04/08/4bc093e11067cb1e4de7f2202fc15505f48f416eb1546d0442ac79a69394/mailsafeguard-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-23 06:02:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "thowfickofficial",
    "github_project": "mailsafeguard",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mailsafeguard"
}
        
Elapsed time: 0.95113s