# 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/9b/c2/97b6096f8b291aa910866eb2fe12b0d87f74b35cfbd1ba9b634db6f03558/mailsuite-1.9.18.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.18",
"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": "bf7d06abcb754fc566b457f96ab58e5716348eb8ab88a2de42b4279c6d7b5820",
"md5": "f28ee940f679fd5d53efa9070a08baed",
"sha256": "7f67ba46a049545ce9fffdd8c98fc81bf32d5cfcedcd7b72e7638d479690a98d"
},
"downloads": -1,
"filename": "mailsuite-1.9.18-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f28ee940f679fd5d53efa9070a08baed",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 17975,
"upload_time": "2024-10-24T21:55:42",
"upload_time_iso_8601": "2024-10-24T21:55:42.433596Z",
"url": "https://files.pythonhosted.org/packages/bf/7d/06abcb754fc566b457f96ab58e5716348eb8ab88a2de42b4279c6d7b5820/mailsuite-1.9.18-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9bc297b6096f8b291aa910866eb2fe12b0d87f74b35cfbd1ba9b634db6f03558",
"md5": "144bdfe1ca8e8bc84ca889fd7b81651b",
"sha256": "deb2b93e070038a56f65b153ecf6995fd96153cc8aa4f428cef87617c99391f0"
},
"downloads": -1,
"filename": "mailsuite-1.9.18.tar.gz",
"has_sig": false,
"md5_digest": "144bdfe1ca8e8bc84ca889fd7b81651b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 16639,
"upload_time": "2024-10-24T21:55:41",
"upload_time_iso_8601": "2024-10-24T21:55:41.302692Z",
"url": "https://files.pythonhosted.org/packages/9b/c2/97b6096f8b291aa910866eb2fe12b0d87f74b35cfbd1ba9b634db6f03558/mailsuite-1.9.18.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-24 21:55:41",
"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.15.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.19"
],
[
">=",
"0.7"
]
]
},
{
"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"
}