{ "info": { "author": "Manabu Terada", "author_email": "terada@cmscom.jp", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n===============\n\nThis package fixes two kind of Plone 3.x multibyte-launguage bug in mail header of registration mail and password notification mail.\n\nrequirement\n-------------\nPlone 3.x (Tested by Plone 3.3.1 on MaxOS X 10.5)\n\n\nChangelog\n===========\n\n0.2 (2010-02-22)\n------------------\n\n* monkey patch SecureMailHost for non UTF-8\n\n0.1.1 (2009-12-7)\n------------------\n\n* Adding logging (Patch information)\n\n\n0.1 (2009-11-21)\n------------------\n\n* Initial release\n\nInstallation\n==================================\n\n* When you're reading this you have probably already run\n ``easy_install c2.patch.plone3mail``. Find out how to install setuptools\n (and EasyInstall) here:\n http://peak.telecommunity.com/DevCenter/EasyInstall\n\n* Create a file called ``c2.patch.plone3mail-configure.zcml`` in the\n ``/path/to/instance/etc/package-includes`` directory. The file\n should only contain this::\n\n \n\n\nAlternatively, if you are using zc.buildout and the plone.recipe.zope2instance\nrecipe to manage your project, you can do this.\n\n* Add ``c2.patch.plone3mail`` to the list of eggs to install, e.g.::\n\n [buildout]\n ...\n eggs =\n ...\n c2.patch.plone3mail\n\n* Tell the plone.recipe.zope2instance recipe to install a ZCML slug::\n\n [instance]\n recipe = plone.recipe.zope2instance\n ...\n zcml =\n c2.patch.plone3mail\n\n* Re-run buildout, e.g. with::\n\n $ ./bin/buildout\n\nYou can skip the ZCML slug if you are going to explicitly include the package\nfrom another package's configure.zcml file.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.cmscom.jp", "keywords": "plone patch mail", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "c2.patch.plone3mail", "package_url": "https://pypi.org/project/c2.patch.plone3mail/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/c2.patch.plone3mail/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.cmscom.jp" }, "release_url": "https://pypi.org/project/c2.patch.plone3mail/0.2/", "requires_dist": null, "requires_python": null, "summary": "Patches for Plone 3.x, multi-language bug of mail header", "version": "0.2" }, "last_serial": 787178, "releases": { "0.1.1dev": [ { "comment_text": "", "digests": { "md5": "f0f0a3ad78d04ef4df2e2b9211b3c7f5", "sha256": "b671840634fcd95558acc63bd363655bcdcae5e37b5e6fde7f48982ae97cc63a" }, "downloads": -1, "filename": "c2.patch.plone3mail-0.1.1dev-py2.4.egg", "has_sig": false, "md5_digest": "f0f0a3ad78d04ef4df2e2b9211b3c7f5", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 15461, "upload_time": "2009-12-07T05:45:58", "url": "https://files.pythonhosted.org/packages/ca/78/143f9918b45cfedbabe33e0500a4a0061a655460c494f1b57ff41eac8bcc/c2.patch.plone3mail-0.1.1dev-py2.4.egg" } ], "0.1dev": [ { "comment_text": "", "digests": { "md5": "67005a3ff86c8e22320806d913bf67df", "sha256": "f5da2797569a676d5daff7ee0234e4ff4e471de20e468ce1df16abca23be0d79" }, "downloads": -1, "filename": "c2.patch.plone3mail-0.1dev-py2.4.egg", "has_sig": false, "md5_digest": "67005a3ff86c8e22320806d913bf67df", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 14773, "upload_time": "2009-11-25T12:37:40", "url": "https://files.pythonhosted.org/packages/0d/3e/535082aa65f1f08cd97f34fbdf6047e358f69abf8a166ffd9260daf050ca/c2.patch.plone3mail-0.1dev-py2.4.egg" } ], "0.1dev-r818": [ { "comment_text": "", "digests": { "md5": "7461d75b8815cda3c0bdbcc0ae5cd255", "sha256": "04a7e6d822be538a91921e2407c5d8a2042d95f54a2fda5ddf80a17c4fd72fc3" }, "downloads": -1, "filename": "c2.patch.plone3mail-0.1dev_r818-py2.4.egg", "has_sig": false, "md5_digest": "7461d75b8815cda3c0bdbcc0ae5cd255", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 15262, "upload_time": "2009-11-23T07:13:22", "url": "https://files.pythonhosted.org/packages/f9/98/7fec6947f864d144be8a48e6ce1d68396058a6e9e796b7fcac54e8784ca0/c2.patch.plone3mail-0.1dev_r818-py2.4.egg" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "f493deba79fdfe7b43dc877851f85afe", "sha256": "156b54772dbf5a400ee143cb59dc18e3c57c05a5f56f48e315be6f1599ff7bc0" }, "downloads": -1, "filename": "c2.patch.plone3mail-0.2-py2.4.egg", "has_sig": false, "md5_digest": "f493deba79fdfe7b43dc877851f85afe", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 20176, "upload_time": "2010-02-22T15:51:35", "url": "https://files.pythonhosted.org/packages/e2/51/ff229f58499dad1d240c81e32cfff0409f0e0d2dd71469a5165bb84d9053/c2.patch.plone3mail-0.2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "0461d9cb9169966acf63de70f5c49739", "sha256": "5dc233d404e902a8663a85a2ce878b3e97fa884fc07c2cc05c17aa6362d7e18a" }, "downloads": -1, "filename": "c2.patch.plone3mail-0.2.tar.gz", "has_sig": false, "md5_digest": "0461d9cb9169966acf63de70f5c49739", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13079, "upload_time": "2010-02-22T15:51:30", "url": "https://files.pythonhosted.org/packages/a9/2c/283ceb88c29cd07a04fe41669d5dbb65cb67e14c22758c166bcc0756b392/c2.patch.plone3mail-0.2.tar.gz" } ], "1.0b1": [ { "comment_text": "", "digests": { "md5": "46b5b11eb4576c51d1d707a4ae20151a", "sha256": "459fdff5ca918efb5fed2f50e9c38e7bb2c9cc701d44963063fd1c955fff4900" }, "downloads": -1, "filename": "c2.patch.plone3mail-1.0b1.tar.gz", "has_sig": false, "md5_digest": "46b5b11eb4576c51d1d707a4ae20151a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13080, "upload_time": "2011-05-14T08:42:51", "url": "https://files.pythonhosted.org/packages/e0/2b/fa8e5b61ac054f38003d2a3168015533cce7cc790cf011d0c0573e2b4fc4/c2.patch.plone3mail-1.0b1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f493deba79fdfe7b43dc877851f85afe", "sha256": "156b54772dbf5a400ee143cb59dc18e3c57c05a5f56f48e315be6f1599ff7bc0" }, "downloads": -1, "filename": "c2.patch.plone3mail-0.2-py2.4.egg", "has_sig": false, "md5_digest": "f493deba79fdfe7b43dc877851f85afe", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 20176, "upload_time": "2010-02-22T15:51:35", "url": "https://files.pythonhosted.org/packages/e2/51/ff229f58499dad1d240c81e32cfff0409f0e0d2dd71469a5165bb84d9053/c2.patch.plone3mail-0.2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "0461d9cb9169966acf63de70f5c49739", "sha256": "5dc233d404e902a8663a85a2ce878b3e97fa884fc07c2cc05c17aa6362d7e18a" }, "downloads": -1, "filename": "c2.patch.plone3mail-0.2.tar.gz", "has_sig": false, "md5_digest": "0461d9cb9169966acf63de70f5c49739", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13079, "upload_time": "2010-02-22T15:51:30", "url": "https://files.pythonhosted.org/packages/a9/2c/283ceb88c29cd07a04fe41669d5dbb65cb67e14c22758c166bcc0756b392/c2.patch.plone3mail-0.2.tar.gz" } ] }