- Properly parse the email original when it's attached in the last part of a multipart bounce email (@blainejohnson17, #12). Read more about the issue and the reasoning behind the fix here.
- Extract and save the bounced email's date field in the email original (@blainejohnson17, #11)
- Replaced 'X-Original-To' header with 'X-Failed-Recipients' (@saghaulor, #10)
- Properly extract "To" from original email (@saghaulor, #8)
- Fix parsing of original mail (@saghaulor, #6)
- Parse and reassign message-ID, to, from, and subject from original mail (@saghaulor, #5)
- add support for Gmail bounces (@saghaulor, #4)
- fix a failure when an email has no subject header
- fix Ruby 1.8.7 compatibility
- new versioning due to new gem being published
- extended #bounced? to consider error_status and diagnostic_code as well
- updated external gems
- make use of bounce parsing in Mail gem
- renamed method to be compatible with Mail Gem
- more tests and cleanup
- forward message call to mail object if method is missing
- updated doc
- gemspec cleanup
- 1 major enhancement:
- Initial release