Modifier and Type | Class and Description |
---|---|
class |
MailboxManagerManagement
JMX managmenent for Mailboxes
|
Modifier and Type | Class and Description |
---|---|
class |
UserRepositoryAuthenticator
Authenticator which use an UsersRepository to check if the user and password
match
|
Modifier and Type | Class and Description |
---|---|
class |
MailRepositoryStoreBeanFactory
Provides a registry of mail repositories.
|
Modifier and Type | Method and Description |
---|---|
protected Class<LogEnabled> |
LogEnabledBeanPostProcessor.getLifeCycleInterface() |
Modifier and Type | Method and Description |
---|---|
protected void |
LogEnabledBeanPostProcessor.executeLifecycleMethodAfterInit(LogEnabled bean,
String beanname) |
protected void |
LogEnabledBeanPostProcessor.executeLifecycleMethodBeforeInit(LogEnabled bean,
String beanname) |
Modifier and Type | Class and Description |
---|---|
class |
James23Importer
Tool to import James 2.3 users and mails into James 3.0.
|
Modifier and Type | Class and Description |
---|---|
class |
DNSJavaService
Provides DNS client functionality to services running inside James
|
Modifier and Type | Class and Description |
---|---|
class |
HBaseDomainList
Implementation of the DomainList for a HBase persistence.
|
Modifier and Type | Class and Description |
---|---|
class |
JPADomainList
JPA implementation of the DomainList.
This implementation is compatible with the JDBCDomainList, meaning same database schema can be reused. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDomainList
All implementations of the DomainList interface should extends this abstract
class
|
Modifier and Type | Class and Description |
---|---|
class |
XMLDomainList
Mimic the old behavior of JAMES
|
Modifier and Type | Class and Description |
---|---|
class |
FetchMail
Class
FetchMail is an Avalon task that is periodically triggered
to fetch mail from a JavaMail Message Store. |
class |
FetchScheduler
A class to instantiate and schedule a set of mail fetching tasks
|
Modifier and Type | Class and Description |
---|---|
class |
IMAPServer
NIO IMAP Server which use Netty
|
class |
IMAPServerFactory |
class |
OioIMAPServer
IMAPServer which use old IO and not NIO.
|
class |
OioIMAPServerFactory |
Modifier and Type | Class and Description |
---|---|
class |
LMTPServer |
class |
LMTPServerFactory |
class |
OioLMTPServer
LMTPServer which use old IO and not NIO.
|
class |
OioLMTPServerFactory |
Modifier and Type | Class and Description |
---|---|
class |
JamesMailetContext |
class |
JamesMailSpooler
Manages the mail spool.
|
Modifier and Type | Class and Description |
---|---|
class |
CamelCompositeProcessor
Build up the Camel Routes by parsing the mailetcontainer.xml configuration
file.
|
class |
CamelMailetProcessor
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStateCompositeProcessor
Abstract base class for
CamelCompositeProcessor which service the
Mail with a CamelProcessor instances |
class |
AbstractStateMailetProcessor
Abstract base class for
MailProcessor implementations which want to
process Mail via Matcher and Mailet |
Modifier and Type | Class and Description |
---|---|
class |
FileMailRepository
Implementation of a MailRepository on a FileSystem.
|
class |
MBoxMailRepository
Implementation of a MailRepository using UNIX mbox files.
|
Modifier and Type | Class and Description |
---|---|
class |
JCRMailRepository
Mail repository that is backed by a JCR content repository.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCMailRepository
Implementation of a MailRepository on a database.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMailRepository
This class represent an AbstractMailRepository.
|
Modifier and Type | Class and Description |
---|---|
class |
OioPOP3Server
POP3Server which use old IO and not NIO.
|
class |
OioPOP3ServerFactory |
class |
POP3Server
NIO POP3 Server which use Netty
|
class |
POP3ServerFactory |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConfigurableAsyncServer
Abstract base class for Servers for all James Servers
|
class |
AbstractProtocolAsyncServer
Abstract base class which use a
ProtocolHandlerLoader for loading the ProtocolHandler |
class |
AbstractServerFactory
Abstract base class for Factories that need to create
AbstractConfigurableAsyncServer 's via configuration files |
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQMailQueueFactory
MailQueueFactory implementations which return
ActiveMQMailQueue instances |
Modifier and Type | Class and Description |
---|---|
class |
FileMailQueueFactory
MailQueueFactory implementation which returns FileMailQueue instances |
Modifier and Type | Class and Description |
---|---|
class |
JMSMailQueueFactory
MailQueueFactory implementation which use JMS |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMailQueueFactory
MailQueueFactory abstract base class which take care of register the
MailQueue implementations via JMX (if possible) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileRepository
This an abstract class implementing functionality for creating a file-store.
|
class |
FilePersistentObjectRepository
This is a simple implementation of persistent object store using object
serialization on the file system.
|
class |
FilePersistentStreamRepository
Implementation of a StreamRepository to a File.
TODO: -retieve(String key) should return a FilterInputStream to allow mark and reset methods. |
Modifier and Type | Class and Description |
---|---|
class |
XMLRecipientRewriteTable
Class responsible to implement the Virtual User Table in XML disk file.
|
Modifier and Type | Class and Description |
---|---|
class |
HBaseRecipientRewriteTable
Implementation of the RecipientRewriteTable for a HBase persistence.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCRecipientRewriteTable
Deprecated.
use JPARecipientRewriteTable
|
Modifier and Type | Class and Description |
---|---|
class |
JPARecipientRewriteTable
Class responsible to implement the Virtual User Table in database with JPA
access.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRecipientRewriteTable |
Modifier and Type | Class and Description |
---|---|
class |
OioSMTPServer
SMTPServer which use old IO and not NIO.
|
class |
OioSMTPServerFactory |
class |
SMTPServer
NIO SMTPServer which use Netty
|
class |
SMTPServerFactory |
Modifier and Type | Class and Description |
---|---|
class |
UsersFileRepository
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
HBaseUsersRepository
Implementation of the UserRepository for a HBase persistence.
|
Modifier and Type | Class and Description |
---|---|
class |
JCRUsersRepository
UsersRepository implementation which stores users to a JCR
Repository |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJdbcUsersRepository
Deprecated.
|
class |
DefaultUsersJdbcRepository
Deprecated.
|
class |
JamesUsersJdbcRepository
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
JPAUsersRepository
JPA based UserRepository
|
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyUsersLDAPRepository
This repository implementation serves as a bridge between Apache James and
LDAP.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJamesUsersRepository
Deprecated.
Please implement
UsersRepository |
class |
AbstractUsersRepository |
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.