method

match_to_mailbox

match_to_mailbox(inbound_email)
private

No documentation available.

# File actionmailbox/lib/action_mailbox/router.rb, line 36
      def match_to_mailbox(inbound_email)
        routes.detect { |route| route.match?(inbound_email) }.try(:mailbox_class)
      end