]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/rm/plugins/dovecot_mailstore.rb
Way too many changes to mention. The 'rm' mode works now.
[mailshears.git] / lib / rm / plugins / dovecot_mailstore.rb
index e1386512138680f4fa1d120505d61ed74cd63bf0..8ab507d674c3c77739d854ad9d95439b702531ee 100644 (file)
@@ -40,6 +40,10 @@ class DovecotMailstoreRm < Mailstore
   end
 
 
+  def get_domain_usernames(domain)
+    return get_accounts_from_filesystem([domain])
+  end
+
   protected;
 
   def get_domains_from_filesystem()
@@ -68,5 +72,4 @@ class DovecotMailstoreRm < Mailstore
     return accounts
   end
 
-
 end