# File lib/action_mailer/vendor/tmail-1.1.0/tmail/base64.rb, line 42
    def encode( str )
      [str].pack('m').tr( "\r\n", '' )
    end