# File lib/tmail/address.rb, line 390
    def each_address( &block )
      flatten.each(&block)
    end