]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/mailstore.rb
Restructure the lib directory to avoid name collisions.
[mailshears.git] / lib / mailstore.rb
diff --git a/lib/mailstore.rb b/lib/mailstore.rb
deleted file mode 100644 (file)
index 19772d3..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-class Mailstore
-
-  attr_accessor :domain_root
-
-  def def get_domains_from_filesystem
-    raise NotImplementedError
-  end
-
-  def get_accounts_from_filesystem(domains)
-    raise NotImplementedError
-  end
-
-  def get_domain_path(domain)
-    raise NotImplementedError
-  end
-
-  def get_account_path(account)
-    raise NotImplementedError
-  end
-end