mailsuite


Namemailsuite JSON
Version 1.9.15 PyPI version JSON
download
home_pageNone
SummaryA Python package for retrieving, parsing, and sending emails
upload_time2023-05-08 17:53:40
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords imap smtp email
VCS
bugtrack_url
requirements mail-parser imapclient html2text dnspython publicsuffix2 expiringdict nose pygments flake8 doc8 collective.checkdocs jinja2 packaging imagesize alabaster babel rstcheck docutils sphinx sphinx_rtd_theme myst-parser myst-parser wheel codecov hatch
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mailsuite

[![PyPI](https://img.shields.io/pypi/v/mailsuite)](https://pypi.org/project/mailsuite/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/mailsuite?color=blue)](https://pypistats.org/packages/mailsuite)

A Python package for retrieving, parsing, and sending emails.

## Features

- Simplified IMAP client
  - Retrieve email from any folder
  - Create new folders
  - Move messages to other folders
  - Delete messages
  - Monitor folders for new messages using the IMAP ``IDLE`` command
  - Always use ``/`` as the folder hierarchy separator, and convert to the
    server's hierarchy separator in the background
  - Always remove folder name characters that conflict with the server's
    hierarchy separators
  - Prepend the namespace to the folder path when required
  - Automatically reconnect when needed
  - Work around quirks in Gmail, Microsoft 365, Exchange, Dovecot, and
    DavMail
- Consistent email parsing
  - SHA256 hashes of attachments
  - Parsed ``Authentication-Results`` and ``DKIM-Signature`` headers
  - Parse Microsoft Outlook ``.msg`` files using `msgconvert`
- Simplified email creation and sending
  - Easily add attachments, plain text, and HTML
  - Uses opportunistic encryption (``STARTTLS``) with SMTP by default

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mailsuite",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "IMAP,SMTP,email",
    "author": null,
    "author_email": "Sean Whalen <whalenster@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/76/c9/9819d416b6eae6332a26390198f7d20cd240b673608612bd01310802f8a4/mailsuite-1.9.15.tar.gz",
    "platform": null,
    "description": "# mailsuite\n\n[![PyPI](https://img.shields.io/pypi/v/mailsuite)](https://pypi.org/project/mailsuite/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/mailsuite?color=blue)](https://pypistats.org/packages/mailsuite)\n\nA Python package for retrieving, parsing, and sending emails.\n\n## Features\n\n- Simplified IMAP client\n  - Retrieve email from any folder\n  - Create new folders\n  - Move messages to other folders\n  - Delete messages\n  - Monitor folders for new messages using the IMAP ``IDLE`` command\n  - Always use ``/`` as the folder hierarchy separator, and convert to the\n    server's hierarchy separator in the background\n  - Always remove folder name characters that conflict with the server's\n    hierarchy separators\n  - Prepend the namespace to the folder path when required\n  - Automatically reconnect when needed\n  - Work around quirks in Gmail, Microsoft 365, Exchange, Dovecot, and\n    DavMail\n- Consistent email parsing\n  - SHA256 hashes of attachments\n  - Parsed ``Authentication-Results`` and ``DKIM-Signature`` headers\n  - Parse Microsoft Outlook ``.msg`` files using `msgconvert`\n- Simplified email creation and sending\n  - Easily add attachments, plain text, and HTML\n  - Uses opportunistic encryption (``STARTTLS``) with SMTP by default\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python package for retrieving, parsing, and sending emails",
    "version": "1.9.15",
    "project_urls": {
        "Changelog": "https://github.com/seanthegeek/mailsuite/blob/master/CHANGELOG.md",
        "Documentation": "https://seanthegeek.github.io/mailsuite/",
        "Homepage": "https://github.com/seanthegeek/mailsuite/",
        "Issues": "https://github.com/seanthegeek/mailsuite/issues"
    },
    "split_keywords": [
        "imap",
        "smtp",
        "email"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "83bf5a08f6c8d9f08f9c5830e3da83c1b96f7db98355e14de5b519d8c46ef409",
                "md5": "d73a5a12e0578443f1036afaa121177b",
                "sha256": "7b82d1a6e68b7c1c36898005da9efc36606ecb0ae1b451cb1f7ed4b39d810bad"
            },
            "downloads": -1,
            "filename": "mailsuite-1.9.15-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d73a5a12e0578443f1036afaa121177b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 17971,
            "upload_time": "2023-05-08T17:53:42",
            "upload_time_iso_8601": "2023-05-08T17:53:42.475577Z",
            "url": "https://files.pythonhosted.org/packages/83/bf/5a08f6c8d9f08f9c5830e3da83c1b96f7db98355e14de5b519d8c46ef409/mailsuite-1.9.15-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "76c99819d416b6eae6332a26390198f7d20cd240b673608612bd01310802f8a4",
                "md5": "d5261907d052b0a109954da5d08e589a",
                "sha256": "4789c0a61c9d6a66688d047ba6ba396377598379d82b4f97e6514130952909fc"
            },
            "downloads": -1,
            "filename": "mailsuite-1.9.15.tar.gz",
            "has_sig": false,
            "md5_digest": "d5261907d052b0a109954da5d08e589a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 16639,
            "upload_time": "2023-05-08T17:53:40",
            "upload_time_iso_8601": "2023-05-08T17:53:40.201148Z",
            "url": "https://files.pythonhosted.org/packages/76/c9/9819d416b6eae6332a26390198f7d20cd240b673608612bd01310802f8a4/mailsuite-1.9.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-08 17:53:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "seanthegeek",
    "github_project": "mailsuite",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "mail-parser",
            "specs": [
                [
                    ">=",
                    "3.14.0"
                ]
            ]
        },
        {
            "name": "imapclient",
            "specs": [
                [
                    ">=",
                    "2.1.0"
                ]
            ]
        },
        {
            "name": "html2text",
            "specs": [
                [
                    ">=",
                    "2020.1.16"
                ]
            ]
        },
        {
            "name": "dnspython",
            "specs": [
                [
                    ">=",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "publicsuffix2",
            "specs": [
                [
                    ">=",
                    "2.20190812"
                ]
            ]
        },
        {
            "name": "expiringdict",
            "specs": [
                [
                    "==",
                    "1.2.2"
                ]
            ]
        },
        {
            "name": "nose",
            "specs": []
        },
        {
            "name": "pygments",
            "specs": []
        },
        {
            "name": "flake8",
            "specs": []
        },
        {
            "name": "doc8",
            "specs": []
        },
        {
            "name": "collective.checkdocs",
            "specs": []
        },
        {
            "name": "jinja2",
            "specs": []
        },
        {
            "name": "packaging",
            "specs": []
        },
        {
            "name": "imagesize",
            "specs": []
        },
        {
            "name": "alabaster",
            "specs": []
        },
        {
            "name": "babel",
            "specs": []
        },
        {
            "name": "rstcheck",
            "specs": [
                [
                    ">=",
                    "3.3.1"
                ]
            ]
        },
        {
            "name": "docutils",
            "specs": [
                [
                    ">=",
                    "0.7"
                ],
                [
                    "<",
                    "0.19"
                ]
            ]
        },
        {
            "name": "sphinx",
            "specs": []
        },
        {
            "name": "sphinx_rtd_theme",
            "specs": []
        },
        {
            "name": "myst-parser",
            "specs": []
        },
        {
            "name": "myst-parser",
            "specs": []
        },
        {
            "name": "wheel",
            "specs": []
        },
        {
            "name": "codecov",
            "specs": []
        },
        {
            "name": "hatch",
            "specs": []
        }
    ],
    "lcname": "mailsuite"
}
        
Elapsed time: 0.06926s