命名空间
方法
类公共方法
from_source(source) 链接
来源: 显示 | 在 GitHub 上
# 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