Flowdock
method

bcc_addresses

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Mail::Message
bcc_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 21
    def bcc_addresses
      Array(header[:bcc]&.address_list&.addresses)
    end
Register or log in to add new notes.