All Versions
15
Latest Version
Avg Release Cycle
127 days
Latest Release
3247 days ago

Changelog History
Page 1

  • v0.8.0 Changes

    June 06, 2015

    ๐Ÿ”‹ 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.
  • v0.7.3 Changes

    March 17, 2015

    ๐Ÿ”‹ 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
  • v0.7.2 Changes

    June 10, 2014

    ๐Ÿ›  Bugfixes

    • Allow newer versions of the listen gem
  • v0.7.1 Changes

    June 06, 2014

    ๐Ÿ›  Bugfixes

    • Update to listen 2.2.0
    • Handle POP3 receiver crashes better
  • v0.7.0 Changes

    August 11, 2013

    ๐Ÿ”‹ Features

    • Configurable POP3 open_timeout and read_timeout values
    • Middleware support
    • CLI runner tool
    • Multiple configurations
  • v0.6.0 Changes

    January 13, 2013

    ๐Ÿ”‹ Features

    • IMAP: Mark messages as seen instead of deleting them (see 5b6aef0 for details on how revert to the previous behaviour)

    ๐Ÿ›  Bugfixes

    • IMAP: Don't only process recent messages
  • v0.5.4 Changes

    January 04, 2013

    ๐Ÿ›  Bugfixes

    • Fix multipart message matching
    • Fix Rails environment require
    • Speed up maildir processing
  • v0.5.3 Changes

    August 30, 2012

    ๐Ÿ”‹ Features

    • Add watch_maildir config flag that allows a single run against a maildir
    • Add IMAP SSL and non-inbox folder support
  • v0.5.2 Changes

    June 13, 2012

    ๐Ÿ›  Bugfixes

    • Clear the params hash after each message
    • Allow setting config.rails_root to false
  • v0.5.1 Changes

    May 09, 2012

    ๐Ÿ›  Bugfixes

    • Check maildir on startup to catch any pre-existing messages
    • Rescue errors while processing messages so that the app doesn't die