method
raw_emails
v7.1.3.4 -
Show latest stable
- Class:
ActionMailbox::Ingresses::Mandrill::InboundEmailsController
raw_emails()private
No documentation available.
# File actionmailbox/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb, line 33
def raw_emails
events.select { |event| event["event"] == "inbound" }.collect { |event| event.dig("msg", "raw_msg") }
end