imap-codec


Nameimap-codec JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryPython bindings for imap-codec Rust crate
upload_time2024-08-01 07:04:09
maintainerNone
docs_urlNone
authorDamian Poddebniak <poddebniak@mailbox.org>, Henning Holm <git@henningholm.de>
requires_python>=3.8
licenseMIT OR Apache-2.0
keywords email imap codec parser
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # imap-codec

This library provides parsing and serialization for [IMAP4rev1].
It is based on [`imap-codec`], a building block for IMAP client and server implementations written
in Rust, which implements the complete [formal syntax] of IMAP4rev1 and several IMAP extensions.

## Usage

```python
from imap_codec import Greeting, GreetingCodec

buffer = b"* OK Hello, World!\r\n<remaining>"

# Decode buffer into a greeting
remaining, greeting = GreetingCodec.decode(buffer)
assert remaining == b"<remaining>"
assert isinstance(greeting, Greeting)

# Extract greeting data as dictionary
data = greeting.as_dict()
assert data["code"] is None
assert data["kind"] == "Ok"
assert data["text"] == "Hello, World!"
```

For more usage examples take a look at the [examples] and [tests] on GitHub.

> **Note**: Access to data of message types (e.g. `Greeting`) is currently only available through
> dictionary representations (as seen above). This is planned to be improved in future releases of
> this library.

## License

This library is dual-licensed under Apache 2.0 and MIT terms.

[IMAP4rev1]: https://tools.ietf.org/html/rfc3501
[`imap-codec`]: https://crates.io/crates/imap-codec
[formal syntax]: https://tools.ietf.org/html/rfc3501#section-9
[examples]: https://github.com/duesee/imap-codec/tree/main/bindings/imap-codec-python/examples
[tests]: https://github.com/duesee/imap-codec/tree/main/bindings/imap-codec-python/tests


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "imap-codec",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "email, imap, codec, parser",
    "author": "Damian Poddebniak <poddebniak@mailbox.org>, Henning Holm <git@henningholm.de>",
    "author_email": "Damian Poddebniak <poddebniak@mailbox.org>, Henning Holm <git@henningholm.de>",
    "download_url": "https://files.pythonhosted.org/packages/70/ce/0161fff0b638018b63faf0c3f3a31410c6bd06e2e6e59cca29f8047534d3/imap_codec-0.1.0.tar.gz",
    "platform": null,
    "description": "# imap-codec\n\nThis library provides parsing and serialization for [IMAP4rev1].\nIt is based on [`imap-codec`], a building block for IMAP client and server implementations written\nin Rust, which implements the complete [formal syntax] of IMAP4rev1 and several IMAP extensions.\n\n## Usage\n\n```python\nfrom imap_codec import Greeting, GreetingCodec\n\nbuffer = b\"* OK Hello, World!\\r\\n<remaining>\"\n\n# Decode buffer into a greeting\nremaining, greeting = GreetingCodec.decode(buffer)\nassert remaining == b\"<remaining>\"\nassert isinstance(greeting, Greeting)\n\n# Extract greeting data as dictionary\ndata = greeting.as_dict()\nassert data[\"code\"] is None\nassert data[\"kind\"] == \"Ok\"\nassert data[\"text\"] == \"Hello, World!\"\n```\n\nFor more usage examples take a look at the [examples] and [tests] on GitHub.\n\n> **Note**: Access to data of message types (e.g. `Greeting`) is currently only available through\n> dictionary representations (as seen above). This is planned to be improved in future releases of\n> this library.\n\n## License\n\nThis library is dual-licensed under Apache 2.0 and MIT terms.\n\n[IMAP4rev1]: https://tools.ietf.org/html/rfc3501\n[`imap-codec`]: https://crates.io/crates/imap-codec\n[formal syntax]: https://tools.ietf.org/html/rfc3501#section-9\n[examples]: https://github.com/duesee/imap-codec/tree/main/bindings/imap-codec-python/examples\n[tests]: https://github.com/duesee/imap-codec/tree/main/bindings/imap-codec-python/tests\n\n",
    "bugtrack_url": null,
    "license": "MIT OR Apache-2.0",
    "summary": "Python bindings for imap-codec Rust crate",
    "version": "0.1.0",
    "project_urls": {
        "source": "https://github.com/duesee/imap-codec",
        "tracker": "https://github.com/duesee/imap-codec/issues"
    },
    "split_keywords": [
        "email",
        " imap",
        " codec",
        " parser"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2bb0f3e686cbdd58f1d52ef175610a810afec8d7943a8d896e04089debd10556",
                "md5": "d280c67b8b8152fc88f810b8278c43e3",
                "sha256": "3e6c2754f66614a961b69fa432350b5a9b4100bbfe775cd2f136a7a7d9327d67"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d280c67b8b8152fc88f810b8278c43e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 947544,
            "upload_time": "2024-08-01T07:03:11",
            "upload_time_iso_8601": "2024-08-01T07:03:11.269708Z",
            "url": "https://files.pythonhosted.org/packages/2b/b0/f3e686cbdd58f1d52ef175610a810afec8d7943a8d896e04089debd10556/imap_codec-0.1.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "46d5fe6b8709fabb5108eb88316aed0ca79e213a8d4f48ae05907ac5c0526bd7",
                "md5": "3cab5c355750a09e7f03365fc4bcb4c6",
                "sha256": "e920187cbefab8f921ade4acac91f00fdd9223a73ec56724db4e652c11b46494"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3cab5c355750a09e7f03365fc4bcb4c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1067262,
            "upload_time": "2024-08-01T07:01:44",
            "upload_time_iso_8601": "2024-08-01T07:01:44.285426Z",
            "url": "https://files.pythonhosted.org/packages/46/d5/fe6b8709fabb5108eb88316aed0ca79e213a8d4f48ae05907ac5c0526bd7/imap_codec-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "51faa813690369f9e739a172e34f018ef40050cef0c144b089355fc89c790459",
                "md5": "e1ed4e3f45832eabfd142a712d45e93a",
                "sha256": "05b1d073d0e00d4877c85746fc0a8ce016e9281dee384b4a721994e96650eb07"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "e1ed4e3f45832eabfd142a712d45e93a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1050798,
            "upload_time": "2024-08-01T07:02:09",
            "upload_time_iso_8601": "2024-08-01T07:02:09.568125Z",
            "url": "https://files.pythonhosted.org/packages/51/fa/a813690369f9e739a172e34f018ef40050cef0c144b089355fc89c790459/imap_codec-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4875204ff489043919dc4b517819d603c53abb5bcc56590aab56a4ec4fd8c0e2",
                "md5": "cf90fcf5cf9c3e8f41e0e9d908ce5180",
                "sha256": "6b79f387ef72384e91a8d2f5745e18c2a33d4a17060a22556162664e62d8a5ec"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "cf90fcf5cf9c3e8f41e0e9d908ce5180",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1144316,
            "upload_time": "2024-08-01T07:02:23",
            "upload_time_iso_8601": "2024-08-01T07:02:23.232226Z",
            "url": "https://files.pythonhosted.org/packages/48/75/204ff489043919dc4b517819d603c53abb5bcc56590aab56a4ec4fd8c0e2/imap_codec-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d22ac6744aa08851ca770bbd48d1f5c696c09132ee32cfc7bbb45f05b8f6b9ce",
                "md5": "6985cc0be9a1568b67a561f0bbdbb9c0",
                "sha256": "896661e91184c01fbf6bd75310060952e9340710996835c0bc88e13ea58dd4b0"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "6985cc0be9a1568b67a561f0bbdbb9c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1197335,
            "upload_time": "2024-08-01T07:02:37",
            "upload_time_iso_8601": "2024-08-01T07:02:37.902946Z",
            "url": "https://files.pythonhosted.org/packages/d2/2a/c6744aa08851ca770bbd48d1f5c696c09132ee32cfc7bbb45f05b8f6b9ce/imap_codec-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cdea9f5a39e325306e0539c584481d7cfa2035fcc4fa0c7379cf6bf999dd2db7",
                "md5": "62cc97c44dd1bff93a0a72115f92bcd6",
                "sha256": "754fb3825c4798fa94cf2c84f339c6baabce6a1c699497d0548b8b88d93ed7ec"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "62cc97c44dd1bff93a0a72115f92bcd6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1091037,
            "upload_time": "2024-08-01T07:03:01",
            "upload_time_iso_8601": "2024-08-01T07:03:01.035521Z",
            "url": "https://files.pythonhosted.org/packages/cd/ea/9f5a39e325306e0539c584481d7cfa2035fcc4fa0c7379cf6bf999dd2db7/imap_codec-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "69a683df963bbb14240b4ea22bf80ff4bbddaf88ee4616a5b1069a8be3aef242",
                "md5": "9fa7f1bf0bd4994506afcbfcddea23f2",
                "sha256": "e4f7fac7dae257549e25a197f339e0b80d7d8e567baf7da26298f39f465e3b89"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "9fa7f1bf0bd4994506afcbfcddea23f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1134687,
            "upload_time": "2024-08-01T07:02:49",
            "upload_time_iso_8601": "2024-08-01T07:02:49.644970Z",
            "url": "https://files.pythonhosted.org/packages/69/a6/83df963bbb14240b4ea22bf80ff4bbddaf88ee4616a5b1069a8be3aef242/imap_codec-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d20761eb21ced7f074ac7e1fd72de7416d948c467d312b4b35feedc97c67cde8",
                "md5": "716b213b224346bfe3d6d8e54cb46501",
                "sha256": "d40df9c1263baa4ef3b116732134808d846e3f7a9dd07aa81bd7a04bc28160a1"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "716b213b224346bfe3d6d8e54cb46501",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1243837,
            "upload_time": "2024-08-01T07:03:20",
            "upload_time_iso_8601": "2024-08-01T07:03:20.796199Z",
            "url": "https://files.pythonhosted.org/packages/d2/07/61eb21ced7f074ac7e1fd72de7416d948c467d312b4b35feedc97c67cde8/imap_codec-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1f1d8c53beb161508e512f74e82fdd27631e85e9725041693c383912a6e11d9e",
                "md5": "300b8a2bdc0811aaa36354ae5376c7d2",
                "sha256": "081d993c95e0f29b193c956675c84942b9ec4b015ec1d43e80286b16d812c596"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "300b8a2bdc0811aaa36354ae5376c7d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1315891,
            "upload_time": "2024-08-01T07:03:32",
            "upload_time_iso_8601": "2024-08-01T07:03:32.836320Z",
            "url": "https://files.pythonhosted.org/packages/1f/1d/8c53beb161508e512f74e82fdd27631e85e9725041693c383912a6e11d9e/imap_codec-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1db668b7e29a50eadaad9f9de0aa077f0124e6a0866cc34ea40335e31bc647fd",
                "md5": "de8b0509317ed46c3a00267b3e89b142",
                "sha256": "132e8d09ea873010ef64c038c1f2be0c1b745693fa60b8a7113eeed0cce479bb"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "de8b0509317ed46c3a00267b3e89b142",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1256239,
            "upload_time": "2024-08-01T07:03:44",
            "upload_time_iso_8601": "2024-08-01T07:03:44.425141Z",
            "url": "https://files.pythonhosted.org/packages/1d/b6/68b7e29a50eadaad9f9de0aa077f0124e6a0866cc34ea40335e31bc647fd/imap_codec-0.1.0-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "30ffeb3e4e86675eb0ebb464d87cc323f03c0de8603b27f71e977410495e2579",
                "md5": "5591d4021281e232cfe3e885ebe7efe3",
                "sha256": "abdc39fcbdb5a2e83ed7b4381f25fe304bc894053351e08fb1ed11342fbd353a"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5591d4021281e232cfe3e885ebe7efe3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1262526,
            "upload_time": "2024-08-01T07:03:56",
            "upload_time_iso_8601": "2024-08-01T07:03:56.850494Z",
            "url": "https://files.pythonhosted.org/packages/30/ff/eb3e4e86675eb0ebb464d87cc323f03c0de8603b27f71e977410495e2579/imap_codec-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9ae96f426fa2a2f00bc0e5deaa5e536e9b1452a6503c634a61f6c4a1747e7681",
                "md5": "e2a5da80a432fe131e3bdc45c44a8825",
                "sha256": "2ec712cd9c8d9b994bc9c0be70d08224a84ea1de46e4d70f9a6487b6e6bc5369"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "e2a5da80a432fe131e3bdc45c44a8825",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 753920,
            "upload_time": "2024-08-01T07:04:18",
            "upload_time_iso_8601": "2024-08-01T07:04:18.543532Z",
            "url": "https://files.pythonhosted.org/packages/9a/e9/6f426fa2a2f00bc0e5deaa5e536e9b1452a6503c634a61f6c4a1747e7681/imap_codec-0.1.0-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c0366ccff520c77651623d7aa0a75e98e7cb617337b842e54cac038d9d8f57c4",
                "md5": "2f60cd6f8f5e3b831a17659b9a3d7cc6",
                "sha256": "baf79aaed9c825b2c43a64b8810ac99080b07d6b1057ba25629ffc5286550eab"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2f60cd6f8f5e3b831a17659b9a3d7cc6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 884822,
            "upload_time": "2024-08-01T07:04:10",
            "upload_time_iso_8601": "2024-08-01T07:04:10.795595Z",
            "url": "https://files.pythonhosted.org/packages/c0/36/6ccff520c77651623d7aa0a75e98e7cb617337b842e54cac038d9d8f57c4/imap_codec-0.1.0-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "531b2189da987b75ac8ddb31dd95fff9b4c4bf445dea8ad338b4f565986fcfbf",
                "md5": "53f640c39ef07ce1c4aa138657088a94",
                "sha256": "d40a5b27465d1a1644f9d53f6c51de5aed2f2ba4a3a337fb206477753f9ce2df"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "53f640c39ef07ce1c4aa138657088a94",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1016134,
            "upload_time": "2024-08-01T07:03:18",
            "upload_time_iso_8601": "2024-08-01T07:03:18.197052Z",
            "url": "https://files.pythonhosted.org/packages/53/1b/2189da987b75ac8ddb31dd95fff9b4c4bf445dea8ad338b4f565986fcfbf/imap_codec-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bba78422e5083f4c1d08f27298127b8bfbc821a582a93489132ae1a8f5de1f35",
                "md5": "7ece7ce03eaeb98335d87e1ac9089268",
                "sha256": "2a6f5cb85e00c4df7a3b50eefecc83872bb503b2a9078f0fbe8c0ff6782da2ca"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7ece7ce03eaeb98335d87e1ac9089268",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 947885,
            "upload_time": "2024-08-01T07:03:12",
            "upload_time_iso_8601": "2024-08-01T07:03:12.939580Z",
            "url": "https://files.pythonhosted.org/packages/bb/a7/8422e5083f4c1d08f27298127b8bfbc821a582a93489132ae1a8f5de1f35/imap_codec-0.1.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b60dbd7e679e91388e166ee38083d76d9823710fd68937b7f7278e344e93552e",
                "md5": "2f2a5a92adda431034c34dd0d40d9b69",
                "sha256": "40f36110f35d9d386fd7e990805b62bcaf06acbcb751f6e48b4f3c6dfc9da2ba"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2f2a5a92adda431034c34dd0d40d9b69",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1066842,
            "upload_time": "2024-08-01T07:01:48",
            "upload_time_iso_8601": "2024-08-01T07:01:48.328154Z",
            "url": "https://files.pythonhosted.org/packages/b6/0d/bd7e679e91388e166ee38083d76d9823710fd68937b7f7278e344e93552e/imap_codec-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6945f47cfb44c15d7c4da76114c8ff814deda285f2cfc4047908ab8d96d00ee0",
                "md5": "b84d39e751e5f812d02fc37653c58428",
                "sha256": "f9d0d7dda3ee5b01df7f327011ab6a130d0804b2cd75b8b052cc5eddbb34ec88"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "b84d39e751e5f812d02fc37653c58428",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1050959,
            "upload_time": "2024-08-01T07:02:11",
            "upload_time_iso_8601": "2024-08-01T07:02:11.428316Z",
            "url": "https://files.pythonhosted.org/packages/69/45/f47cfb44c15d7c4da76114c8ff814deda285f2cfc4047908ab8d96d00ee0/imap_codec-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9a35c53e17d356f698b189b83a618b8bd6682dac5b8a56be3236268bafd6ff78",
                "md5": "b6ee5a861028566496c8298ee76b3527",
                "sha256": "befe0e2287cc8c607b5f906c83ccc1aa12a130dd4936c61f39be12ce64a458ea"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b6ee5a861028566496c8298ee76b3527",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1143503,
            "upload_time": "2024-08-01T07:02:24",
            "upload_time_iso_8601": "2024-08-01T07:02:24.979926Z",
            "url": "https://files.pythonhosted.org/packages/9a/35/c53e17d356f698b189b83a618b8bd6682dac5b8a56be3236268bafd6ff78/imap_codec-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "acd531915ecfbe8c2d352f733fa3d7417075f33404ee93899579c30c03d22910",
                "md5": "144108af345fc613e3ea17b4f2fa9209",
                "sha256": "19bbdffa1b2686b614dea673a701180145622149f84a5ce052e899de76f470e8"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "144108af345fc613e3ea17b4f2fa9209",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1196653,
            "upload_time": "2024-08-01T07:02:39",
            "upload_time_iso_8601": "2024-08-01T07:02:39.131444Z",
            "url": "https://files.pythonhosted.org/packages/ac/d5/31915ecfbe8c2d352f733fa3d7417075f33404ee93899579c30c03d22910/imap_codec-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bcafac2290342e761a493ef4bddcf9416da62faf86bfa06f0d4cd803fde1c92d",
                "md5": "7a2e50894c7bd4d3ecd6c23dc316a1f8",
                "sha256": "66d78c9a66777d387de7c27fbf6ac2f823348857712b47391b4d303f6e4969e1"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7a2e50894c7bd4d3ecd6c23dc316a1f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1090810,
            "upload_time": "2024-08-01T07:03:02",
            "upload_time_iso_8601": "2024-08-01T07:03:02.825771Z",
            "url": "https://files.pythonhosted.org/packages/bc/af/ac2290342e761a493ef4bddcf9416da62faf86bfa06f0d4cd803fde1c92d/imap_codec-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "49614124a7f89bccd6f48a48c4bf11c329b2ba28cc525dafe3948d8611b7f782",
                "md5": "64bfc8985f039874fb82247c5c9996d7",
                "sha256": "6b5381a527a7dbc611f6ab248aac6b1ef673801269a5af2f36518b2df81d3e05"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "64bfc8985f039874fb82247c5c9996d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1133430,
            "upload_time": "2024-08-01T07:02:50",
            "upload_time_iso_8601": "2024-08-01T07:02:50.924783Z",
            "url": "https://files.pythonhosted.org/packages/49/61/4124a7f89bccd6f48a48c4bf11c329b2ba28cc525dafe3948d8611b7f782/imap_codec-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0ebc33d4e8c7c046236d964b596477d3072564b5477b85e3c387bdb168eec34b",
                "md5": "38cb3a065a933677a0768e0f7b14bb7f",
                "sha256": "21ece48445febff60ea84d8166c2f8ec5ce44cdd8f815010e22bfc6155ae1ea6"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "38cb3a065a933677a0768e0f7b14bb7f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1243969,
            "upload_time": "2024-08-01T07:03:22",
            "upload_time_iso_8601": "2024-08-01T07:03:22.176923Z",
            "url": "https://files.pythonhosted.org/packages/0e/bc/33d4e8c7c046236d964b596477d3072564b5477b85e3c387bdb168eec34b/imap_codec-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3373e61bc4fd9296c1a8463fd74dc8710228f4006f63787c1c9f23feed627667",
                "md5": "dfecc0f938b302ce0300cba380b7b38a",
                "sha256": "4fa779d7838ddaa31171bb6522621ef2c59cfae456d818a4f6d97a20c7d24ba5"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "dfecc0f938b302ce0300cba380b7b38a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1316441,
            "upload_time": "2024-08-01T07:03:34",
            "upload_time_iso_8601": "2024-08-01T07:03:34.196324Z",
            "url": "https://files.pythonhosted.org/packages/33/73/e61bc4fd9296c1a8463fd74dc8710228f4006f63787c1c9f23feed627667/imap_codec-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e1e9253be985dcad02a4802b639084f9a15675ff6a5965d0c5d8eb713aee1132",
                "md5": "e115ddba272998bdee6bd5104dce0a22",
                "sha256": "52971ac2bead017288e819005de982efdacc947e89faaec85e4bdce400092ece"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "e115ddba272998bdee6bd5104dce0a22",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1254621,
            "upload_time": "2024-08-01T07:03:46",
            "upload_time_iso_8601": "2024-08-01T07:03:46.433163Z",
            "url": "https://files.pythonhosted.org/packages/e1/e9/253be985dcad02a4802b639084f9a15675ff6a5965d0c5d8eb713aee1132/imap_codec-0.1.0-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7b561069929b2cc4c5fe7d5ad28ce9b417643bb7ecec0c2a42c8f2b09b91f217",
                "md5": "09de1f22b583846e60cf5544cd539375",
                "sha256": "d32cdef6487ff7b86ecb2330e07f3c4127d96c54b66baff5b87f7ffb4d767c65"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "09de1f22b583846e60cf5544cd539375",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1262529,
            "upload_time": "2024-08-01T07:03:58",
            "upload_time_iso_8601": "2024-08-01T07:03:58.339147Z",
            "url": "https://files.pythonhosted.org/packages/7b/56/1069929b2cc4c5fe7d5ad28ce9b417643bb7ecec0c2a42c8f2b09b91f217/imap_codec-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fb073da26d49bb5c0bca1d856ed72f113376b8a8ea1e2d2a9a39a55396b85f76",
                "md5": "7c2a66d981dae1bfe92ed9f109ca6e9a",
                "sha256": "c0b70e64aff08eae893ef1d4181b6db0a7ec0efaa96b9179fa427a6d590fdd15"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "7c2a66d981dae1bfe92ed9f109ca6e9a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 753709,
            "upload_time": "2024-08-01T07:04:19",
            "upload_time_iso_8601": "2024-08-01T07:04:19.881394Z",
            "url": "https://files.pythonhosted.org/packages/fb/07/3da26d49bb5c0bca1d856ed72f113376b8a8ea1e2d2a9a39a55396b85f76/imap_codec-0.1.0-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c6ed11d2eec21fc24fef31e37edb4c38d2c7ddcbbb30f94df29ee7776d88138e",
                "md5": "e9e4bf5314977c54f32bbca8d21f38e8",
                "sha256": "55c96de42c9b32726d7c68f451042bb651de750f37898cf3dfa1451c02086fe8"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e9e4bf5314977c54f32bbca8d21f38e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 885169,
            "upload_time": "2024-08-01T07:04:12",
            "upload_time_iso_8601": "2024-08-01T07:04:12.199739Z",
            "url": "https://files.pythonhosted.org/packages/c6/ed/11d2eec21fc24fef31e37edb4c38d2c7ddcbbb30f94df29ee7776d88138e/imap_codec-0.1.0-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a717acbd4fb0b70fffddc5c0c4dc8601e9d6aa83ee3f27f5b065e92994fbb971",
                "md5": "53a18c4511dc20caa9f1bc935ecff7dd",
                "sha256": "6e1459d9828479ac11929a2cede3cc7f1b20290dca0edaf9617ae9878871ea64"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "53a18c4511dc20caa9f1bc935ecff7dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1021826,
            "upload_time": "2024-08-01T07:03:19",
            "upload_time_iso_8601": "2024-08-01T07:03:19.441687Z",
            "url": "https://files.pythonhosted.org/packages/a7/17/acbd4fb0b70fffddc5c0c4dc8601e9d6aa83ee3f27f5b065e92994fbb971/imap_codec-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8f7f119d671e99d1ffb3e2a5b9e7799eb5495bc006f3f83907c74f9a716872cb",
                "md5": "7028256f3221bd1bf8afdb5c6f430392",
                "sha256": "a374c6a19061e68a3bd1d84a8aa00cfea76d2f4dc294df8e0e51d1dacee91a73"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7028256f3221bd1bf8afdb5c6f430392",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 959842,
            "upload_time": "2024-08-01T07:03:14",
            "upload_time_iso_8601": "2024-08-01T07:03:14.655923Z",
            "url": "https://files.pythonhosted.org/packages/8f/7f/119d671e99d1ffb3e2a5b9e7799eb5495bc006f3f83907c74f9a716872cb/imap_codec-0.1.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d641088a27a1a3435c18780a98f8bfec2f8cd12269e43c98bed58067b6d7447a",
                "md5": "4cf9d349326e94b57636cb7f6ac497c5",
                "sha256": "971b4e567fb8e935d102b082c20109241344eee9b1f5a8c888fa5c1665f74fdb"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4cf9d349326e94b57636cb7f6ac497c5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1075044,
            "upload_time": "2024-08-01T07:01:59",
            "upload_time_iso_8601": "2024-08-01T07:01:59.385279Z",
            "url": "https://files.pythonhosted.org/packages/d6/41/088a27a1a3435c18780a98f8bfec2f8cd12269e43c98bed58067b6d7447a/imap_codec-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "be6998fa735699d7d2f81ec5de2334a146e34f29a895852ff075227087471b86",
                "md5": "c3ac1cb01f93933db7a2da97b8242c66",
                "sha256": "7720ae6f2cdd0fd9cc3071048cb5bdaef121c06c7740b62fbfe49bbaf597e693"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "c3ac1cb01f93933db7a2da97b8242c66",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1050247,
            "upload_time": "2024-08-01T07:02:12",
            "upload_time_iso_8601": "2024-08-01T07:02:12.952880Z",
            "url": "https://files.pythonhosted.org/packages/be/69/98fa735699d7d2f81ec5de2334a146e34f29a895852ff075227087471b86/imap_codec-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0f8e2f9793625d08cb815584fcf3fa8464f64bb130669edd592dda382a591a18",
                "md5": "bfdf4ca1121059b5fe2550ccd6e49526",
                "sha256": "ab0b3c0851abf8d1704aed0570bfae9311613b068bf1a8ae9915870f61d376ba"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "bfdf4ca1121059b5fe2550ccd6e49526",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1148076,
            "upload_time": "2024-08-01T07:02:26",
            "upload_time_iso_8601": "2024-08-01T07:02:26.974449Z",
            "url": "https://files.pythonhosted.org/packages/0f/8e/2f9793625d08cb815584fcf3fa8464f64bb130669edd592dda382a591a18/imap_codec-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6cd3284aa8ddb444cdaa4df55c3c82c864bad2f1c8de0452127c5a03d312294c",
                "md5": "aab8a4592da1056121c586e5d2b60437",
                "sha256": "436fd3c98087a2ffa56de56a924b5d4a40e9634b70e8ebf176497c707a59c547"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "aab8a4592da1056121c586e5d2b60437",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1205411,
            "upload_time": "2024-08-01T07:02:40",
            "upload_time_iso_8601": "2024-08-01T07:02:40.819653Z",
            "url": "https://files.pythonhosted.org/packages/6c/d3/284aa8ddb444cdaa4df55c3c82c864bad2f1c8de0452127c5a03d312294c/imap_codec-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8c1de0235190e930f23d2fdb1210decbe64da95afe6e2617d33e8bf990c2da2c",
                "md5": "3152021398c252084db363dae15b04ee",
                "sha256": "372ea2ab7f8efef25c75291c0f754a3c29477f992daaf040b022d3faff1f1080"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3152021398c252084db363dae15b04ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1106570,
            "upload_time": "2024-08-01T07:03:04",
            "upload_time_iso_8601": "2024-08-01T07:03:04.120499Z",
            "url": "https://files.pythonhosted.org/packages/8c/1d/e0235190e930f23d2fdb1210decbe64da95afe6e2617d33e8bf990c2da2c/imap_codec-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4f2a390756b2ff959c3dd2cdb998d4c3c9566f92a8767386be32e6d8590bfe48",
                "md5": "6b9c0dd7d6bc0316f50573acc65ec832",
                "sha256": "766f569e6b7215102883322aefe8fb53bbd851781f8446fe7a1abf58f358f302"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "6b9c0dd7d6bc0316f50573acc65ec832",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1145237,
            "upload_time": "2024-08-01T07:02:52",
            "upload_time_iso_8601": "2024-08-01T07:02:52.860140Z",
            "url": "https://files.pythonhosted.org/packages/4f/2a/390756b2ff959c3dd2cdb998d4c3c9566f92a8767386be32e6d8590bfe48/imap_codec-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ecd02d1353e17ed9cd288836b7ee9985dee8435913b240ac4135a5b336274a2f",
                "md5": "50ee676dac20dcb2ee124421a8e82b2b",
                "sha256": "a6e521c22fa72d9cb0ccc3e0ddcc3012ae6ad75c7630f76e8359806761dbcc40"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "50ee676dac20dcb2ee124421a8e82b2b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1254787,
            "upload_time": "2024-08-01T07:03:23",
            "upload_time_iso_8601": "2024-08-01T07:03:23.987830Z",
            "url": "https://files.pythonhosted.org/packages/ec/d0/2d1353e17ed9cd288836b7ee9985dee8435913b240ac4135a5b336274a2f/imap_codec-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b381fc89cfa6b9949be55d970f9cd75f900caba6dfee6fbc515dd0098d804eaa",
                "md5": "dec085d81383058488798ed11c6fbcdb",
                "sha256": "4af57ac9444c85180ad62fb4aebdb170244f2d3f165baf25d2e5e969aff2c68b"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "dec085d81383058488798ed11c6fbcdb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1316392,
            "upload_time": "2024-08-01T07:03:35",
            "upload_time_iso_8601": "2024-08-01T07:03:35.668624Z",
            "url": "https://files.pythonhosted.org/packages/b3/81/fc89cfa6b9949be55d970f9cd75f900caba6dfee6fbc515dd0098d804eaa/imap_codec-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "444df3eace1c9819703e65c37a91b824f3eb657d48db6f91e1948ac7fc2b9004",
                "md5": "dd75ce87581c6a7e68652142f5903974",
                "sha256": "a5304bdb6ddb134e6b7af195fddce77a65460fb4f1bf142b6a5e2bdc8392c582"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "dd75ce87581c6a7e68652142f5903974",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1270423,
            "upload_time": "2024-08-01T07:03:48",
            "upload_time_iso_8601": "2024-08-01T07:03:48.420441Z",
            "url": "https://files.pythonhosted.org/packages/44/4d/f3eace1c9819703e65c37a91b824f3eb657d48db6f91e1948ac7fc2b9004/imap_codec-0.1.0-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ace7628f3a79ab0e626dd8b2ab29b8b28e608f37eff4de789773c7d93fa62915",
                "md5": "6d37103428bfbfc2bc196c3095419ad9",
                "sha256": "51de49bcf951d365c5226cdcd4fb64e978e849b207801b885a9e91f959185a36"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6d37103428bfbfc2bc196c3095419ad9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1276835,
            "upload_time": "2024-08-01T07:03:59",
            "upload_time_iso_8601": "2024-08-01T07:03:59.780342Z",
            "url": "https://files.pythonhosted.org/packages/ac/e7/628f3a79ab0e626dd8b2ab29b8b28e608f37eff4de789773c7d93fa62915/imap_codec-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d1b6ad4c4d95ef18de18b37bc5bc0d30ee53e99913fb10d33455226a720a42ac",
                "md5": "d1178a6014c7f6cdc68928803d476f0b",
                "sha256": "910ce6f3a7662c3b246575047ebcd2b0d484ac683241ae6640e0d9e6386e5617"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "d1178a6014c7f6cdc68928803d476f0b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 767661,
            "upload_time": "2024-08-01T07:04:21",
            "upload_time_iso_8601": "2024-08-01T07:04:21.833859Z",
            "url": "https://files.pythonhosted.org/packages/d1/b6/ad4c4d95ef18de18b37bc5bc0d30ee53e99913fb10d33455226a720a42ac/imap_codec-0.1.0-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7a6bac23d805e202ffeee301d8d4153edb141ee2be5db8ec2659978fdd717c58",
                "md5": "74dbf47d1252a8df2392dc2980cb0ce1",
                "sha256": "318c8a36fe51af41efd9591bd889a80885ec5faee7d1df209f3c13ce5cf7817a"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "74dbf47d1252a8df2392dc2980cb0ce1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 899060,
            "upload_time": "2024-08-01T07:04:13",
            "upload_time_iso_8601": "2024-08-01T07:04:13.734315Z",
            "url": "https://files.pythonhosted.org/packages/7a/6b/ac23d805e202ffeee301d8d4153edb141ee2be5db8ec2659978fdd717c58/imap_codec-0.1.0-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e0859a0c264e584f1b3680a7f1af7f01a94b54ad73ec1bfca15a7309669c9fa1",
                "md5": "d7915e8715378e308e815964df98bb3f",
                "sha256": "926b85a7e42cabff72f114bb62588a24d4c10bdb4efcecb15bd7c4afaa614aba"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d7915e8715378e308e815964df98bb3f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1069433,
            "upload_time": "2024-08-01T07:02:01",
            "upload_time_iso_8601": "2024-08-01T07:02:01.371448Z",
            "url": "https://files.pythonhosted.org/packages/e0/85/9a0c264e584f1b3680a7f1af7f01a94b54ad73ec1bfca15a7309669c9fa1/imap_codec-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fea678081a7a06f454fc0979dcfa4a3212d0571f8591c2381e10a99cf60186c6",
                "md5": "aa6a60a723bd3d02bc1e34803b2b1456",
                "sha256": "ffa88a642f647913d73bf6b9bae6a413a7d0c0517202d9afff788c8fdbac6c51"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "aa6a60a723bd3d02bc1e34803b2b1456",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1051414,
            "upload_time": "2024-08-01T07:02:14",
            "upload_time_iso_8601": "2024-08-01T07:02:14.497925Z",
            "url": "https://files.pythonhosted.org/packages/fe/a6/78081a7a06f454fc0979dcfa4a3212d0571f8591c2381e10a99cf60186c6/imap_codec-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8bb40a60a484b86607d5ae93a73518e5223d68f98ed669215201577b51dc8fcc",
                "md5": "b04eced033081e7df15733185045cd98",
                "sha256": "f87920462357c821fdb698de43992eaa82967c0effe5102002233e558e122e66"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b04eced033081e7df15733185045cd98",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1144933,
            "upload_time": "2024-08-01T07:02:28",
            "upload_time_iso_8601": "2024-08-01T07:02:28.652305Z",
            "url": "https://files.pythonhosted.org/packages/8b/b4/0a60a484b86607d5ae93a73518e5223d68f98ed669215201577b51dc8fcc/imap_codec-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "20ceca9257c5b6ad50c5dc0374790d3d08ac45f9eaff8b4dbe4a09aa4d0cc3a3",
                "md5": "0d8f55a28e2f740675ee369f93231d95",
                "sha256": "b74408cdd10e2f39ac090fd6b78c58b5aec4304f76427db5c6c5326291252b89"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "0d8f55a28e2f740675ee369f93231d95",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1198101,
            "upload_time": "2024-08-01T07:02:42",
            "upload_time_iso_8601": "2024-08-01T07:02:42.188424Z",
            "url": "https://files.pythonhosted.org/packages/20/ce/ca9257c5b6ad50c5dc0374790d3d08ac45f9eaff8b4dbe4a09aa4d0cc3a3/imap_codec-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aa4213b87cbc1bbc87249fe97fca6fc02d61595ddf73a389479b80ed1c9136e9",
                "md5": "b001231c7b5babfbe96e72d4663b3882",
                "sha256": "18d127c69247efef45f5c50d39bfd3f1d6620d452a38ca5a4ddbb2b4bbd36447"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b001231c7b5babfbe96e72d4663b3882",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1091276,
            "upload_time": "2024-08-01T07:03:05",
            "upload_time_iso_8601": "2024-08-01T07:03:05.718160Z",
            "url": "https://files.pythonhosted.org/packages/aa/42/13b87cbc1bbc87249fe97fca6fc02d61595ddf73a389479b80ed1c9136e9/imap_codec-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5561a51f05b238b67b89c54698e52dad7c85410fe78e7121c98fbbe407a63da2",
                "md5": "6e3a5079199e9c06ac97c55c1771416d",
                "sha256": "3a43421fbef57e6d49454fda17bd678a58ada9a8668b4d369481cec6466657af"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "6e3a5079199e9c06ac97c55c1771416d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1134943,
            "upload_time": "2024-08-01T07:02:54",
            "upload_time_iso_8601": "2024-08-01T07:02:54.197570Z",
            "url": "https://files.pythonhosted.org/packages/55/61/a51f05b238b67b89c54698e52dad7c85410fe78e7121c98fbbe407a63da2/imap_codec-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e618f5e1f70c2c6908c848815477cd94516804caae8edaef8b423abfb3c8a3a5",
                "md5": "ddb909f70e4fdfb3f3cefdcc37bf49ad",
                "sha256": "8c0acaa0200dcc2fa89ccd7db1038947b858e6a81fd77e3f25b29b2d6cff29a4"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ddb909f70e4fdfb3f3cefdcc37bf49ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1246244,
            "upload_time": "2024-08-01T07:03:25",
            "upload_time_iso_8601": "2024-08-01T07:03:25.584113Z",
            "url": "https://files.pythonhosted.org/packages/e6/18/f5e1f70c2c6908c848815477cd94516804caae8edaef8b423abfb3c8a3a5/imap_codec-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8fe5edcc2c8cd5519c823fffe4b3f6a5a79d9301e7fe0a0ab73bdc765f332a39",
                "md5": "901a3bd413f750f81612dea4bba98e9d",
                "sha256": "9760b86278cf42676143679839a23401811059fb1bb793a713c86e6e4b92d323"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "901a3bd413f750f81612dea4bba98e9d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1316724,
            "upload_time": "2024-08-01T07:03:37",
            "upload_time_iso_8601": "2024-08-01T07:03:37.069184Z",
            "url": "https://files.pythonhosted.org/packages/8f/e5/edcc2c8cd5519c823fffe4b3f6a5a79d9301e7fe0a0ab73bdc765f332a39/imap_codec-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "57c67584fe53264143c4f7ce8d21395a91e84371ba3144096d5c79f04f3e7f49",
                "md5": "9117ee6ef2668d2c884ca1d15ff969ee",
                "sha256": "c9e01f5de64ce1252e4c1aa1863a3702c582707dd9534433ac93fe7fe8d051a7"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "9117ee6ef2668d2c884ca1d15ff969ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1257171,
            "upload_time": "2024-08-01T07:03:49",
            "upload_time_iso_8601": "2024-08-01T07:03:49.792556Z",
            "url": "https://files.pythonhosted.org/packages/57/c6/7584fe53264143c4f7ce8d21395a91e84371ba3144096d5c79f04f3e7f49/imap_codec-0.1.0-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7e13f16b06e9ef3116db531b580d922d7d34edcbc8277facd4e3f6bb80dc4f69",
                "md5": "eb66662556d8f5e1216681da4f4b2dc4",
                "sha256": "1199ee039bfc20735623510a64befa8ddff9d758e3975167350fe6184bcb13d7"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "eb66662556d8f5e1216681da4f4b2dc4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1263692,
            "upload_time": "2024-08-01T07:04:01",
            "upload_time_iso_8601": "2024-08-01T07:04:01.260475Z",
            "url": "https://files.pythonhosted.org/packages/7e/13/f16b06e9ef3116db531b580d922d7d34edcbc8277facd4e3f6bb80dc4f69/imap_codec-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "656020cf41f9166ed6d11c6b5072610a42b7c3874fd7e336e6036ea90872c243",
                "md5": "99b43e6e2e202cf4966a34de88ff830f",
                "sha256": "22d15bc8f03cac700224d09fcd40fd639854342b82915c6f869de6e79d182daa"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "99b43e6e2e202cf4966a34de88ff830f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 753919,
            "upload_time": "2024-08-01T07:04:23",
            "upload_time_iso_8601": "2024-08-01T07:04:23.216394Z",
            "url": "https://files.pythonhosted.org/packages/65/60/20cf41f9166ed6d11c6b5072610a42b7c3874fd7e336e6036ea90872c243/imap_codec-0.1.0-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9975c2c52998cb36fdb3f0fdedf3b8268960ea36c76227227be74a0d2780ae9b",
                "md5": "e52193c8d71198ccc0975eb5e095ede0",
                "sha256": "5a03927fcdc4f46f3ffe81966304e9ee84d2b3f5dbc99d447caf20603152983a"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e52193c8d71198ccc0975eb5e095ede0",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 885054,
            "upload_time": "2024-08-01T07:04:15",
            "upload_time_iso_8601": "2024-08-01T07:04:15.566708Z",
            "url": "https://files.pythonhosted.org/packages/99/75/c2c52998cb36fdb3f0fdedf3b8268960ea36c76227227be74a0d2780ae9b/imap_codec-0.1.0-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "59cef190fafd9476736a40f38252c072b4b843b557d2ccdef17d3e417d7d34b7",
                "md5": "c74e6b92e2672bf13278b4d359462c14",
                "sha256": "fe2cc13e84758e47934ece9fe6600194a461e5de7f765d93b9be4d77bd63af26"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c74e6b92e2672bf13278b4d359462c14",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 949311,
            "upload_time": "2024-08-01T07:03:16",
            "upload_time_iso_8601": "2024-08-01T07:03:16.365708Z",
            "url": "https://files.pythonhosted.org/packages/59/ce/f190fafd9476736a40f38252c072b4b843b557d2ccdef17d3e417d7d34b7/imap_codec-0.1.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8b90c0335a1fc083f64a763cfddbad70a884f1b3f50bd263d1a5c22850b6af23",
                "md5": "0a0843b25ebe274315f9187461f6dbc7",
                "sha256": "3a948956e229cff34f04bed7d98d4986938fcd402c595159fb3cb356ebc1057e"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0a0843b25ebe274315f9187461f6dbc7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1068859,
            "upload_time": "2024-08-01T07:02:03",
            "upload_time_iso_8601": "2024-08-01T07:02:03.192507Z",
            "url": "https://files.pythonhosted.org/packages/8b/90/c0335a1fc083f64a763cfddbad70a884f1b3f50bd263d1a5c22850b6af23/imap_codec-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "49f3b9668a58bc7a2c41fcdc9d1ccc8ea01605ef022bdad617c05b397cee57b8",
                "md5": "5df985eec500d761b9fe5a8f3f6197ce",
                "sha256": "96a7ddf0c20012e294c91c1e7f0c20cdca309af8f5a8d0fe0d181f9de05bacee"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "5df985eec500d761b9fe5a8f3f6197ce",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1051827,
            "upload_time": "2024-08-01T07:02:16",
            "upload_time_iso_8601": "2024-08-01T07:02:16.292983Z",
            "url": "https://files.pythonhosted.org/packages/49/f3/b9668a58bc7a2c41fcdc9d1ccc8ea01605ef022bdad617c05b397cee57b8/imap_codec-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "49a63e471aa440ca51f24f564a0a16fac7f5d6e400f92144e67bdcbae03832bf",
                "md5": "15ed64499f8135ad340e32b9427af2cc",
                "sha256": "3f4823b7b50b7f660d6794f8cb5f1b429884ef33e3e6819d2361fc58de53ede2"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "15ed64499f8135ad340e32b9427af2cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1145095,
            "upload_time": "2024-08-01T07:02:30",
            "upload_time_iso_8601": "2024-08-01T07:02:30.189298Z",
            "url": "https://files.pythonhosted.org/packages/49/a6/3e471aa440ca51f24f564a0a16fac7f5d6e400f92144e67bdcbae03832bf/imap_codec-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f52d0c50deddb7d461a7b6bba37de9b46413e8a8b33c3fcec5538440fbd5270e",
                "md5": "ec1fcb7873f40f77a15086315d85ad24",
                "sha256": "68e3a0ef84e2c10636a02fa0eb294eb0a3f95207d3fd962ad173606a66c1ac81"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "ec1fcb7873f40f77a15086315d85ad24",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1197953,
            "upload_time": "2024-08-01T07:02:43",
            "upload_time_iso_8601": "2024-08-01T07:02:43.578886Z",
            "url": "https://files.pythonhosted.org/packages/f5/2d/0c50deddb7d461a7b6bba37de9b46413e8a8b33c3fcec5538440fbd5270e/imap_codec-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2185c51126f834339be403b67ce5757afec821c98f7f1bb94735c24975184a6f",
                "md5": "5ebce987bf3125d890832a37558badda",
                "sha256": "4cf90394064c227db867ecb9867bf04089b8761e0d34edb5b82e0ac868a99289"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5ebce987bf3125d890832a37558badda",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1091862,
            "upload_time": "2024-08-01T07:03:07",
            "upload_time_iso_8601": "2024-08-01T07:03:07.017061Z",
            "url": "https://files.pythonhosted.org/packages/21/85/c51126f834339be403b67ce5757afec821c98f7f1bb94735c24975184a6f/imap_codec-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "23c2eee6b8824107ada059e4c4f416644754cc7d763d9a69fe7f91174a20b86a",
                "md5": "6664faca1d6534e4c93a7987d7007779",
                "sha256": "6aa18325996facdb4487f6231f2a5c659956866695efc3313e86dabb8a358875"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "6664faca1d6534e4c93a7987d7007779",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1135031,
            "upload_time": "2024-08-01T07:02:55",
            "upload_time_iso_8601": "2024-08-01T07:02:55.774036Z",
            "url": "https://files.pythonhosted.org/packages/23/c2/eee6b8824107ada059e4c4f416644754cc7d763d9a69fe7f91174a20b86a/imap_codec-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dac72b9effc7691663d5768df319c1aacb5b5360978610981b501b9bc0e649f3",
                "md5": "19a76b41a35c69bde5dd8c7317a838ae",
                "sha256": "5c877e0c5db036f979cc1d0fa3309f0a7083534026da6ee8b56693809e2202ed"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "19a76b41a35c69bde5dd8c7317a838ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1246381,
            "upload_time": "2024-08-01T07:03:27",
            "upload_time_iso_8601": "2024-08-01T07:03:27.172684Z",
            "url": "https://files.pythonhosted.org/packages/da/c7/2b9effc7691663d5768df319c1aacb5b5360978610981b501b9bc0e649f3/imap_codec-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aa94e174880b83f8d52b97dd4550514bbfc8330837e1649716c95bd0d54295fc",
                "md5": "133126efc8dda9121ea90f00a0160176",
                "sha256": "82951055b442c0b3908bb929740ae394fcccdba3ae1d4c93b5e515f0a1683487"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "133126efc8dda9121ea90f00a0160176",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1316762,
            "upload_time": "2024-08-01T07:03:38",
            "upload_time_iso_8601": "2024-08-01T07:03:38.411907Z",
            "url": "https://files.pythonhosted.org/packages/aa/94/e174880b83f8d52b97dd4550514bbfc8330837e1649716c95bd0d54295fc/imap_codec-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "94929d0213179d8eb01b09ad4ef0e8ed3f7f11c2788848210586f11310f7e316",
                "md5": "527e76740b40622ce66aeccf8269e985",
                "sha256": "e5f0a67ccfb11986434087832b85c085b845e1565be378d4d0dbea7cb1b8eac4"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "527e76740b40622ce66aeccf8269e985",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1257924,
            "upload_time": "2024-08-01T07:03:51",
            "upload_time_iso_8601": "2024-08-01T07:03:51.084168Z",
            "url": "https://files.pythonhosted.org/packages/94/92/9d0213179d8eb01b09ad4ef0e8ed3f7f11c2788848210586f11310f7e316/imap_codec-0.1.0-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "92e1ab8026fa57eecb9c8412dcd01e0ab1b92aa3eaeac40a8c79660ae537321d",
                "md5": "654248d7b172fb8ed29db5621d695185",
                "sha256": "23626f7d4485b020cf6a8e6e84098d404bc2a87bb21b9a21bf73deb46322ffcc"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "654248d7b172fb8ed29db5621d695185",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1263518,
            "upload_time": "2024-08-01T07:04:03",
            "upload_time_iso_8601": "2024-08-01T07:04:03.196565Z",
            "url": "https://files.pythonhosted.org/packages/92/e1/ab8026fa57eecb9c8412dcd01e0ab1b92aa3eaeac40a8c79660ae537321d/imap_codec-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "31737231c6c471350a617393cc071048a9997fa184534933c90b740410efbe8e",
                "md5": "577e284227540630a374d67f33f0f6b4",
                "sha256": "5ad8de1748011bd54097268953936ae03b7432a0c3529059fa5750b1a0d1dba7"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "577e284227540630a374d67f33f0f6b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 754421,
            "upload_time": "2024-08-01T07:04:24",
            "upload_time_iso_8601": "2024-08-01T07:04:24.928520Z",
            "url": "https://files.pythonhosted.org/packages/31/73/7231c6c471350a617393cc071048a9997fa184534933c90b740410efbe8e/imap_codec-0.1.0-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "96cf916e1fe58068d457e8cdc5406f2398c6ca1f79ce4816648b22d0f2c62f53",
                "md5": "191f7f0d380587f8d8dbf60f34eaace6",
                "sha256": "49eabaa25ef66979ab7a0d17c28388cf0a44af16f1132c1a2096b977838bd90b"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "191f7f0d380587f8d8dbf60f34eaace6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 885307,
            "upload_time": "2024-08-01T07:04:16",
            "upload_time_iso_8601": "2024-08-01T07:04:16.941502Z",
            "url": "https://files.pythonhosted.org/packages/96/cf/916e1fe58068d457e8cdc5406f2398c6ca1f79ce4816648b22d0f2c62f53/imap_codec-0.1.0-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1348a9ca6fde97088baad552a51d0f8980cad60e85bceebc41fdee28f0a174d3",
                "md5": "ae1e2d55b5c67ab517fa0f40ec144458",
                "sha256": "9be2f69d7788e5495b34545620657872b058edb063201bd2e8930d016b4dd25b"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ae1e2d55b5c67ab517fa0f40ec144458",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1070294,
            "upload_time": "2024-08-01T07:02:04",
            "upload_time_iso_8601": "2024-08-01T07:02:04.662839Z",
            "url": "https://files.pythonhosted.org/packages/13/48/a9ca6fde97088baad552a51d0f8980cad60e85bceebc41fdee28f0a174d3/imap_codec-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "999f4d46456751b1c6b86fe9d09baff55aebe76a56b38d183287bfb66aaac8e3",
                "md5": "4144d00fed072f5a05e0031f8e5e22c5",
                "sha256": "081decf96f600b6887e40829539aa700f8b13b49345aa5ed0fc8b2d0e9c81fab"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "4144d00fed072f5a05e0031f8e5e22c5",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1054061,
            "upload_time": "2024-08-01T07:02:17",
            "upload_time_iso_8601": "2024-08-01T07:02:17.699125Z",
            "url": "https://files.pythonhosted.org/packages/99/9f/4d46456751b1c6b86fe9d09baff55aebe76a56b38d183287bfb66aaac8e3/imap_codec-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b866c432c9d6bd531bbe0ceff9f7591e527e43349fc9684a8da1979ac8dcacf6",
                "md5": "0ca92a99c6cb71dcf46d6fe81ec006c5",
                "sha256": "0fd4897281fba79b5f9f75faf44e8b24e85c9a2808be77489b9a21d48c001f52"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "0ca92a99c6cb71dcf46d6fe81ec006c5",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1146015,
            "upload_time": "2024-08-01T07:02:32",
            "upload_time_iso_8601": "2024-08-01T07:02:32.036435Z",
            "url": "https://files.pythonhosted.org/packages/b8/66/c432c9d6bd531bbe0ceff9f7591e527e43349fc9684a8da1979ac8dcacf6/imap_codec-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d1a07bfb6b7920bd74df54e36f27bb09799cbcc68008a8969a7e0cf459d27cd6",
                "md5": "7ea41876c63c626b01112b0336374cb2",
                "sha256": "3025645419fafa855356df745075f23ee74717ec26439ed796816049b49ff64b"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "7ea41876c63c626b01112b0336374cb2",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1201317,
            "upload_time": "2024-08-01T07:02:44",
            "upload_time_iso_8601": "2024-08-01T07:02:44.890143Z",
            "url": "https://files.pythonhosted.org/packages/d1/a0/7bfb6b7920bd74df54e36f27bb09799cbcc68008a8969a7e0cf459d27cd6/imap_codec-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fbf9fc5217f9d901c1f75186bb8369cd579463fee5f96769b955b87f5878dfd0",
                "md5": "7f8dd4b1c020c9cb269ed191f4fafaa5",
                "sha256": "fe1d9079db26dc6ebe75debcf9846bae8df2b4bbbf4cd79723821738665fc80c"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7f8dd4b1c020c9cb269ed191f4fafaa5",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1093096,
            "upload_time": "2024-08-01T07:03:08",
            "upload_time_iso_8601": "2024-08-01T07:03:08.637755Z",
            "url": "https://files.pythonhosted.org/packages/fb/f9/fc5217f9d901c1f75186bb8369cd579463fee5f96769b955b87f5878dfd0/imap_codec-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "77cdc99f3d7e37a609726dc0d86e8afc6cef896327530f940419cfd18b57cbee",
                "md5": "9491d5351c9eb3fd57dfa33d00bf15ae",
                "sha256": "17e283aa704699f2cd3dea0c7a3d5e40cc0b4a042a052e935c8b110075832236"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "9491d5351c9eb3fd57dfa33d00bf15ae",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1137845,
            "upload_time": "2024-08-01T07:02:57",
            "upload_time_iso_8601": "2024-08-01T07:02:57.576344Z",
            "url": "https://files.pythonhosted.org/packages/77/cd/c99f3d7e37a609726dc0d86e8afc6cef896327530f940419cfd18b57cbee/imap_codec-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cf9c508438d4985144012225ea3f9d05040e2a98e24c7856618ed6bcc8aa7e27",
                "md5": "3b05034c7365e3cd314b8a781ca8cb04",
                "sha256": "ce2535aef53a458d6bc90bb10cbac555ef0904e8d69abcce1e148ebd58ffa010"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3b05034c7365e3cd314b8a781ca8cb04",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1248020,
            "upload_time": "2024-08-01T07:03:28",
            "upload_time_iso_8601": "2024-08-01T07:03:28.594097Z",
            "url": "https://files.pythonhosted.org/packages/cf/9c/508438d4985144012225ea3f9d05040e2a98e24c7856618ed6bcc8aa7e27/imap_codec-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "011d547dbab732f0993fdd00b676a2d95f27bf25c96e302efd365fcbf7903610",
                "md5": "7b09aed19c5a418542e2cd557094650a",
                "sha256": "ef842ed4ce322a928ce814d7ff86545abc9149dbb031a8b5c45c0868b96a9dd1"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "7b09aed19c5a418542e2cd557094650a",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1319931,
            "upload_time": "2024-08-01T07:03:40",
            "upload_time_iso_8601": "2024-08-01T07:03:40.228374Z",
            "url": "https://files.pythonhosted.org/packages/01/1d/547dbab732f0993fdd00b676a2d95f27bf25c96e302efd365fcbf7903610/imap_codec-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3f611bb84365c438b242b819b53269ae6bae5b24088f914f380db917ba559398",
                "md5": "6deedea6c4db495b59b1ad867ad2fded",
                "sha256": "d72fc02bd9b6b11e3f9e9ab0fbfca57847d53e1cdf166f3f3aaee1de89d2d5fa"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "6deedea6c4db495b59b1ad867ad2fded",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1260788,
            "upload_time": "2024-08-01T07:03:52",
            "upload_time_iso_8601": "2024-08-01T07:03:52.584490Z",
            "url": "https://files.pythonhosted.org/packages/3f/61/1bb84365c438b242b819b53269ae6bae5b24088f914f380db917ba559398/imap_codec-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d2f54ef8eb0b81378e93aebe1e60809ee918f38da51f4d6acca12630b0d49f13",
                "md5": "5629ad188368aabb526f36a19c2a9292",
                "sha256": "2210af4d1a41432523c8f9b2826531e2735d95963217ae64a082822d486801dd"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5629ad188368aabb526f36a19c2a9292",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1266581,
            "upload_time": "2024-08-01T07:04:05",
            "upload_time_iso_8601": "2024-08-01T07:04:05.046656Z",
            "url": "https://files.pythonhosted.org/packages/d2/f5/4ef8eb0b81378e93aebe1e60809ee918f38da51f4d6acca12630b0d49f13/imap_codec-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fa73238a5d831765f458e86b276a76ec91690b79a398dee40adf64dbb719eca3",
                "md5": "7ac686366dbb740e064615a13949f423",
                "sha256": "55205bffc26812e478d17f03a90c32758270cd49fbb8232691796bd94cd0b29f"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7ac686366dbb740e064615a13949f423",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1071757,
            "upload_time": "2024-08-01T07:02:06",
            "upload_time_iso_8601": "2024-08-01T07:02:06.365654Z",
            "url": "https://files.pythonhosted.org/packages/fa/73/238a5d831765f458e86b276a76ec91690b79a398dee40adf64dbb719eca3/imap_codec-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5b867de148bf5a56bbc0cedea6b6bc7dbe289bd75da0b7de78f170cbdc5e1a57",
                "md5": "0702f5daee30ae0204c27e4473109c82",
                "sha256": "1851c9576f3351126777738955d2e7b47b16e18c19122e33cdc111c5ead07153"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "0702f5daee30ae0204c27e4473109c82",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1055692,
            "upload_time": "2024-08-01T07:02:19",
            "upload_time_iso_8601": "2024-08-01T07:02:19.841782Z",
            "url": "https://files.pythonhosted.org/packages/5b/86/7de148bf5a56bbc0cedea6b6bc7dbe289bd75da0b7de78f170cbdc5e1a57/imap_codec-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3fa6df3d1559fd6810e847b17e5a33739a591db6d0dccce37f99e752322f789a",
                "md5": "51efbc599dd5fe8ad45e7088402ba147",
                "sha256": "9ef1860f449d5700d9cabf98c701d862cb8c03f057ba517d1df63e431c02d905"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "51efbc599dd5fe8ad45e7088402ba147",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1148054,
            "upload_time": "2024-08-01T07:02:34",
            "upload_time_iso_8601": "2024-08-01T07:02:34.897714Z",
            "url": "https://files.pythonhosted.org/packages/3f/a6/df3d1559fd6810e847b17e5a33739a591db6d0dccce37f99e752322f789a/imap_codec-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "847c96a5bed4f09ccf0f23120dc409364d88436acf4859ca94033733058f257e",
                "md5": "a57932f9436c84fc38f0483be87826eb",
                "sha256": "df53c01f2ec927f5190ec3d6924775b9be421e7cb2e9fea2e81e9b6a0f731860"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "a57932f9436c84fc38f0483be87826eb",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1203129,
            "upload_time": "2024-08-01T07:02:46",
            "upload_time_iso_8601": "2024-08-01T07:02:46.542703Z",
            "url": "https://files.pythonhosted.org/packages/84/7c/96a5bed4f09ccf0f23120dc409364d88436acf4859ca94033733058f257e/imap_codec-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6160e3de99f0c8df134971f42042053dc543f4cc734cdf00c12b31855dd50f4b",
                "md5": "47d35462d1deba54cbfbc8382e522b75",
                "sha256": "7e486fe0caee2b2545115ef554f9eec21faf363bc11f8cf2890c0697a75a2db6"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "47d35462d1deba54cbfbc8382e522b75",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1248751,
            "upload_time": "2024-08-01T07:03:29",
            "upload_time_iso_8601": "2024-08-01T07:03:29.948323Z",
            "url": "https://files.pythonhosted.org/packages/61/60/e3de99f0c8df134971f42042053dc543f4cc734cdf00c12b31855dd50f4b/imap_codec-0.1.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "61c62c954cd4266ff4d74718e45a9e300b75d56b531b02c9f9c80130856595a5",
                "md5": "0754691dce0fee5746c347baa9641387",
                "sha256": "eb214ecf65a9cb3c292c83177cecb53c970f3f03d5fc46048015b5fd37a04734"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "0754691dce0fee5746c347baa9641387",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1322219,
            "upload_time": "2024-08-01T07:03:41",
            "upload_time_iso_8601": "2024-08-01T07:03:41.553648Z",
            "url": "https://files.pythonhosted.org/packages/61/c6/2c954cd4266ff4d74718e45a9e300b75d56b531b02c9f9c80130856595a5/imap_codec-0.1.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "514bc95ae1a15b647e0b75a1865fd5e6f238d2f9398bf4a3b22d6c9dc0b8147c",
                "md5": "b2ef77e2784387bcfbcc8d55d5bdb98e",
                "sha256": "70017d815a25bfce7def9ecc86918903c87a22336fcbe7ba8870d62f502af73f"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "b2ef77e2784387bcfbcc8d55d5bdb98e",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1262179,
            "upload_time": "2024-08-01T07:03:53",
            "upload_time_iso_8601": "2024-08-01T07:03:53.907859Z",
            "url": "https://files.pythonhosted.org/packages/51/4b/c95ae1a15b647e0b75a1865fd5e6f238d2f9398bf4a3b22d6c9dc0b8147c/imap_codec-0.1.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bbe1846f1177bd9bd976bd4dace3459a3191d54b43c48e52e015f571083394cb",
                "md5": "a1b62f038870537ba70ceec989ad9dda",
                "sha256": "98d5112fccd9d0e2beb7f39b09caf572605657e79d9981a007dd45e7adb04380"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a1b62f038870537ba70ceec989ad9dda",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1267676,
            "upload_time": "2024-08-01T07:04:06",
            "upload_time_iso_8601": "2024-08-01T07:04:06.851360Z",
            "url": "https://files.pythonhosted.org/packages/bb/e1/846f1177bd9bd976bd4dace3459a3191d54b43c48e52e015f571083394cb/imap_codec-0.1.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c785e14e22de784f17efd8076bc5295dff19b8903ce46b973a91ec5ea325c2f",
                "md5": "fb51de3a561ac3d48ed4191189e67726",
                "sha256": "4ff4c20fd66a3e81195ba79be0d81bf08bc8381319fb4b045638d97a8bf96a86"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fb51de3a561ac3d48ed4191189e67726",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1072417,
            "upload_time": "2024-08-01T07:02:08",
            "upload_time_iso_8601": "2024-08-01T07:02:08.000489Z",
            "url": "https://files.pythonhosted.org/packages/1c/78/5e14e22de784f17efd8076bc5295dff19b8903ce46b973a91ec5ea325c2f/imap_codec-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4f67fa29995f6861a94e73c22b7b9633a73b6ace80300c7af3ab716030b69f7d",
                "md5": "5681ed7cc30da989a3c1384d3b4290d1",
                "sha256": "23f9032a70358e6bacf28ab494344d496daeb2f6241c21de77f1a23e2cdf68f1"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "5681ed7cc30da989a3c1384d3b4290d1",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1055357,
            "upload_time": "2024-08-01T07:02:21",
            "upload_time_iso_8601": "2024-08-01T07:02:21.563438Z",
            "url": "https://files.pythonhosted.org/packages/4f/67/fa29995f6861a94e73c22b7b9633a73b6ace80300c7af3ab716030b69f7d/imap_codec-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3352207eec1f5cd9fb96072de666428a2f000f6f231e8e18c044f46708654a5b",
                "md5": "ae04c112520eaeb0a851d8ee2788e792",
                "sha256": "4f4d085cdf46afd6f65a190092f980d5be08cd99bf1c85afc6c147c54449e7e9"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "ae04c112520eaeb0a851d8ee2788e792",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1147205,
            "upload_time": "2024-08-01T07:02:36",
            "upload_time_iso_8601": "2024-08-01T07:02:36.325581Z",
            "url": "https://files.pythonhosted.org/packages/33/52/207eec1f5cd9fb96072de666428a2f000f6f231e8e18c044f46708654a5b/imap_codec-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "93fb104e08329649243e443cbf1b1fed2bb5cbed1900af1da7ed4dcc7a1fca2a",
                "md5": "debb6bdd5361783c0b6ed24cd41c979d",
                "sha256": "802e28780ac829b99e61caea81a9a03fbe2d52d4f09e0797a74422d922514a79"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "debb6bdd5361783c0b6ed24cd41c979d",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1203331,
            "upload_time": "2024-08-01T07:02:48",
            "upload_time_iso_8601": "2024-08-01T07:02:48.267914Z",
            "url": "https://files.pythonhosted.org/packages/93/fb/104e08329649243e443cbf1b1fed2bb5cbed1900af1da7ed4dcc7a1fca2a/imap_codec-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "52b41e364b73a524f205e85bc32be6c489b20e8fc626c6bd9c9f43b4f85303ff",
                "md5": "ec39b409a1760df04e5f367ea15ae50b",
                "sha256": "5d9d79e35e901fb4f586808612705fc9d4628c4f509def1993ea69c0326ef8b8"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ec39b409a1760df04e5f367ea15ae50b",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1094002,
            "upload_time": "2024-08-01T07:03:09",
            "upload_time_iso_8601": "2024-08-01T07:03:09.906226Z",
            "url": "https://files.pythonhosted.org/packages/52/b4/1e364b73a524f205e85bc32be6c489b20e8fc626c6bd9c9f43b4f85303ff/imap_codec-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2feed31554bdb1a6372a3c6cc2aa23a1765397d53b44afce73a52dc40c6ee40a",
                "md5": "59b0881564331477877fd86322e5a75a",
                "sha256": "c569564456801cbd909f49bc18147b806133225fd3295bd3aec75de450a9f50b"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "59b0881564331477877fd86322e5a75a",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1139524,
            "upload_time": "2024-08-01T07:02:59",
            "upload_time_iso_8601": "2024-08-01T07:02:59.218896Z",
            "url": "https://files.pythonhosted.org/packages/2f/ee/d31554bdb1a6372a3c6cc2aa23a1765397d53b44afce73a52dc40c6ee40a/imap_codec-0.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "312efdbf1003e01c15499f4901878df4dec54ae9a1c4ae9ce5954572dad9894e",
                "md5": "c8b2a4ff919cfbd587b560bf7a103fcc",
                "sha256": "2229d214acaacff44fd0aa459574fd5b340c55a62725f8534b329b7e38c7f74e"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c8b2a4ff919cfbd587b560bf7a103fcc",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1249358,
            "upload_time": "2024-08-01T07:03:31",
            "upload_time_iso_8601": "2024-08-01T07:03:31.270354Z",
            "url": "https://files.pythonhosted.org/packages/31/2e/fdbf1003e01c15499f4901878df4dec54ae9a1c4ae9ce5954572dad9894e/imap_codec-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c6c04c2a11f3ca19c066b7a6a623cbbc1d06013a99197145d68ec479f7f4c4e0",
                "md5": "6d5c727e181640ebf18f1f3cb1372c38",
                "sha256": "021ee7bbfda5a2c5fb5511d2d1313607a23acbdca1b2067484530333be766f3b"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "6d5c727e181640ebf18f1f3cb1372c38",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1321592,
            "upload_time": "2024-08-01T07:03:42",
            "upload_time_iso_8601": "2024-08-01T07:03:42.946297Z",
            "url": "https://files.pythonhosted.org/packages/c6/c0/4c2a11f3ca19c066b7a6a623cbbc1d06013a99197145d68ec479f7f4c4e0/imap_codec-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "418fc7ed16059e0a1bcf239ca1a6e24fe3196c53c478a716c8c0463797a0a892",
                "md5": "8ba4e18e5a949ab302cbdb8e0fd63c00",
                "sha256": "aa078283e4e091929b67d8f44262039c93e94975ae1c40166e2d1bac622d9893"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "8ba4e18e5a949ab302cbdb8e0fd63c00",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1261568,
            "upload_time": "2024-08-01T07:03:55",
            "upload_time_iso_8601": "2024-08-01T07:03:55.293936Z",
            "url": "https://files.pythonhosted.org/packages/41/8f/c7ed16059e0a1bcf239ca1a6e24fe3196c53c478a716c8c0463797a0a892/imap_codec-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b47caaf178d9e4d42777dffe0b592efb29c99e9a6526284367b08cd07169f476",
                "md5": "946d72cdf05ce99dfa6028d88d8be3df",
                "sha256": "4b8f91995e7feae6fd3c3f903b02aecfaadb95070e69c786f2dc1baabd95a079"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "946d72cdf05ce99dfa6028d88d8be3df",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1267598,
            "upload_time": "2024-08-01T07:04:08",
            "upload_time_iso_8601": "2024-08-01T07:04:08.264102Z",
            "url": "https://files.pythonhosted.org/packages/b4/7c/aaf178d9e4d42777dffe0b592efb29c99e9a6526284367b08cd07169f476/imap_codec-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "70ce0161fff0b638018b63faf0c3f3a31410c6bd06e2e6e59cca29f8047534d3",
                "md5": "455471c19ae6e3d78dbfa77a6952e3ff",
                "sha256": "c97328b68f8d9f3c4aae202795961b880a58e381b5df730576f6d51672fdcb74"
            },
            "downloads": -1,
            "filename": "imap_codec-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "455471c19ae6e3d78dbfa77a6952e3ff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 220617,
            "upload_time": "2024-08-01T07:04:09",
            "upload_time_iso_8601": "2024-08-01T07:04:09.558238Z",
            "url": "https://files.pythonhosted.org/packages/70/ce/0161fff0b638018b63faf0c3f3a31410c6bd06e2e6e59cca29f8047534d3/imap_codec-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-01 07:04:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "duesee",
    "github_project": "imap-codec",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "imap-codec"
}
        
Elapsed time: 1.71418s