class Rails::Conductor::ActionMailbox::InboundEmailsController
def create_inbound_email(mail)
def create_inbound_email(mail) ActionMailbox::InboundEmail.create! raw_email: \ { io: StringIO.new(mail.to_s), filename: 'inbound.eml', content_type: 'message/rfc822', identify: false } end