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 b80fd4c commit 2ed435fCopy full SHA for 2ed435f
lib/net/imap.rb
@@ -725,8 +725,6 @@ class IMAP < Protocol
725
"UTF8=ONLY" => "UTF8=ACCEPT",
726
}.freeze
727
728
- autoload :Config, File.expand_path("imap/config", __dir__)
729
-
730
autoload :SASL, File.expand_path("imap/sasl", __dir__)
731
autoload :SASLAdapter, File.expand_path("imap/sasl_adapter", __dir__)
732
autoload :StringPrep, File.expand_path("imap/stringprep", __dir__)
@@ -2981,6 +2979,7 @@ def self.saslprep(string, **opts)
2981
2979
end
2982
2980
2983
require_relative "imap/errors"
+require_relative "imap/config"
2984
require_relative "imap/command_data"
2985
require_relative "imap/data_encoding"
2986
require_relative "imap/flags"
0 commit comments