rails/actionmailbox/app
Bill Cromie fce29be335 Add a route to handle Mandrill's webhook URL check
Mandrill's Inbound API checks to see if a URL exists before it creates
the webhook. It sends a HEAD request, to which we now return a 200 OK
response to indicate that the route exists.

Now we can generate inbound API calls with ease on Mandrill, without
having to shuffle around tokens in production.

Fixes #37609.
2020-04-07 13:22:36 +01:00
..
controllers Add a route to handle Mandrill's webhook URL check 2020-04-07 13:22:36 +01:00
jobs/action_mailbox Allow skipping incineration of processed emails 2019-02-06 19:28:49 -05:00
models/action_mailbox Fix typo in ActionMailbox::InboundEmail::MessageId [ci skip] 2019-09-17 17:40:49 +09:00
views Add a way to deliver inbound emails by source (#38849) 2020-03-31 16:46:13 -07:00