thoughtbot / griddler

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

Mailgun support? #15

Closed mikegrassotti closed 11 years ago

mikegrassotti commented 11 years ago

Just found out about griddler via ruby5, looks awesome.

I spent last week building inbound message support into our application. Till now i'd planned to extract the code and release it as a gem. Implementation is crazy close to griddler, even the naming conventions. For example we've got Mailgun::Message and MessageProcessors.

Thought i'd take a stab at using our code to add mailgun support to griddler, wanted to see 1) if that makes sense and 2) if anyone has feedback before I get started...

calebhearth commented 11 years ago

If your implementation seems to be close enough that we can merge the two, I think it does make sense to try that. As mentioned in our Griddler blog post, we’re happy to look at pull requests that interface with other email services.

mikegrassotti commented 11 years ago

Cool. Will give it a shot.

jayroh commented 11 years ago

Mailgun support would be friggin great

calebhearth commented 11 years ago

Mike I'm going to go ahead and close this since there's not really an issue here, just a question. We're looking forward to your pull request!