{ "info": { "author": "Zope Foundation and Contributors", "author_email": "zope-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 6 - Mature", "Environment :: Web Environment", "Framework :: Zope", "Framework :: Zope :: 4", "License :: OSI Approved :: Zope Public License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Communications :: Email" ], "description": ".. image:: https://api.travis-ci.org/zopefoundation/Products.MailHost.svg?branch=master\n :target: https://travis-ci.org/zopefoundation/Products.MailHost\n\n.. image:: https://coveralls.io/repos/github/zopefoundation/Products.MailHost/badge.svg?branch=master\n :target: https://coveralls.io/github/zopefoundation/Products.MailHost?branch=master\n\n.. image:: https://img.shields.io/pypi/v/Products.MailHost.svg\n :target: https://pypi.org/project/Products.MailHost/\n :alt: Latest stable release on PyPI\n\n.. image:: https://img.shields.io/pypi/pyversions/Products.MailHost.svg\n :target: https://pypi.org/project/Products.MailHost/\n :alt: Stable release supported Python versions\n\nProducts.MailHost\n=================\n\nThe MailHost product provides support for sending email from within the Zope\nenvironment using MailHost objects.\n\nAn optional character set can be specified to automatically encode unicode\ninput, and perform appropriate RFC 2822 header and body encoding for the\nspecified character set. Full python email.Message.Message objects may be sent.\n\nEmail can optionally be encoded using Base64 or Quoted-Printable encoding\n(though automatic body encoding will be applied if a character set is\nspecified).\n\nUsage\n-----\n\nMailHost provides integration with the Zope transaction system and optional\nsupport for asynchronous mail delivery. Asynchronous mail delivery is\nimplemented using a queue and a dedicated thread processing the queue. The\nthread is (re)-started automatically when sending an email. The thread can be\nstarted manually (in case of restart) by calling its\nmanage_restartQueueThread?action=start method through HTTP. There is currently\nno possibility to start the thread at Zope startup time.\n\nSupports TLS/SSL encryption (requires Python compiled with SSL support).\n\nConfiguration\n-------------\n\nTo force MailHost to only queue mails without sending them, activate queuing\nin the ZMI and set the environment variable ``MAILHOST_QUEUE_ONLY=1``.\nThis could be helpful in a staging environment where mails should not be sent.\n\nChangelog\n=========\n\n4.7 (2019-06-03)\n----------------\n\n- Do not start QueueProcessorThread on configuration update.\n (`#14 `_)\n\n\n4.6 (2019-05-16)\n----------------\n\n- Fix breaking sendmail tag rendering with DocumentTemplate > 3\n\n\n4.5 (2019-04-07)\n----------------\n\n- Prevent ZMI blowups when pointing to a non-Maildir queue folder\n (`#2 `_)\n\n- Changed ZMI forms for Zope 4 ZMI compliance\n (`#17 `_)\n\n- Packaging and test configuration cleanup\n\n- Add badges to the README\n\n\n4.4 (2019-04-03)\n----------------\n\n- Add ability to disable sending of queued mails. Details see README.rst.\n (`#14 `_)\n\n\n4.3 (2019-03-08)\n----------------\n\n- silence deprecation warning due to non-raw regex\n (`#13 `_)\n\n- Specify supported Python versions using ``python_requires`` in setup.py\n (`Zope#481 `_)\n\n- Add support for Python 3.8\n\n\n4.2 (2018-10-05)\n----------------\n\n- Add icon for Bootstrap ZMI.\n\n- Fix start-up in case ``Products.GenericSetup`` is not installed.\n (`#9 `_)\n\n- Add support for Python 3.7.\n\n\n4.1 (2018-05-20)\n----------------\n\n- Fix GenericSetup support for GenericSetup 2.x\n\n- Fix DeprecationWarnings\n\n- PEP-8 code style compliance\n\n- Drop support for Python 3.4\n\n\n4.0 (2017-09-14)\n----------------\n\n- Move GenericSetup export/import support from the GenericSetup package\n to MailHost as a setuptools extra.\n\n- Python 3 compatibility\n\n- Require Zope 4, aka drop Zope 2.13 support.\n\n- add test coverage reporting\n\n- Use `@implementer` class decorator.\n\n- Drop long-deprecated support for uuencoded emails.\n\n3.0 (2016-07-18)\n----------------\n\n- Remove HelpSys support.\n\n2.13.2 (2014-11-02)\n-------------------\n\n- Adjust tests to pass with latest zope.sendmail versions.\n\n- Specify detailed distribution dependencies.\n\n2.13.1 (2010-09-25)\n-------------------\n\n- LP #642728: Fixed TypeError on nested multi part messages in MailHost.\n\n2.13.0 (2010-07-13)\n-------------------\n\n- Released as separate package.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zopefoundation/Products.MailHost", "keywords": "", "license": "ZPL 2.1", "maintainer": "", "maintainer_email": "", "name": "Products.MailHost", "package_url": "https://pypi.org/project/Products.MailHost/", "platform": "", "project_url": "https://pypi.org/project/Products.MailHost/", "project_urls": { "Homepage": "https://github.com/zopefoundation/Products.MailHost", "Issue Tracker": "https://github.com/zopefoundation/Products.MailHost/issues", "Sources": "https://github.com/zopefoundation/Products.MailHost" }, "release_url": "https://pypi.org/project/Products.MailHost/4.7/", "requires_dist": [ "setuptools", "six", "AccessControl", "Acquisition", "DateTime", "DocumentTemplate", "ExtensionClass (>=4.1a1)", "Persistence", "Zope (>=4.0b4)", "zope.deferredimport", "zope.interface", "zope.sendmail (>=5)", "Products.GenericSetup (>=2.0b1) ; extra == 'genericsetup'" ], "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "summary": "zope.sendmail integration for Zope.", "version": "4.7" }, "last_serial": 5354899, "releases": { "2.13.0": [ { "comment_text": "", "digests": { "md5": "3b54c99ed9368c624672661be846b5de", "sha256": "ebc95ba4c585e15a8b909746b4bcf28239656d39ed2a98d5cd80f1f1cf6b27ad" }, "downloads": -1, "filename": "Products.MailHost-2.13.0.zip", "has_sig": false, "md5_digest": "3b54c99ed9368c624672661be846b5de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29091, "upload_time": "2010-07-13T18:28:56", "url": "https://files.pythonhosted.org/packages/3d/1c/1aedc72161b4d84a78559f1d5144412dab882da126f4b8dbc51d83b4308a/Products.MailHost-2.13.0.zip" } ], "2.13.1": [ { "comment_text": "", "digests": { "md5": "1102e523435d8bf78a15b9ddb57478e1", "sha256": "fe1b4797c4d3c5dd8123f715a75107f966f8b5469169c4c5c68c6b5776dc1199" }, "downloads": -1, "filename": "Products.MailHost-2.13.1.zip", "has_sig": false, "md5_digest": "1102e523435d8bf78a15b9ddb57478e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29366, "upload_time": "2010-09-25T22:57:53", "url": "https://files.pythonhosted.org/packages/b9/f6/6cc99301b31f964cf11c17f563110e55da0707ab94ce0210823f936007d6/Products.MailHost-2.13.1.zip" } ], "2.13.2": [ { "comment_text": "", "digests": { "md5": "05eec9e2ae6691947465a410345f5895", "sha256": "5ccd20d7cd7979a7cc4c1db04fafe542f29e1c2cde18f6289a5d0a342e843e3a" }, "downloads": -1, "filename": "Products.MailHost-2.13.2.zip", "has_sig": true, "md5_digest": "05eec9e2ae6691947465a410345f5895", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28007, "upload_time": "2014-11-02T14:46:37", "url": "https://files.pythonhosted.org/packages/fa/38/96b5f69c9fa11bc322b641b6517d51434d3b7573426ce1d9621fadc98a05/Products.MailHost-2.13.2.zip" } ], "2.13.3": [ { "comment_text": "", "digests": { "md5": "a94f0fd8e5bb25241d864e613a226b4c", "sha256": "baeb14355cf0f1131453b33eb13be0933542f6a00b18340be36135efe6d67ffc" }, "downloads": -1, "filename": "Products.MailHost-2.13.3.tar.gz", "has_sig": false, "md5_digest": "a94f0fd8e5bb25241d864e613a226b4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21372, "upload_time": "2019-04-03T12:48:37", "url": "https://files.pythonhosted.org/packages/24/75/95ebbf1310c311294fa0861db1b9be82f062e9f3e02114dc7f62834a2974/Products.MailHost-2.13.3.tar.gz" } ], "2.13.4": [ { "comment_text": "", "digests": { "md5": "34165fe3db17d4a14191ad8e491e9453", "sha256": "092627509ab60f5df4523bb7b61abcc563fbfceaa393b65248b1fe0d722406bb" }, "downloads": -1, "filename": "Products.MailHost-2.13.4-py2-none-any.whl", "has_sig": true, "md5_digest": "34165fe3db17d4a14191ad8e491e9453", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 24725, "upload_time": "2019-06-03T23:04:52", "url": "https://files.pythonhosted.org/packages/95/2e/b6e4a4a42fc0c26ae9dfe53ee68867833e4f5cd01e10fa95184ab150cbe3/Products.MailHost-2.13.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "61b4fb2a2d40f98689f3761530b2c8a5", "sha256": "b459db7b0f93cb132d476f7ecc280e199db0ac77c4a80963784c0b0acda35031" }, "downloads": -1, "filename": "Products.MailHost-2.13.4.tar.gz", "has_sig": true, "md5_digest": "61b4fb2a2d40f98689f3761530b2c8a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18587, "upload_time": "2019-06-03T23:04:57", "url": "https://files.pythonhosted.org/packages/b0/58/f76a53d54e5e0cad49e56145c558c8d624ea80bbc0c0a08ad345e34fbc48/Products.MailHost-2.13.4.tar.gz" } ], "3.0": [ { "comment_text": "", "digests": { "md5": "402614b037f5711811ebe1f99cd076ed", "sha256": "f7414a093408509f41abc3f796a3c2e7b70dbf61b23647096757057056ac2565" }, "downloads": -1, "filename": "Products.MailHost-3.0-py2-none-any.whl", "has_sig": true, "md5_digest": "402614b037f5711811ebe1f99cd076ed", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 22154, "upload_time": "2017-06-13T20:59:36", "url": "https://files.pythonhosted.org/packages/d0/76/707fa04cca33789a6a770968011320a0ec4eb5820220667b2b1d7c2bf18d/Products.MailHost-3.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f0d3f29c859dd8eae6db9856798f6c44", "sha256": "ec86a958af9bb27c24b7696e3a586ed0ca20cabfaf8d8a575d90c86090f34119" }, "downloads": -1, "filename": "Products.MailHost-3.0.zip", "has_sig": false, "md5_digest": "f0d3f29c859dd8eae6db9856798f6c44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25516, "upload_time": "2016-07-18T17:13:25", "url": "https://files.pythonhosted.org/packages/dd/b3/e68daf5b8f9ed25d1ab7394eda16f89e8ccbd302f15800a6d54642d60749/Products.MailHost-3.0.zip" } ], "4.0": [ { "comment_text": "", "digests": { "md5": "3bac143022b3221178fe06818e07bffd", "sha256": "45af906898236bcfa4f909bfd9ca9ccdd45f762ef917ec3a9db3c1e4159a953c" }, "downloads": -1, "filename": "Products.MailHost-4.0-py3-none-any.whl", "has_sig": true, "md5_digest": "3bac143022b3221178fe06818e07bffd", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 24972, "upload_time": "2017-09-14T15:07:08", "url": "https://files.pythonhosted.org/packages/c2/f9/1467a44820dddaef667ffd1761dd83cb3337ec1b34bc88a0fe2481fcf311/Products.MailHost-4.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6dd5a8d6eeb635a53bfe95dd13251ac3", "sha256": "d526a4759595c29fc51a4e27f7dae7cb766cef9d6c017360cd3e28941b678534" }, "downloads": -1, "filename": "Products.MailHost-4.0.tar.gz", "has_sig": true, "md5_digest": "6dd5a8d6eeb635a53bfe95dd13251ac3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18998, "upload_time": "2017-09-14T15:07:01", "url": "https://files.pythonhosted.org/packages/e6/fe/9e725c445fb68fd864f59535c160bb4825ff419165aaf8fb41d117ae2fe8/Products.MailHost-4.0.tar.gz" } ], "4.1": [ { "comment_text": "", "digests": { "md5": "0c8af0a038d97479934446bf340fa0a3", "sha256": "55bfd05344ff86f1f0dbabc571a4ba5b22c3b36b45046c08b9834d1bfa307bb6" }, "downloads": -1, "filename": "Products.MailHost-4.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "0c8af0a038d97479934446bf340fa0a3", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 25030, "upload_time": "2018-05-19T22:02:39", "url": "https://files.pythonhosted.org/packages/2f/1e/04a247ae38b36f8d71898e6e0d78937bd4f57a7ed74e36f236dad0fab0c3/Products.MailHost-4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dad31696fd58ac27874261d60e764872", "sha256": "914dc3ddbf8f055efb8d939ff81335f94366b5752b86d022b471178ae567c368" }, "downloads": -1, "filename": "Products.MailHost-4.1.tar.gz", "has_sig": true, "md5_digest": "dad31696fd58ac27874261d60e764872", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19296, "upload_time": "2018-05-19T22:02:33", "url": "https://files.pythonhosted.org/packages/1f/09/422e10a6e7d259fecca08b5d651d968a64d9c6d546a5b0e03c506dd55fcc/Products.MailHost-4.1.tar.gz" } ], "4.2": [ { "comment_text": "", "digests": { "md5": "f1a1e0a098667fc9ff5be1a0a02d64ed", "sha256": "5cd7b698ddf228be8d23c1d5c540c491f31df649878a776c1dc73b89bdfa0e95" }, "downloads": -1, "filename": "Products.MailHost-4.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f1a1e0a098667fc9ff5be1a0a02d64ed", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 25324, "upload_time": "2018-10-05T15:38:31", "url": "https://files.pythonhosted.org/packages/29/64/805e139f771a6f96a53e17de0f5b3777b389438a222ed546bb92e22f980f/Products.MailHost-4.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "120f0bb5b9ca5fd4674e3e52a9ddb8db", "sha256": "7ce862408ddc722d513d2c0c4e49e560e985da2877e7ded4ffa0ce4a715b1c64" }, "downloads": -1, "filename": "Products.MailHost-4.2.tar.gz", "has_sig": false, "md5_digest": "120f0bb5b9ca5fd4674e3e52a9ddb8db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21931, "upload_time": "2018-10-05T15:38:32", "url": "https://files.pythonhosted.org/packages/df/3f/1ebf553d7b2adba866f1aad93e57e57b6896d4725444bfb323730883d5f5/Products.MailHost-4.2.tar.gz" } ], "4.3": [ { "comment_text": "", "digests": { "md5": "d3d83d379e54f2dbfe044c8a4667e479", "sha256": "a364f00cc839e95d74abbdf4e97bc7559b70e192d5fea85519c3019c3f10906d" }, "downloads": -1, "filename": "Products.MailHost-4.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d3d83d379e54f2dbfe044c8a4667e479", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 25595, "upload_time": "2019-03-08T13:03:56", "url": "https://files.pythonhosted.org/packages/f1/0d/f6e6583b89b2c3b72e1c42c854fec77d9c9a1366f56121a919c501ac0cd0/Products.MailHost-4.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "568196ae1576f711166ba8a0315eb410", "sha256": "b2654fc13d1b41a48fc1574e0562ef37ae32e53ea42e3b1c3e3c296ef44b865a" }, "downloads": -1, "filename": "Products.MailHost-4.3.tar.gz", "has_sig": false, "md5_digest": "568196ae1576f711166ba8a0315eb410", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 22246, "upload_time": "2019-03-08T13:03:57", "url": "https://files.pythonhosted.org/packages/89/30/fa4a75a25a7a746ef9e5413ef7eb1bb7c220d7aad9ef529972c4a2f2ce8a/Products.MailHost-4.3.tar.gz" } ], "4.4": [ { "comment_text": "", "digests": { "md5": "92cf8813fcc03b8a61ccc84f33003f8a", "sha256": "77e4dfb9369774e3a563c9d61e3184fc10a9cc1dece7d959ac9403a9fd94cd75" }, "downloads": -1, "filename": "Products.MailHost-4.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "92cf8813fcc03b8a61ccc84f33003f8a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 26488, "upload_time": "2019-04-03T12:38:48", "url": "https://files.pythonhosted.org/packages/bb/57/265b52cb9bd05df9b6d7d222f8b8e0633370432284f4053d231a3f722df6/Products.MailHost-4.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5be1a4562b43849e6ca5d3c3c0a01291", "sha256": "bd70711368b280eddde71877938d583734055f68b7c623c50e7a4d14b596f898" }, "downloads": -1, "filename": "Products.MailHost-4.4.tar.gz", "has_sig": false, "md5_digest": "5be1a4562b43849e6ca5d3c3c0a01291", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 23085, "upload_time": "2019-04-03T12:38:50", "url": "https://files.pythonhosted.org/packages/e7/05/2a39274f8050e5b48a5ed4596c75e09cb96af1dff5acf4e2151debc06a56/Products.MailHost-4.4.tar.gz" } ], "4.5": [ { "comment_text": "", "digests": { "md5": "fb6195e090ad72f372d076513bb41653", "sha256": "943bd397df16d4d37a05ff13000009be15b9284fe9f84e4df2c7398eed371102" }, "downloads": -1, "filename": "Products.MailHost-4.5-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "fb6195e090ad72f372d076513bb41653", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 25742, "upload_time": "2019-04-07T21:19:21", "url": "https://files.pythonhosted.org/packages/b1/27/4e679e468b2e382f300afa148ce408a79007bfb852e3967fc72ac4648756/Products.MailHost-4.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "de35df3153581569a9286e423443c998", "sha256": "a11eafa0927904b18016fbd9e8c6101ee6a5724aaa3a739ac482bbed5ce3106e" }, "downloads": -1, "filename": "Products.MailHost-4.5.tar.gz", "has_sig": true, "md5_digest": "de35df3153581569a9286e423443c998", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 22016, "upload_time": "2019-04-07T21:19:26", "url": "https://files.pythonhosted.org/packages/06/ae/e10218d83015d6beab3f2b38dec4629a2af7296234adda57afb36b592d0c/Products.MailHost-4.5.tar.gz" } ], "4.6": [ { "comment_text": "", "digests": { "md5": "99bf3c40018fb3b7dcf46d1145236f06", "sha256": "0d5806c25605ae2be73fbf1f9055074ba407fdbcd72e4706bddd7703e0734215" }, "downloads": -1, "filename": "Products.MailHost-4.6-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "99bf3c40018fb3b7dcf46d1145236f06", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 27709, "upload_time": "2019-05-16T21:36:16", "url": "https://files.pythonhosted.org/packages/f1/33/b5f590f8aedaaa10071c52429a1ca58b09e8fac7ae01ab7e184a9dc5bbf4/Products.MailHost-4.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1f218e7f2740434d73cd36e3115acbe9", "sha256": "4b411016c013ee234ceeb3238272961382473d9a830278ff97c16cf9305c2e9b" }, "downloads": -1, "filename": "Products.MailHost-4.6.tar.gz", "has_sig": true, "md5_digest": "1f218e7f2740434d73cd36e3115acbe9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 22786, "upload_time": "2019-05-16T21:36:22", "url": "https://files.pythonhosted.org/packages/ad/1f/19ab7c40b7c9146cb31f84b997b1e709db1d41484bbcc487ab29222f0ee5/Products.MailHost-4.6.tar.gz" } ], "4.7": [ { "comment_text": "", "digests": { "md5": "9c821fcda83004ea534e46106c473b4b", "sha256": "2ae7b181aa6ef0e40b3b759a5b6eb47e6f7d36f7baa6570bc1cc1cc805b5ef02" }, "downloads": -1, "filename": "Products.MailHost-4.7-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "9c821fcda83004ea534e46106c473b4b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 30647, "upload_time": "2019-06-03T23:12:38", "url": "https://files.pythonhosted.org/packages/50/87/585057dfc83f395ce48692338ab35e4b79939d3a5ba4c32eb52a3fa88346/Products.MailHost-4.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cb9a91595e2ffab769f9cbac7f682926", "sha256": "146df2534e3f3649d7acde6988714251bdd83098451c3240744cb72bb367b6bc" }, "downloads": -1, "filename": "Products.MailHost-4.7.tar.gz", "has_sig": true, "md5_digest": "cb9a91595e2ffab769f9cbac7f682926", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 22770, "upload_time": "2019-06-03T23:12:44", "url": "https://files.pythonhosted.org/packages/3f/ae/b5899d5826f38f52dcc640bc36fcc27a8a7e58ef7381c7f777949dac06fd/Products.MailHost-4.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9c821fcda83004ea534e46106c473b4b", "sha256": "2ae7b181aa6ef0e40b3b759a5b6eb47e6f7d36f7baa6570bc1cc1cc805b5ef02" }, "downloads": -1, "filename": "Products.MailHost-4.7-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "9c821fcda83004ea534e46106c473b4b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 30647, "upload_time": "2019-06-03T23:12:38", "url": "https://files.pythonhosted.org/packages/50/87/585057dfc83f395ce48692338ab35e4b79939d3a5ba4c32eb52a3fa88346/Products.MailHost-4.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cb9a91595e2ffab769f9cbac7f682926", "sha256": "146df2534e3f3649d7acde6988714251bdd83098451c3240744cb72bb367b6bc" }, "downloads": -1, "filename": "Products.MailHost-4.7.tar.gz", "has_sig": true, "md5_digest": "cb9a91595e2ffab769f9cbac7f682926", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 22770, "upload_time": "2019-06-03T23:12:44", "url": "https://files.pythonhosted.org/packages/3f/ae/b5899d5826f38f52dcc640bc36fcc27a8a7e58ef7381c7f777949dac06fd/Products.MailHost-4.7.tar.gz" } ] }