module ActionMailbox::InboundEmail::Routable

def route_later

Enqueue a +RoutingJob+ for this +InboundEmail+.
def route_later
  ActionMailbox::RoutingJob.perform_later self
end