Package | Description |
---|---|
org.apache.james.domainlist.hbase | |
org.apache.james.domainlist.jpa | |
org.apache.james.domainlist.lib | |
org.apache.james.domainlist.xml | |
org.apache.james.fetchmail | |
org.apache.james.mailetcontainer.impl | |
org.apache.james.rrt.lib | |
org.apache.james.smtpserver | |
org.apache.james.smtpserver.fastfail | |
org.apache.james.transport.mailets |
Core mailets for use with the Mailet API.
|
org.apache.james.user.lib |
Implementations of user repositories for use in 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 | Method and Description |
---|---|
void |
DomainListManagement.setDomainList(DomainList domainList) |
Modifier and Type | Class and Description |
---|---|
class |
XMLDomainList
Mimic the old behavior of JAMES
|
Modifier and Type | Method and Description |
---|---|
DomainList |
FetchMail.getDomainList() |
Modifier and Type | Method and Description |
---|---|
void |
FetchScheduler.setDomainList(DomainList domainList) |
void |
FetchMail.setDomainList(DomainList domainList) |
Modifier and Type | Method and Description |
---|---|
void |
JamesMailetContext.setDomainList(DomainList domains) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRecipientRewriteTable.setDomainList(DomainList domainList) |
Modifier and Type | Method and Description |
---|---|
void |
AuthRequiredToRelayRcptHook.setDomainList(DomainList domains) |
void |
JamesMailCmdHandler.setDomainList(DomainList domainList) |
void |
SenderAuthIdentifyVerificationRcptHook.setDomainList(DomainList domains) |
void |
JamesRcptCmdHandler.setDomainList(DomainList domainList) |
Modifier and Type | Method and Description |
---|---|
void |
ValidRcptHandler.setDomainList(DomainList domains) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteDelivery.setDomainList(DomainList domainList) |
void |
AbstractRecipientRewriteTable.setDomainList(DomainList domainList)
Deprecated.
|
void |
AbstractRecipientRewriteTableMailet.setDomainList(DomainList domainList) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUsersRepository.setDomainList(DomainList domainList) |
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.