{ "info": { "author": "b'Tomasz W\\xc3\\xb3jcik'", "author_email": "tomek@bthlabs.pl", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Envelopes\n=========\n\n.. image:: https://travis-ci.org/virusdefender/envelopes.png?branch=master\n :target: https://travis-ci.org/virusdefender/envelopes\n\nMailing for human beings.\n\nAbout\n-----\n\nEnvelopes is a wrapper for Python's *email* and *smtplib* modules. It aims to\nmake working with outgoing e-mail in Python simple and fun.\n\nShort example\n-------------\n\n.. sourcecode:: python\n\n from envelopes import Envelope, GMailSMTP\n\n envelope = Envelope(\n from_addr=(u'from@example.com', u'From Example'),\n to_addr=(u'to@example.com', u'To Example'),\n subject=u'Envelopes demo',\n text_body=u\"I'm a helicopter!\"\n )\n envelope.add_attachment('/Users/bilbo/Pictures/helicopter.jpg')\n\n # Send the envelope using an ad-hoc connection...\n envelope.send('smtp.googlemail.com', login='from@example.com',\n password='password', tls=True, smtps=False)\n\n # Or send the envelope using a shared GMail connection...\n gmail = GMailSMTP('from@example.com', 'password')\n gmail.send(envelope)\n\nFeatures\n--------\n\nEnvelopes allows you to easily:\n\n* Provide e-mail addresses with or without name part.\n* Set text, HTML or both bodies according to your needs.\n* Provide any number of CC and BCC addresses.\n* Set standard (e.g. ``Reply-To``) and custom (e.g. ``X-Mailer``) headers.\n* Attach files of any kind without hassle.\n* Use any charset natively supported by Python's *unicode* type in addresses,\n bodies, headers and attachment file names.\n\nProject status\n--------------\n\nThis project should be considered **beta**. Proceed with caution if you decide\nto use Envelopes in production.\n\nEnvelopes has been developed and tested with Python 2.7. Currently, Envelopes\nsupports Python 2.6, 2.7 and 3.3.\n\nAuthor\n------\n\nEnvelopes is developed by `Tomasz W\u00f3jcik `_.\n\nLicense\n-------\n\nEnvelopes is licensed under the MIT License.\n\nSource code and issues\n----------------------\n\nSource code is available on GitHub at:\n`tomekwojcik/envelopes `_.\n\nTo file issue reports and feature requests use the project's issue tracker on\nGitHub.\n", "description_content_type": "", "docs_url": null, "download_url": "http://github.com/tomekwojcik/envelopes/tarball/v0.4", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://tomekwojcik.github.io/envelopes/", "keywords": "", "license": "https://github.com/tomekwojcik/envelopes/blob/master/LICENSE", "maintainer": "", "maintainer_email": "", "name": "EnvelopesWithSMTPS", "package_url": "https://pypi.org/project/EnvelopesWithSMTPS/", "platform": "any", "project_url": "https://pypi.org/project/EnvelopesWithSMTPS/", "project_urls": { "Download": "http://github.com/tomekwojcik/envelopes/tarball/v0.4", "Homepage": "http://tomekwojcik.github.io/envelopes/" }, "release_url": "https://pypi.org/project/EnvelopesWithSMTPS/0.4/", "requires_dist": null, "requires_python": "", "summary": "Mailing for human beings", "version": "0.4" }, "last_serial": 3805879, "releases": { "0.4": [ { "comment_text": "", "digests": { "md5": "7c638eef56164c7218ea143b5bfb2e71", "sha256": "e519e2f99359b725d44ce62a1e42c609375d47ac5b9187d02d31be6b52858af8" }, "downloads": -1, "filename": "EnvelopesWithSMTPS-0.4.tar.gz", "has_sig": false, "md5_digest": "7c638eef56164c7218ea143b5bfb2e71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24376, "upload_time": "2018-04-25T07:49:58", "url": "https://files.pythonhosted.org/packages/9c/d3/dda578045ec4db300e1e5f37d9f4d3669345323b170171b9ab8297d5b45f/EnvelopesWithSMTPS-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7c638eef56164c7218ea143b5bfb2e71", "sha256": "e519e2f99359b725d44ce62a1e42c609375d47ac5b9187d02d31be6b52858af8" }, "downloads": -1, "filename": "EnvelopesWithSMTPS-0.4.tar.gz", "has_sig": false, "md5_digest": "7c638eef56164c7218ea143b5bfb2e71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24376, "upload_time": "2018-04-25T07:49:58", "url": "https://files.pythonhosted.org/packages/9c/d3/dda578045ec4db300e1e5f37d9f4d3669345323b170171b9ab8297d5b45f/EnvelopesWithSMTPS-0.4.tar.gz" } ] }