# File lib/mail/version_specific/ruby_1_8.rb, line 28
    def Ruby18.encode_base64(str)
      Base64.encode64(str)
    end