module ActionMailbox::TestHelper
def create_inbound_email_from_source(source, status: :processing)
def create_inbound_email_from_source(source, status: :processing) ActionMailbox::InboundEmail.create_and_extract_message_id! source, status: status end