jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

commit aaf0326e7ef981323ac4cb7d9ecdbddce92062e9
parent f8d4f30a045c0c0cb53d9e35ba4ffe04f5006a10
Author: Jaromil <jaromil@dyne.org>
Date:   Fri,  2 May 2014 16:06:06 +0200

documentation updates for new release

Diffstat:
MREADME.md | 26+++++++++++++++-----------
Msrc/jaro | 4++--
2 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/README.md b/README.md @@ -24,17 +24,21 @@ users to store e-mail locally. Rather than reinventing the wheel, JaroMail reuses existing free and open source tools working since more than 10 years: -* ZShell :: scripting language -* Mutt :: Mail User Agent -* Fetchmail :: Mail Transport Agent -* Procmail :: Filtering Agent -* MSmtp :: the mini SMTP -* Mairix :: search engine -* ABook :: addressbook -* Elinks :: HTML rendering + executable | function + ---------- | -------------------- + ZShell | scripting language + Mutt | Mail User Agent + Fetchmail | Mail Transport Agent + Procmail | Filtering Agent + MSmtp | the mini SMTP + Mairix | search engine + ABook | addressbook + Elinks | HTML rendering A round-up on JaroMail features follows: +![JaroMail functions diagram](http://files.dyne.org/jaromail/diagram.png) + * Minimalistic interface with automatic threading * Targets intensive usage of mailinglists * Does whitelisting and integrates addressbooks @@ -67,9 +71,9 @@ The dependencies to be installed on the system for JaroMail are Bare in mind **you need to read the Manual**: this software is not graphical, it is not meant to be intuitive, does not contains eyecandies (except for stats on mail traffic). JaroMail is operated via Terminal, configured in plain text and overall made by geeks for geeks. -# USAGE instructions +# Manual and usage instructions -See the commandline help: +For a brief overview see the commandline help: ``` jaro -h ``` @@ -94,7 +98,7 @@ We are all idling artists. # DONATE -Money donations are very welcome and well needed. +Donations are very welcome and well needed. By donating you will encourage further development. diff --git a/src/jaro b/src/jaro @@ -20,8 +20,8 @@ # this source code; if not, write to: # Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -VERSION=1.3 -DATE=Dec/2013 +VERSION=1.4 +DATE=May/2014 JAROMAILEXEC=$0 typeset -a OLDARGS for arg in ${argv}; do OLDARGS+=($arg); done