module ActionMailbox::InboundEmail::Routable

def route

Route this +InboundEmail+ using the routing rules declared on the +ApplicationMailbox+.
def route
  ApplicationMailbox.route self
end