Mailman v0.8.0 Release Notes

Release Date: 2015-06-06 // almost 9 years ago
  • ๐Ÿ”‹ Features

    • An HTTP Receiver for creating email-only applications with services like Sendgrid and Cloudmailin
    • Header conditions; route by matching email headers

    ๐Ÿ›  Bugfixes

    • RBX build issues

    Notes

    • Uses the master branch version of mail because of a bug when using RBX (see #116). This will be removed when the mail gem is next released.

Previous changes from v0.7.3

  • ๐Ÿ”‹ Features

    • STARTTLS for IMAP
    • Allow passing options to OpenSSL for POP3/IMAP

    ๐Ÿ”’ Security fixes

    • Enable certificate validation for POP3

    ๐Ÿ›  Bugfixes

    • Added retry logic to handle connection errors gracefully