]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/rm/rm_plugin.rb
Way too many changes to mention. The 'rm' mode works now.
[mailshears.git] / lib / rm / rm_plugin.rb
index f8cdd175be5587c0f98e032727a10bcf003a363a..cad493d9f85c95ae8a3c79bee121e59c508a8efb 100644 (file)
@@ -25,4 +25,11 @@ module RmPlugin
     raise NotImplementedError
   end
 
     raise NotImplementedError
   end
 
+  def get_domain_usernames(domain)
+    # Get a list of usernames for a given domain,
+    # needed to delete accounts before removing
+    # a domain.
+    raise NotImplementedError
+  end
+
 end
 end