method

x_forwarded_to_addresses

Importance_0
v7.1.3.4 - Show latest stable - 0 notes - Class: Mail::Message
x_forwarded_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 29
    def x_forwarded_to_addresses
      Array(header[:x_forwarded_to]).collect { |header| Mail::Address.new header.to_s }
    end
Register or log in to add new notes.