Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install c2.patch.plone3mail

How to install c2.patch.plone3mail

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install c2.patch.plone3mail
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.0b1 Available View build log
0.2 Available View build log
Windows (64-bit)
1.0b1 Available View build log
0.2 Available View build log
Mac OS X (10.5+)
1.0b1 Available View build log
0.2 Available View build log
Linux (32-bit)
1.0b1 Available View build log
0.2 Available View build log
Linux (64-bit)
1.0b1 Available View build log
0.2 Available View build log
 
Author
License
GPL
Dependencies
Depended by
Imports
Lastest release
version 1.0b1 on May 14th, 2011

Introduction

This package fixes two kind of Plone 3.x multibyte-launguage bug in mail header of registration mail and password notification mail.

If you don't use utf-8 for e-mail encoding, you need to use this package in Plone 4.x.

requirement

Plone 3.x or 4.x (Tested by Plone 3.3.1 on MaxOS X 10.5)

Changelog

1.0b1 (2011-04-xx)
  • Support by Plone 4.x [terapyon]
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

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.plone3mail
    
  • Tell the plone.recipe.zope2instance recipe to install a ZCML slug:

    [instance]
    recipe = plone.recipe.zope2instance
    ...
    zcml =
        c2.patch.plone3mail
    
  • Re-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.

Subscribe to package updates

Last updated May 14th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.