module Net::IMAP::Config::AttrAccessors

def initialize_clone(other)

def initialize_clone(other)
  super
  @data = other.data.clone
end