Bugfixes
- Check all new message in Maildir when only one file change and not only file change
- Don't move message from new to current in Maildir if process failed
- Avoid require ffsm if not use ( W. Andrew Loe III )
- Avoid failing if POP3::Connection raise an exception ( Dan Cheail )
- Check multipart bodies properly. Issue #16
Features
- The
ignore_stdin
config option has been added
Bugfixes
- Fix a Mail/ActiveSupport dependency issue with i18n
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
Features
- Add
Application.run
instead of Application.new().run
Initial release.