{ "info": { "author": "Jari Juopperi", "author_email": "jmjj@juopperi.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Topic :: Communications :: Email" ], "description": "E-mail message to JSON converter\n================================\n\nVersion: 0.3.0\n\nAuthor: Jari Juopperi\n\nTravis CI build: [![Build Status](https://travis-ci.org/jmjj/messages2json.svg?branch=master)](https://travis-ci.org/jmjj/messages2json)\n\n\nOverview\n--------\n\nA program that can be used to convert messages stored in various mailbox formats into JSON format. Currently the only supported input format is the `mailbox` format referred in the Python standard library\n[documentation](https://docs.python.org/2/library/mailbox.html#mbox).\n\n**Please note that this program is in the early stage of development. It is not ready for the business critical use.**\n\nInstallation\n------------\n\nTo install use pip:\n\n $ pip install messages2json\n\n\nOr clone the repo:\n\n $ git clone https://github.com/jmjj/messages2json.git\n $ python setup.py install\n\nUsage\n-----\nTo get help on the usage of the program:\n\n $ messages2json --help\n usage: messages2json [-h] [--input IN_F_OR_D] [--output OUT_F_OR_D] [--body] \n [--format {mbox}] [--force]\n\n Convert e-mail messages to JSON format\n\n optional arguments:\n -h, --help show this help message and exit\n --input IN_F_OR_D input file or directory\n --output OUT_F_OR_D output file or directory\n --body include the body of the message, by default only\n headers are converted\n --format {mbox} the format of input messages\n --force Overwrite the output files even if they exist\n\nHow to store messages to a file in `mbox` format ?\n------------------------------------------\nThe following instructions help you to store messages from your favorite e-mail progran/service into a file in `mbox` format:\n + [Mozilla Thunderbird](https://freeshell.de/~kaosmos/mboximport-en.html)\n + [Gmail](http://email.about.com/od/gmailtips/fl/How-to-Export-Your-Emails-from-Gmail-As-Mbox-Files.htm), not tested.\n + [MS Outlook](http://www.techhit.com/outlook/convert_outlook_mbox.html), not tested.\n\n\n\n\n\nContributing\n------------\n\nBug report, pull requests and comments are appreciated. Please use the standard mechanisms of GitHub on [https://github.com/jmjj/messages2json](https://github.com/jmjj/messages2json) to submit your feedback.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/jmjj/messages2json/tarball/0.3.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jmjj/messages2json", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "messages2json", "package_url": "https://pypi.org/project/messages2json/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/messages2json/", "project_urls": { "Download": "https://github.com/jmjj/messages2json/tarball/0.3.0", "Homepage": "https://github.com/jmjj/messages2json" }, "release_url": "https://pypi.org/project/messages2json/0.3.0/", "requires_dist": null, "requires_python": "", "summary": "A program that can be used to convert messages stored in various mailbox formats into JSON format.", "version": "0.3.0" }, "last_serial": 2073425, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "c8400e5883aeff13a3d4113962e5e660", "sha256": "1e2c8063fc0a42e0d0146c3ed3d0977290d694d4ed057bba0743b3187f921d16" }, "downloads": -1, "filename": "messages2json-0.2.0.tar.gz", "has_sig": false, "md5_digest": "c8400e5883aeff13a3d4113962e5e660", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5938, "upload_time": "2016-04-13T12:43:00", "url": "https://files.pythonhosted.org/packages/dd/14/1bfea2d6cc898c9fdbe5a771e4c5988f7cb38a85d0784cac53251d4e19a4/messages2json-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "bbb0f327fdc5f29b9c5f7bf2df42ca12", "sha256": "51c758fea6dbd7e54278d89287208efd8f083af3dc7a65ccf421632878835314" }, "downloads": -1, "filename": "messages2json-0.3.0.tar.gz", "has_sig": false, "md5_digest": "bbb0f327fdc5f29b9c5f7bf2df42ca12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6042, "upload_time": "2016-04-20T06:50:20", "url": "https://files.pythonhosted.org/packages/6f/82/9d2383fb571b459edc3f7cd4b2e40a4a0445f42c949ef3f698c2a62aae92/messages2json-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bbb0f327fdc5f29b9c5f7bf2df42ca12", "sha256": "51c758fea6dbd7e54278d89287208efd8f083af3dc7a65ccf421632878835314" }, "downloads": -1, "filename": "messages2json-0.3.0.tar.gz", "has_sig": false, "md5_digest": "bbb0f327fdc5f29b9c5f7bf2df42ca12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6042, "upload_time": "2016-04-20T06:50:20", "url": "https://files.pythonhosted.org/packages/6f/82/9d2383fb571b459edc3f7cd4b2e40a4a0445f42c949ef3f698c2a62aae92/messages2json-0.3.0.tar.gz" } ] }