# File lib/action_mailer/vendor/tmail-1.1.0/tmail/base64.rb, line 46
    def decode( str, strict = false )
      str.unpack('m').first
    end