max_flag_count=(count)
Sets the max number of flags interned to symbols.
# File lib/net/imap.rb, line 279 def self.max_flag_count=(count) @@max_flag_count = count end