Skip to main content

Patches for Plone 3.x, multi-language bug of mail header

Project description

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.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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

c2.patch.plone3mail-0.2.tar.gz (13.1 kB view hashes)

Uploaded source

Built Distribution

c2.patch.plone3mail-0.2-py2.4.egg (20.2 kB view hashes)

Uploaded 2 4

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page