route_later()
Enqueue a RoutingJob for this InboundEmail.
# File actionmailbox/app/models/action_mailbox/inbound_email/routable.rb, line 16 def route_later ActionMailbox::RoutingJob.perform_later self end