]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/mailshears/mailstore.rb
Factor out common code that can be used to mv (rename) accounts.
[mailshears.git] / lib / mailshears / mailstore.rb
diff --git a/lib/mailshears/mailstore.rb b/lib/mailshears/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