Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 804 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 804 Bytes

OpenPaaS James

This project adapts and enhance Apache James project

Useful links

Additional features

Additional features includes:

  • JMAP PUSH over AMQP (WIP)
  • JMAP Filters/get and Filters/set (WIP)

Building the project

This projects uses git submodules to track the latest branch of the Apache James project

You need to retrieve Apache sources first:

cd james-project
git fetch
git checkout master

Then you can compile both apache/james-project and linagora/openpaas-james together.

mvn clean package -Dmaven.javadoc.skip=true