Uses of Package
org.apache.james.pop3server

Packages that use org.apache.james.pop3server
org.apache.james.pop3server Provides classes implementing POP3 functionality. 
 

Classes in org.apache.james.pop3server used by org.apache.james.pop3server
CommandHandler
          Custom command handlers must implement this interface The command handlers will be Server wide common to all the POP3Handlers, therefore the command handlers must store all the state information in the POP3Session object
POP3HandlerChain
          The POP3HandlerChain is per service object providing access ConnectHandlers, Commandhandlers and message handlers
POP3HandlerConfigurationData
          Provides a number of server-wide constant values to the POP3Handlers
POP3ServerMBean
          An interface to expose James management functionality through JMX.
POP3Session
          All the handlers access this interface to communicate with POP3Handler object
 



Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.