This is the DeltaJ version of IRIS email client. The following features are implemented in this version
- Send and Receive e-mail messages.
- Multiple folders (though we are not able to create new folders).
- Address book.
- Relational database.
- Lucene persistence.
- Tags.
- Search, simple and advanced.
- Install Java 7 SDK;
- Download Eclipse Kepler and Luna;
- Install Xtext 2.5.x;
- Install DeltaJ 1.5 from https://www.tu-braunschweig.de/isf/research/deltas/
- Clone this repository and import the project in Eclipse as an existing Project into Workspace;
- Install whatever Eclipse suggests;
- DeltaJ don't work very well with Maven, if you have problems disable maven nature;
- Build the system with "Project -> Clean...";
- Choose product(s) to generate;
- In the terminal,runs as (eclipse), shell or cmd, do a "mvn clean package" (we also have some maven profiles for running the program);
- Have fun! :-)