thoughtbot / griddler-cloudmailin

MIT License
2 stars 7 forks source link

Consider moving to the normalized format #13

Closed scsmith closed 7 years ago

scsmith commented 7 years ago

The normalized format was added to CloudMailin to make applications like griddler slightly easier. The format makes sure that all headers are lower-cased and deals with arrays in a more generic way.

It might be worth updating the gem to follow these practices as it will make sure less oddities like envelope['To'].

Thoughts?

dominicsayers commented 7 years ago

Is there some documentation of this format on the Cloudmailin site?

scsmith commented 7 years ago

Not yet, but there needs to be. I'll look at getting this sorted ASAP.

dominicsayers commented 7 years ago

Can you review PR#20 to check I've got it right?

dominicsayers commented 7 years ago

@scsmith Now we can release the gem to Rubygems, I'd like to get this merged