X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Frm%2Fplugins%2Fdovecot_mailstore.rb;h=8ab507d674c3c77739d854ad9d95439b702531ee;hp=e1386512138680f4fa1d120505d61ed74cd63bf0;hb=51f027b01e242737956c3ab5aecdd322d6ceeeed;hpb=e3826d8926e11763837a591986d453e9ef5d9dec diff --git a/lib/rm/plugins/dovecot_mailstore.rb b/lib/rm/plugins/dovecot_mailstore.rb index e138651..8ab507d 100644 --- a/lib/rm/plugins/dovecot_mailstore.rb +++ b/lib/rm/plugins/dovecot_mailstore.rb @@ -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