method

x_original_to_addresses

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: Mail::Message

Not found

The exact documentation you were looking for could not be found. Here is the best guess.

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.