module Net::IMAP::SASL

def self.authenticators; @authenticators ||= Authenticators.new end

Returns the default global SASL::Authenticators instance.
def self.authenticators; @authenticators ||= Authenticators.new end