Flowdock
method

extract_message_id

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: MessageId
extract_message_id(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 28
      def extract_message_id(source)
        Mail.from_source(source).message_id rescue nil
      end
Register or log in to add new notes.