Sha256: a6abd40ac1ba7bca99d8dae7108a65387ee003f764fa2a2e4cfe4135d6d60d5a
Contents?: true
Size: 471 Bytes
Versions: 26
Compression:
Stored size: 471 Bytes
Contents
# frozen_string_literal: true module Net::IMAP::SASL # Alias for Net::IMAP::StringPrep::SASLprep. SASLprep = Net::IMAP::StringPrep::SASLprep StringPrep = Net::IMAP::StringPrep # :nodoc: BidiStringError = Net::IMAP::StringPrep::BidiStringError # :nodoc: ProhibitedCodepoint = Net::IMAP::StringPrep::ProhibitedCodepoint # :nodoc: StringPrepError = Net::IMAP::StringPrep::StringPrepError # :nodoc: end
Version data entries
26 entries across 26 versions & 4 rubygems