class Mailstore attr_accessor :domain_root def initialize(domain_root) @domain_root = domain_root end def get_accounts_from_filesystem() raise NotImplementedError end end