module Net::IMAP::Config::AttrAccessors

def initialize_dup(other)

def initialize_dup(other)
  super
  @data = other.data.dup
end