# File lib/mail/version_specific/ruby_1_8.rb, line 41
    def Ruby18.decode_base64(str)
      Base64.decode64(str) if str
    end