Flowdock
method

raw_emails

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: InboundEmailsController
raw_emails() private

No documentation

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

Hide source
# 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
Register or log in to add new notes.