Griddler, and its related libraries, have been deprecated in favor of ActionMailbox since this is built into Rails now.
An adapter for Griddler to allow Cloudmailin to be used with the gem.
Add this line to your application's Gemfile:
gem 'griddler-cloudmailin'
See the Griddler gem for usage instructions
Griddler::Cloudmailin now includes all details of the recipients of the email in the to
array of a Griddler::Email
object. In version 0.0.1 this method returned the bare address of the Cloudmailin recipient only.
The email date
is now returned as well.
There is an additional bcc
array which contains the Cloudmailin recipient if it was BCCed on the email.
Attachments are now returned in the attachments
array.