thoughtbot / griddler

Simplify receiving email in Rails (deprecated)
http://griddler.io/
MIT License
1.38k stars 199 forks source link

Extract CloudMailin adapter #126

Closed calebhearth closed 10 years ago

calebhearth commented 10 years ago

Due to the fact that thoughtbot don't use email POST services other than SendGrid, we've run into a problem with the other service adapters: they don't always work correctly, and they add a maintenance burden to the main project.

Because of this, we've determined that we want to extract all adapters from the Griddler gem into subgems, and direct users to add the specific gem for the service they use.

We'd love to get someone involved in that adapter gem who would be able to provide more knowledgeable maintenance of the adapter. I'm including mentions to everyone who's contributed to the adapter, as well as to the CloudMailin organization and the one person who I could find who was a member.

If any of you are interested, please let me know.

Subtask of #124

History of file (to determine churn and approximate workload) Issues related to cloudmailin

Previous contributors to the adapter: @r38y @ErwinM CloudMailin: @cloudmailin @scsmith

scsmith commented 10 years ago

Thanks @calebthompson We'll be happy to take this on in CloudMailin although we'd also be more than happy to open up commit access to people that have contributed in the past etc.

I'll hang on until you guys have decided how to handle the interfaces before we get moving on this but we'll get cracking as soon as you're ready.