MaildropHost version and change information
    
    1.9

      * Bugs fixed:

        - Remove the hardcoded spool location in favor of a configuration
          inside config.py that can be reached/used by the rest of the
          code. The spool location is shown in the ZMI, too. Most of the
          work done by Jan-Wijbrand Kolman - thanks! (JTracker issue 398)

    1.8

      * Bugs fixed:

        - Address parsing in the maildrop script could get confused by commas
          inside an address. A solution as proposed by Maik Jablonski
          (JTracker issue 386) involves using the rfc822 module.

        - Fatal SMTP server reply codes will now be handled differently by the
          maildrop.py process: If it is clear a mail will not be deliverable
          it will be logged and then removed out of the spool. Previously it
          would remain in the spool and maildrop.py would keep attempting a
          delivery. Thanks go to Maik Jablonski for the patch (see
          http://www.dataflake.org/tracker/issue_00388)


    1.7
    
      * Bugs fixed:
      
        - MaildropHost dropped all mails at once in a single smtp-connection.
          Added support for batched mail-sending (only x mails per connection),
          so MTAs with limited allowed mails per connection won't complain and
          defer mails anymore (Maik Jablonski).
        
        - Fixed missing SMTP_PORT in "send-mail"-part of maildrop.py
          (Maik Jablonski).
        

    1.6

      As of this release the MaildropHost product is distributed under
      the terms of the ZPL (Zope Public License) version 2.1, which 
      brings it in line with the license Zope itself is distributed
      under and removes some licensing uncertainty.

      * Bugs fixed:

        - Become more unicode friendly with a simple patch contributed
          by Chris McDonough.


    1.5

      * Features added:

        - A single configuration file named "config.py" is now used to
          store configuration settings for the maildrop daemon. Some
          properties are imported by the MaildropHost module in order
          to make them visible (not changeable) through the web interface,
          such as what SMTP server is used, what port, what polling
          interval, etc.


    1.4

      * Bugs fixed:

        - Implemented a sortKey method for the TransactionalEmail class
          to satisfy a new ZODB requirement (JTracker issue 369 by Maik
          Jablonski)

        - Stop using os.tempnam for creating a temporary file name, it
          always spews warnings into the log.


    1.3

      * Features added:

        - Chris Beaven contributed patches and a start script for the
          mailer that will make it run on Windows (Tracker issue 262).


    1.2

      * Features added:

        - Finally added Zope Help System pages for everything

      * Bugs fixed:

        - Cleaned out ZMI screens, there were some old references 
          to the standard MailHost object.

        - Fixed a bug that would prevent sending of mail if
          the recipient list was already a string.

        - Some code cleanup and adding of comments in the code.


    1.1

      * Bugs fixed:

        - Avoid processing of mail messages if the transaction commit
          is only a subtransaction commit


    1.0

      * Features added:

        - MaildropHost objects can now run in transactional mode. 
          This causes the generated email objects to participate
          in the transaction machinery and do "the right thing"
          once it is certain that the transaction invoking the
          mail call has finished or if it has been aborted.


    1.0beta3

      * Bugs fixed:

        - Cleaned out a ton of unneeded imports (fixing a bug in the 
          process which was lamented in Tracker issue 167)
       
        - Corrected licensing terms


    1.0beta2

      * Bugs fixed:

        - Option for spool checking interval is now really obeyed.

      * Features added:

        - More extensive docs

        - Option list simplified

        - added stop script for mail spool checker

        - added sample mail file to demonstrate the file format


    1.0beta1

        First working code version

    
    0.5

        Started putting the files together

