Uses of Class
mireka.pop.store.MaildropRepository
-
Packages that use MaildropRepository Package Description mireka.login Contains classes for the configuration and verification of login credentials.mireka.pop Contains classes for the configuration and connection handling of a POP3 (Post Office Protocol) server. -
-
Uses of MaildropRepository in mireka.login
Methods in mireka.login that return MaildropRepository Modifier and Type Method Description MaildropRepositoryGlobalUsersMaildropDestinationMapper. getMaildropRepository()Methods in mireka.login with parameters of type MaildropRepository Modifier and Type Method Description voidGlobalUsersMaildropDestinationMapper. setMaildropRepository(MaildropRepository maildropRepository) -
Uses of MaildropRepository in mireka.pop
Methods in mireka.pop that return MaildropRepository Modifier and Type Method Description MaildropRepositoryMaildropDestination. getMaildropRepository()MaildropRepositoryPopMailImporter. getMaildropRepository()MaildropRepositoryPopServer. getMaildropRepository()Methods in mireka.pop with parameters of type MaildropRepository Modifier and Type Method Description voidMaildropDestination. setMaildropRepository(MaildropRepository maildropRepository)voidPopMailImporter. setMaildropRepository(MaildropRepository maildropRepository)voidPopServer. setMaildropRepository(MaildropRepository maildropRepository)
-