{ "info": { "author": "Roman Haritonov", "author_email": "reclosedev@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": ".. image:: https://travis-ci.org/reclosedev/lathermail_client.svg?branch=master\n :target: https://travis-ci.org/reclosedev/lathermail_client\n\n.. image:: https://coveralls.io/repos/reclosedev/lathermail_client/badge.svg?branch=master&service=github\n :target: https://coveralls.io/github/reclosedev/lathermail_client?branch=master\n\nlathermail_client\n=================\n\nPython API client for `lathermail `_ SMTP server.\n\nUsage:\n\n.. code-block:: python\n\n from lathermail_client import LathermailClient\n\n\n user, password = \"user\", \"password\"\n url = \"http://127.0.0.0:5000/\"\n\n client = LathermailClient(user, password, url)\n print(client.get_inboxes())\n print(client.get_messages(recipients_address=\"to@example.com\"))\n print(client.get_single_message(\"some_id\"))\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/reclosedev/lathermail_client/", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "lathermail_client", "package_url": "https://pypi.org/project/lathermail_client/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/lathermail_client/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/reclosedev/lathermail_client/" }, "release_url": "https://pypi.org/project/lathermail_client/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "API client for lathermail SMTP Server", "version": "0.2.0" }, "last_serial": 2623228, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e94f37cd187b2678b8909ab663b36dc7", "sha256": "5210b415fe93d24850c8847cdba69bf62d57b13c9b57a9365ea8eefcb0019414" }, "downloads": -1, "filename": "lathermail_client-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e94f37cd187b2678b8909ab663b36dc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2826, "upload_time": "2015-11-20T13:15:42", "url": "https://files.pythonhosted.org/packages/93/c6/b1512e9cd58d36e9188591ee440e45113311a8426e0c739d9866ffb39fc5/lathermail_client-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "0ec827c9679ab773d27b881877037f39", "sha256": "2afb558eaf5793efced3c4848b1bc3b6806eb16d098b6814a99724b88f62ca34" }, "downloads": -1, "filename": "lathermail_client-0.2.0.tar.gz", "has_sig": false, "md5_digest": "0ec827c9679ab773d27b881877037f39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2906, "upload_time": "2017-02-06T19:36:57", "url": "https://files.pythonhosted.org/packages/61/18/7d183555b04ec82d79d25804f9dd934813d02b05fcce8a947d3c76cb18ef/lathermail_client-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0ec827c9679ab773d27b881877037f39", "sha256": "2afb558eaf5793efced3c4848b1bc3b6806eb16d098b6814a99724b88f62ca34" }, "downloads": -1, "filename": "lathermail_client-0.2.0.tar.gz", "has_sig": false, "md5_digest": "0ec827c9679ab773d27b881877037f39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2906, "upload_time": "2017-02-06T19:36:57", "url": "https://files.pythonhosted.org/packages/61/18/7d183555b04ec82d79d25804f9dd934813d02b05fcce8a947d3c76cb18ef/lathermail_client-0.2.0.tar.gz" } ] }