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