| org.apache.james.pop3server.POP3HandlerConfigurationData
POP3HandlerConfigurationData | public interface POP3HandlerConfigurationData (Code) | | Provides a number of server-wide constant values to the
POP3Handlers
|
getHelloName | String getHelloName()(Code) | | Returns the service wide hello name
the hello name |
getMailServer | MailServer getMailServer()(Code) | | Returns the MailServer interface for this service.
the MailServer interface for this service |
getResetLength | int getResetLength()(Code) | | Returns the service wide reset length in bytes.
the reset length |
getUsersRepository | UsersRepository getUsersRepository()(Code) | | Returns the UsersRepository for this service.
the local users repository |
|
|