Uses of Class
mireka.pop.store.MaildropPopException
-
Packages that use MaildropPopException Package Description mireka.pop.command Contains classes that implement POP3 commands.mireka.pop.store Provies a file system based POP3 maildrop implementation. -
-
Uses of MaildropPopException in mireka.pop.command
Methods in mireka.pop.command that throw MaildropPopException Modifier and Type Method Description voidQuitCommand. execute(CommandParser commandParser)protected voidAbstractLoginCommand. startTransaction(Principal userPrincipal) -
Uses of MaildropPopException in mireka.pop.store
Methods in mireka.pop.store that throw MaildropPopException Modifier and Type Method Description voidMaildrop. beginTransaction()voidMaildrop. commitTransaction()voidMaildrop. delete(int messageNumber)java.io.InputStreamMaildrop. getMailAsStream(int messageNumber)ScanListingMaildrop. getScanListing(int messageNumber)UidListingMaildrop. getUidListing(int messageNumber)
-