diff options
author | garga <garga@FreeBSD.org> | 2005-07-22 00:46:22 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-07-22 00:46:22 +0800 |
commit | 14ea12faea7cd9185d596454e36a7676a2642e0a (patch) | |
tree | ef0ebf7b2d1c896b1fd6a78de1abcf3e8bc8d249 /mail/eps/pkg-descr | |
parent | c82da9622327908ccc861bf24bff67a2f39bd21b (diff) | |
download | freebsd-ports-gnome-14ea12faea7cd9185d596454e36a7676a2642e0a.tar.gz freebsd-ports-gnome-14ea12faea7cd9185d596454e36a7676a2642e0a.tar.zst freebsd-ports-gnome-14ea12faea7cd9185d596454e36a7676a2642e0a.zip |
EPS (Email Parsing System) is intended to give people the ability
to write their own email processing tools.
Whether you want to process incoming and outgoing emails,
or just analyze a message,
this package is intended to aid in that endeavor.
Features
* Written in C
* API is documented
* Fast and efficient
Usage
How we use EPS and how others use EPS
* Tracking incoming and outgoing email messages based on threads
* Archiving and searching against threads
* Demographics collection via email
* Email client
* Create custom autoresponders
* We even used it to parse simple LDIF files!
WWW: http://www.inter7.com/index.php?page=eps
PR: ports/83818
Submitted by: Ismail YENIGUL <ismail@enderunix.org>
Approved by: flz (mentor)
Diffstat (limited to 'mail/eps/pkg-descr')
-rw-r--r-- | mail/eps/pkg-descr | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/eps/pkg-descr b/mail/eps/pkg-descr new file mode 100644 index 000000000000..c14b37141ca0 --- /dev/null +++ b/mail/eps/pkg-descr @@ -0,0 +1,23 @@ +EPS (Email Parsing System) is intended to give people the ability +to write their own email processing tools. +Whether you want to process incoming and outgoing emails, +or just analyze a message, +this package is intended to aid in that endeavor. + +Features + + * Written in C + * API is documented + * Fast and efficient + +Usage +How we use EPS and how others use EPS + + * Tracking incoming and outgoing email messages based on threads + * Archiving and searching against threads + * Demographics collection via email + * Email client + * Create custom autoresponders + * We even used it to parse simple LDIF files! + +WWW: http://www.inter7.com/index.php?page=eps |