Awesome
Deprecated as of September 19, 2024
Griddler, and its related libraries, have been deprecated in favor of ActionMailbox since this is built into Rails now.
Griddler::Cloudmailin
An adapter for Griddler to allow Cloudmailin to be used with the gem.
Installation
Add this line to your application's Gemfile:
gem 'griddler-cloudmailin'
Usage
See the Griddler gem for usage instructions
Upgrading from version 0.0.1
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.