Uses of Package
mireka.pop.store
-
Packages that use mireka.pop.store 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.mireka.pop.command Contains classes that implement POP3 commands.mireka.pop.store Provies a file system based POP3 maildrop implementation. -
Classes in mireka.pop.store used by mireka.login Class Description MaildropRepository MaildropRepository represents a collection of maildrops within the same file system directory, it maintains a list of the currently used maildrops in order to make possible the synchronization of access to a maildrop. -
Classes in mireka.pop.store used by mireka.pop Class Description Maildrop Maildrop provides the physical storage for a specific maildrop (assigned to a user) using the file system.MaildropRepository MaildropRepository represents a collection of maildrops within the same file system directory, it maintains a list of the currently used maildrops in order to make possible the synchronization of access to a maildrop. -
Classes in mireka.pop.store used by mireka.pop.command Class Description MaildropPopException Thrown if an error occurs in the mail retrieval part, related to the POP3 protocol, of the maildrop (in contrast to the mail insertion part which is related to the SMTP protocol). -
Classes in mireka.pop.store used by mireka.pop.store Class Description Maildrop Maildrop provides the physical storage for a specific maildrop (assigned to a user) using the file system.MaildropAppender A @{code MaildropAppender} is used to add a new mail to a maildrop.MaildropException Signals a maildrop store related problem, which does not specific either to POP3 (retrieving mail) or SMTP (putting mail in).MaildropLockedException Indicates that the locking of the maildrop is failed, because it is already locked.MaildropPopException Thrown if an error occurs in the mail retrieval part, related to the POP3 protocol, of the maildrop (in contrast to the mail insertion part which is related to the SMTP protocol).ScanListing ScanListing represents a reply line sent in response to a POP3 LIST command.UidListing UidListing represents a reply line sent in response to the UIDL POP3 command.