method

create_and_upload_raw_email!

Importance_0
v7.1.3.4 - Show latest stable - 0 notes - Class: MessageId
create_and_upload_raw_email!(source) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionmailbox/app/models/action_mailbox/inbound_email/message_id.rb, line 37
      def create_and_upload_raw_email!(source)
        ActiveStorage::Blob.create_and_upload! io: StringIO.new(source), filename: "message.eml", content_type: "message/rfc822",
                                               service_name: ActionMailbox.storage_service
      end
Register or log in to add new notes.