IMAPClient


NameIMAPClient JSON
Version 3.0.1 PyPI version JSON
download
home_pagehttps://github.com/mjs/imapclient/
SummaryEasy-to-use, Pythonic and complete IMAP client library
upload_time2023-12-02 08:24:15
maintainerIMAPClient Maintainers
docs_urlNone
authorMenno Finlay-Smits
requires_python>=3.7.0
license3-Clause BSD License
keywords imap client email mail
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            IMAPClient is an easy-to-use, Pythonic and complete IMAP client library.

Features:
    * Arguments and return values are natural Python types.
    * IMAP server responses are fully parsed and readily usable.
    * IMAP unique message IDs (UIDs) are handled transparently.
    * Internationalised mailbox names are transparently handled.
    * Time zones are correctly handled.
    * Convenience methods are provided for commonly used functionality.
    * Exceptions are raised when errors occur.

Python versions 3.7 through 3.11 are officially supported.

IMAPClient includes comprehensive units tests and automated
functional tests that can be run against a live IMAP server.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mjs/imapclient/",
    "name": "IMAPClient",
    "maintainer": "IMAPClient Maintainers",
    "docs_url": null,
    "requires_python": ">=3.7.0",
    "maintainer_email": "imapclient@groups.io",
    "keywords": "imap client email mail",
    "author": "Menno Finlay-Smits",
    "author_email": "inbox@menno.io",
    "download_url": "https://files.pythonhosted.org/packages/b6/63/0eea51c9c263c18021cdc5866def55c98393f3bd74bbb8e3053e36f0f81a/IMAPClient-3.0.1.zip",
    "platform": null,
    "description": "IMAPClient is an easy-to-use, Pythonic and complete IMAP client library.\n\nFeatures:\n    * Arguments and return values are natural Python types.\n    * IMAP server responses are fully parsed and readily usable.\n    * IMAP unique message IDs (UIDs) are handled transparently.\n    * Internationalised mailbox names are transparently handled.\n    * Time zones are correctly handled.\n    * Convenience methods are provided for commonly used functionality.\n    * Exceptions are raised when errors occur.\n\nPython versions 3.7 through 3.11 are officially supported.\n\nIMAPClient includes comprehensive units tests and automated\nfunctional tests that can be run against a live IMAP server.\n",
    "bugtrack_url": null,
    "license": "3-Clause BSD License",
    "summary": "Easy-to-use, Pythonic and complete IMAP client library",
    "version": "3.0.1",
    "project_urls": {
        "Homepage": "https://github.com/mjs/imapclient/"
    },
    "split_keywords": [
        "imap",
        "client",
        "email",
        "mail"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de8ad1364c1c6d8f53ea390e8f1c6da220a4f9ee478ac8a473ae0669a2fb6f51",
                "md5": "f95fe1f8b96fc4e7557163783c88acb2",
                "sha256": "d77d77caa4123e0233b5cf2b9c54a078522e63270b88d3f48653a28637fd8828"
            },
            "downloads": -1,
            "filename": "IMAPClient-3.0.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f95fe1f8b96fc4e7557163783c88acb2",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7.0",
            "size": 182490,
            "upload_time": "2023-12-02T08:24:11",
            "upload_time_iso_8601": "2023-12-02T08:24:11.854177Z",
            "url": "https://files.pythonhosted.org/packages/de/8a/d1364c1c6d8f53ea390e8f1c6da220a4f9ee478ac8a473ae0669a2fb6f51/IMAPClient-3.0.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6630eea51c9c263c18021cdc5866def55c98393f3bd74bbb8e3053e36f0f81a",
                "md5": "42e137fbac3431ffbe16367fb98a4cf4",
                "sha256": "78e6d62fbfbbe233e1f0e0e993160fd665eb1fd35973acddc61c15719b22bc02"
            },
            "downloads": -1,
            "filename": "IMAPClient-3.0.1.zip",
            "has_sig": false,
            "md5_digest": "42e137fbac3431ffbe16367fb98a4cf4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7.0",
            "size": 244222,
            "upload_time": "2023-12-02T08:24:15",
            "upload_time_iso_8601": "2023-12-02T08:24:15.344603Z",
            "url": "https://files.pythonhosted.org/packages/b6/63/0eea51c9c263c18021cdc5866def55c98393f3bd74bbb8e3053e36f0f81a/IMAPClient-3.0.1.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-02 08:24:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mjs",
    "github_project": "imapclient",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "imapclient"
}
        
Elapsed time: 0.14532s