SecureMailHost
==============

1.0.0 2005-07-29
----------------

 * Fixed [ 1156733 ] Mails aren't sent to CC and BCC. Addresses in mcc and 
   mbcc weren't added to the recipient list.
   [tiran]

 * Made unit tests bin/zopectl test compatible
   [tiran]

 * Fixed http://plone.org/collector/4173 and 4201 email adresses are
   RFC 2822 compliant now.
   [hannosch]

1.0-rc1 - 2005-03-02
--------------------

 * Fixed [ 1047475 ] message-ids not RFC 2822 compliant. SMH is using
   email.Utils.make_msgid with the fqdn as additional argument.
   [tiran]

 * Ripped off the py_compatible module and the threaded feature from SMH.
   py_compatible isn't required any more because Plone needs Zope 2.7.4
   with the new email package and the threaded feature is too experimental.
   [tiran]

2005-01-27
----------------

  * usernames in email address now encoded by email.Header
    This is especially important for Chinese and other languanges.
    [panjunyong]

0.2-rc3  2004-07-19
---------------------

 * Changed email package test to import test. This allowes the manual
   installation of the email package into site-packages.
   
 * More compat for python 2.1 in tests/

0.2-rc2  2004-07-15
---------------------

 * Made SecureMailHost compatible with Python 2.1 (True, False ...)

 * Added python compatibility for email package. email 2.5.5 is automagically
   loaded if no email package is found. If an email package < 2.5.4 is found
   SecureMailHost is raising a RuntimeError.

 * Shipping releases with email package 2.5.5.

 * Added copyright headers and LICENSE.txt file for ZPL 2.1.

0.2-rc1  2004-07-09
---------------------

 * Better logging at multiple places like awaking thread, sending mail ...

 * Mail object supports str() and repr() and has a new method called info()
   which returns some useful informations about the email

 * Queue supports len()

 * Automagically start threading if ASYNC is used and queue isn't empty.

 * Fixed a problem with not showing user and password in the edit template

0.2-beta2  2004-05-24
---------------------

 * Multiple small fixes to make the old send() method run
   [longsleep, tiran]

0.2-beta1  2004-05-24
---------------------

 * First beta testing version
   [tiran]

 * Implemented all the new stuff like async thread, mailer class, starttls ...
   [tiran]
