X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fcommon%2Fmailstore.rb;fp=lib%2Fcommon%2Fmailstore.rb;h=0000000000000000000000000000000000000000;hp=19772d356087cddb330d89f79876f1ddb50d6f21;hb=483d14dc8228a81d12fb109d3ed6510e2d2b03c1;hpb=e7fa62fc599b7583102fe48fbaad3db4f911a6da diff --git a/lib/common/mailstore.rb b/lib/common/mailstore.rb deleted file mode 100644 index 19772d3..0000000 --- a/lib/common/mailstore.rb +++ /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