mail-devel


Namemail-devel JSON
Version 0.10.1 PyPI version JSON
download
home_pagehttps://github.com/fkantelberg/mail-devel
SummaryIMAP and SMTP in memory test server
upload_time2024-04-23 17:26:10
maintainerNone
docs_urlNone
authorFlorian Kantelberg
requires_python>=3.11
licenseMIT
keywords imap smtp development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mail-devel)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# mail-devel

This tool combines an in-memory SMTP mail-sink with an IMAP server. All mails coming over SMTP
are stored in the IMAP inbox. This can be used to test outgoing and incoming mail configurations.
Built on top of [aiosmtpd](https://github.com/aio-libs/aiosmtpd) and [pymap](https://github.com/icgood/pymap/).

The frontend is minimally handling the content of the mailbox. Please connect a proper mail client
like Thunderbird for more advanced usage.

DO NOT USE FOR PRODUCTION.

### Supported

- SMTP (optionally with STARTTLS)
- SMTPS
- IMAP (optionally with STARTTLS)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fkantelberg/mail-devel",
    "name": "mail-devel",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "imap smtp development",
    "author": "Florian Kantelberg",
    "author_email": "florian.kantelberg@mailbox.org",
    "download_url": null,
    "platform": null,
    "description": "[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mail-devel)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n# mail-devel\n\nThis tool combines an in-memory SMTP mail-sink with an IMAP server. All mails coming over SMTP\nare stored in the IMAP inbox. This can be used to test outgoing and incoming mail configurations.\nBuilt on top of [aiosmtpd](https://github.com/aio-libs/aiosmtpd) and [pymap](https://github.com/icgood/pymap/).\n\nThe frontend is minimally handling the content of the mailbox. Please connect a proper mail client\nlike Thunderbird for more advanced usage.\n\nDO NOT USE FOR PRODUCTION.\n\n### Supported\n\n- SMTP (optionally with STARTTLS)\n- SMTPS\n- IMAP (optionally with STARTTLS)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "IMAP and SMTP in memory test server",
    "version": "0.10.1",
    "project_urls": {
        "Homepage": "https://github.com/fkantelberg/mail-devel"
    },
    "split_keywords": [
        "imap",
        "smtp",
        "development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23d0ee799995ca043a2414efe9c5956711506f351a0c2fbbd3d3d21038da2206",
                "md5": "c262c23e18e49a022a129b1023379590",
                "sha256": "5bd151301c3dbdac8a67adec71c0caa08fc6a728336be8856132c24998b58b3a"
            },
            "downloads": -1,
            "filename": "mail_devel-0.10.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c262c23e18e49a022a129b1023379590",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 21470,
            "upload_time": "2024-04-23T17:26:10",
            "upload_time_iso_8601": "2024-04-23T17:26:10.495170Z",
            "url": "https://files.pythonhosted.org/packages/23/d0/ee799995ca043a2414efe9c5956711506f351a0c2fbbd3d3d21038da2206/mail_devel-0.10.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-23 17:26:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fkantelberg",
    "github_project": "mail-devel",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "mail-devel"
}
        
Elapsed time: 0.27332s