# File lib/mail/version_specific/ruby_1_9.rb, line 30
    def Ruby19.decode_base64(str)
      str.unpack( 'm' ).first
    end