Flowdock
method

x_original_to_addresses

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Mail::Message
x_original_to_addresses() 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/addresses.rb, line 25
    def x_original_to_addresses
      Array(header[:x_original_to]).collect { |header| Mail::Address.new header.to_s }
    end
Register or log in to add new notes.