This app can sort mails, using a list of mails and collaborators.
Using MailParser, you will be able to sort your enterprise's mail, using only the key arrows of you computer.
You can select mails and contact from a collaborator, and sort with a top 10, a list of buzzy days, etc...
Also, you can decide to visualize the result directly in your command prompt, or export it.
Simplified multithreaded Java HTTP server able to interpret GET/POST requests.
Example dummy app included. It uses Apache2 as a proxy for AJAX calls and jQuery code as a client.
-------
Requirements:
For the Java HTTP server:
- J2SE (SDK for compilation)
For the exampe web app:
- Apache2 with mod_rewrite and mod_proxy
Client-side for the web app:
- www browser supporting JS with jQuery
---
Setup:
- run Server.class from Java server files (java Server) in a...