Uses of Class
com.logicaldoc.email.EmailAccount
Packages that use EmailAccount
-
Uses of EmailAccount in com.logicaldoc.email
Methods in com.logicaldoc.email with parameters of type EmailAccountModifier and TypeMethodDescriptionstatic javax.mail.StoreEmailCrawler.getStore(EmailAccount account, javax.mail.Session session) voidEmailCrawler.receive(EmailAccount account, String username) -
Uses of EmailAccount in com.logicaldoc.email.dao
Methods in com.logicaldoc.email.dao that return types with arguments of type EmailAccountModifier and TypeMethodDescriptionEmailAccountDAO.findByType(String type, Long tenantId) Gets all the accounts of a given typeHibernateEmailAccountDAO.findByType(String type, Long tenantId) Methods in com.logicaldoc.email.dao with parameters of type EmailAccount