Uses of Class
com.levigo.jadice.server.agent.email.DupeDetection
-
Packages that use DupeDetection Package Description com.levigo.jadice.server.agent.email com.levigo.jadice.server.agent.email.imap com.levigo.jadice.server.agent.email.smtp -
-
Uses of DupeDetection in com.levigo.jadice.server.agent.email
Subclasses of DupeDetection in com.levigo.jadice.server.agent.email Modifier and Type Class Description classNullDupeDetectionFallback if noDupeDetectionwas specified.Methods in com.levigo.jadice.server.agent.email with parameters of type DupeDetection Modifier and Type Method Description StringMessageTransaction. getIDHash(DupeDetection dupeDetection)Get an ID Hash that is valid in the context of the givenDupeDetectionmode.voidMessageTransaction. setIDHash(DupeDetection dupeDetection, String idHash)The the ID Hash that is valid in the context of the givenDupeDetectionmode. -
Uses of DupeDetection in com.levigo.jadice.server.agent.email.imap
Methods in com.levigo.jadice.server.agent.email.imap that return DupeDetection Modifier and Type Method Description DupeDetectionIMAPPickupConfiguration. getDupeDetection()Methods in com.levigo.jadice.server.agent.email.imap with parameters of type DupeDetection Modifier and Type Method Description voidIMAPPickupConfiguration. setDupeDetection(DupeDetection dupeDetection) -
Uses of DupeDetection in com.levigo.jadice.server.agent.email.smtp
Methods in com.levigo.jadice.server.agent.email.smtp that return DupeDetection Modifier and Type Method Description DupeDetectionAgentContext. getDupeDetection()DupeDetectionSMTPAgent. getDupeDetection()Methods in com.levigo.jadice.server.agent.email.smtp with parameters of type DupeDetection Modifier and Type Method Description voidSMTPAgent. setDupeDetection(DupeDetection dupeDetection)
-