# File lib/action_mailer/vendor/tmail-1.1.0/tmail/encode.rb, line 194
    def initialize( dest = nil, encoding = nil, eol = "\r\n", limit = nil )
      @f = StrategyInterface.create_dest(dest)
      @opt = OPTIONS[$KCODE]
      @eol = eol
      @preserve_quotes = true
      reset
    end