Skip to content

Commit

Permalink
🗑️ Deprecating SASL::StringPrep
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Sep 26, 2024
1 parent cf7e62c commit 2aac3a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/net/imap/sasl/stringprep.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@ module Net::IMAP::SASL
BidiStringError = Net::IMAP::StringPrep::BidiStringError # :nodoc:
ProhibitedCodepoint = Net::IMAP::StringPrep::ProhibitedCodepoint # :nodoc:
StringPrepError = Net::IMAP::StringPrep::StringPrepError # :nodoc:
deprecate_constant :StringPrep
deprecate_constant :BidiStringError
deprecate_constant :ProhibitedCodepoint
deprecate_constant :StringPrepError

end

0 comments on commit 2aac3a8

Please sign in to comment.