Description
At the moment we have the MailboxMembership and the Message interfaces to represend a Message which is stored in a Mailbox. This makes things more complex as they should be without any gain. We should better merge this two interfaces and the implementations.
Special care need to get taken for the JPA implementation as we need some kind of "migration script" here.