We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85400e3 commit bd6bd14Copy full SHA for bd6bd14
lib/net/imap/sasl/stringprep.rb
@@ -8,5 +8,9 @@ module Net::IMAP::SASL
8
BidiStringError = Net::IMAP::StringPrep::BidiStringError # :nodoc:
9
ProhibitedCodepoint = Net::IMAP::StringPrep::ProhibitedCodepoint # :nodoc:
10
StringPrepError = Net::IMAP::StringPrep::StringPrepError # :nodoc:
11
+ deprecate_constant :StringPrep
12
+ deprecate_constant :BidiStringError
13
+ deprecate_constant :ProhibitedCodepoint
14
+ deprecate_constant :StringPrepError
15
16
end
0 commit comments