aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2018-12-12 17:14:03 -0800
committerDavid Heinemeier Hansson <david@loudthinking.com>2018-12-12 17:14:03 -0800
commitf5619125579ad185fb65d479bfc05c3545d43fa3 (patch)
tree3d658e6a2c608bff31c037386644c4bf76dc2c6b
parentc859cd256fda470ad284b21b8595d75b78eebc9f (diff)
downloadrails-f5619125579ad185fb65d479bfc05c3545d43fa3.tar.gz
rails-f5619125579ad185fb65d479bfc05c3545d43fa3.tar.bz2
rails-f5619125579ad185fb65d479bfc05c3545d43fa3.zip
Need to explain testing too
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index d779d8adcc..543cd998ee 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,11 @@ The actual incineration is done via the `IncinerationJob` that's scheduled to ru
It's helpful to be able to test incoming emails in development without actually sending and receiving real emails. To accomplish this, there's a conductor controller mounted at `/rails/conductor/action_mailbox/inbound_emails`, which gives you an index of all the InboundEmails in the system, their state of processing, and a form to create a new InboundEmail as well.
+## Testing mailboxes
+
+TODO
+
+
## Development road map
Action Mailbox is destined for inclusion in Rails 6, which is due to be released some time in 2019. We will refine the framework in this separate rails/actionmailbox repository until we're ready to promote it via a pull request to rails/rails.