No release in over 3 years
Low commit activity in last 3 years
Griddler Plugin for cloudmailin email parsing service
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Griddler::Cloudmailin

Gem Version Gem downloads Code quality Dependency Status Security Build status Coverage Status

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.

More Information