Skip to content

Latest commit

 

History

History
70 lines (39 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

70 lines (39 loc) · 1.34 KB

0.5.2 (June 13, 2012)

Bugfixes

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

0.5.1 (May 9, 2012)

Bugfixes

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

0.5.0 (April 24, 2012)

Features

  • IMAP support
  • Graceful death

Bugfixes

  • Check all new messages in Maildir when a file changes
  • Don't move message from new to current in Maildir if process failed
  • Avoid require listen if not use
  • Avoid failing if POP3::Connection raises an exception
  • Check multipart bodies properly
  • Use listen gem instead of fssm
  • Don't die if the Rails environment is already loaded

0.4.0 (October 3, 2010)

Features

  • The ignore_stdin config option has been added

Bugfixes

  • Fix a Mail/ActiveSupport dependency issue with i18n

0.3.0 (September 2, 2010)

Features

  • The CC condition has been added
  • The router can route to class instance methods as well as blocks
  • SSL is now supported by the POP3 receiver

Bugfixes

  • Fix a bug where messages were not being deleted properly by the POP3 polling loop
  • Fix empty To fields crashing apps

0.2.0 (July 28, 2010

Features

  • Add Application.run instead of Application.new().run

0.1.0 (July 27, 2010)

Initial release.