# File lib/action_mailer/vendor/tmail/base64.rb, line 25
    def rb_decode( str, strict = false )
      str.unpack('m')
    end