public List<EmailAccount> getEmailAccountsByProvider(String provider) {
   return emailDAO.getEmailAccountsByProvider(provider);
 }