# File lib/action_mailer/vendor/tmail/encode.rb, line 143
    def kv_pair( k, v )
      @f << k << '=' << v
    end