Uses of Interface
mireka.pop.PrincipalMaildropTable
-
Packages that use PrincipalMaildropTable 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 PrincipalMaildropTable in mireka.login
Classes in mireka.login that implement PrincipalMaildropTable Modifier and Type Class Description classGlobalUsersPrincipalMaildropTableThis class maps aPrincipalto maildrop name, so that the maildrop name is the same as the name of the user principal. -
Uses of PrincipalMaildropTable in mireka.pop
Methods in mireka.pop that return PrincipalMaildropTable Modifier and Type Method Description PrincipalMaildropTablePopServer. getPrincipalMaildropTable()Methods in mireka.pop with parameters of type PrincipalMaildropTable Modifier and Type Method Description voidPopServer. setPrincipalMaildropTable(PrincipalMaildropTable principalMaildropTable)
-