Introduction
This package fixes two kind of Plone 3.x multibyte-launguage bug in mail header of registration mail and password notification mail.
requirement
Plone 3.x (Tested by Plone 3.3.1 on MaxOS X 10.5)
Changelog
0.2 (2010-02-22)
monkey patch SecureMailHost for non UTF-8
0.1.1 (2009-12-7)
Adding logging (Patch information)
0.1 (2009-11-21)
Initial release
Installation
When you’re reading this you have probably already run easy_install c2.patch.plone3mail. Find out how to install setuptools (and EasyInstall) here: http://peak.telecommunity.com/DevCenter/EasyInstall
Create a file called c2.patch.plone3mail-configure.zcml in the /path/to/instance/etc/package-includes directory. The file should only contain this:
<include package="c2.patch.plone3mail" />
Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this.
Add c2.patch.plone3mail to the list of eggs to install, e.g.:
[buildout] ... eggs = ... c2.patch.plone3mailTell the plone.recipe.zope2instance recipe to install a ZCML slug:
[instance] recipe = plone.recipe.zope2instance ... zcml = c2.patch.plone3mailRe-run buildout, e.g. with:
$ ./bin/buildout
You can skip the ZCML slug if you are going to explicitly include the package from another package’s configure.zcml file.
Release files for c2.patch.plone3mail 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| c2.patch.plone3mail-0.2.tar.gz | 13.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| c2.patch.plone3mail-0.2-py2.4.egg | Legacy Egg format | - | - | Details |
Total release size: 33.3 kB
Release files / c2.patch.plone3mail-0.2.tar.gz
| Download URL | c2.patch.plone3mail-0.2.tar.gz |
|---|---|
| Size | 13.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5dc233d404e902a8663a85a2ce878b3e97fa884fc07c2cc05c17aa6362d7e18a
|
|
BLAKE2b-256 checksum How to use checksums |
a92c283ceb88c29cd07a04fe41669d5dbb65cb67e14c22758c166bcc0756b392
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / c2.patch.plone3mail-0.2-py2.4.egg
| Download URL | c2.patch.plone3mail-0.2-py2.4.egg |
|---|---|
| Size | 20.2 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
156b54772dbf5a400ee143cb59dc18e3c57c05a5f56f48e315be6f1599ff7bc0
|
|
BLAKE2b-256 checksum How to use checksums |
e251ff229f58499dad1d240c81e32cfff0409f0e0d2dd71469a5165bb84d9053
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |