# File lib/mail/version_specific/ruby_1_9.rb, line 34
    def Ruby19.encode_base64(str)
      [str].pack( 'm' )
    end