This mailbox implementation stores messages in a Java Persistence API store (think data bases, but not limited to that).
Default JPA provider is Apache OpenJPA, but you can roll your own by extending JPAMailboxManager and JPAMessageManager in the same way as OpenJPAMailboxManager and OpenJPAMessageManager do.
It only supports the Basic capability.