Flowdock
method

from_source

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Mail
from_source(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/lib/action_mailbox/mail_ext/from_source.rb, line 4
  def self.from_source(source)
    Mail.new Mail::Utilities.binary_unsafe_to_crlf(source.to_s)
  end
Register or log in to add new notes.