# File lib/mail/utilities.rb, line 200
      def map_lines( str, &block )
        str.each_line.map(&block)
      end