diff options
author | roam <roam@FreeBSD.org> | 2001-03-07 18:52:05 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-03-07 18:52:05 +0800 |
commit | 9ee2163169ca82f3e87588734f70328a02b8a8c5 (patch) | |
tree | 0338e5bb84c034e9ca60740f852ab9268e929fb5 /mail/libesmtp/pkg-descr | |
parent | 0efac8e3b9019a836eefd9747b0bcffb36985f5f (diff) | |
download | freebsd-ports-gnome-9ee2163169ca82f3e87588734f70328a02b8a8c5.tar.gz freebsd-ports-gnome-9ee2163169ca82f3e87588734f70328a02b8a8c5.tar.zst freebsd-ports-gnome-9ee2163169ca82f3e87588734f70328a02b8a8c5.zip |
Add libesmtp, a library for sending email messages via SMTP.
PR: 25269
Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'mail/libesmtp/pkg-descr')
-rw-r--r-- | mail/libesmtp/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/libesmtp/pkg-descr b/mail/libesmtp/pkg-descr new file mode 100644 index 000000000000..72d5b27604c0 --- /dev/null +++ b/mail/libesmtp/pkg-descr @@ -0,0 +1,19 @@ +libESMTP is a library to manage posting (or submission of) electronic +mail using SMTP to a preconfigured Mail Transport Agent (MTA) such as +Exim. It may be used as part of a Mail User Agent (MUA) or another +program that must be able to post electronic mail but where mail +functionality is not the program's primary purpose. libESMTP is not +intended to be used as part of a program that implements a Mail +Transport Agent. + +libESMTP is an attempt to provide a robust implementation of the SMTP +protocol for use with mail clients. It is being developed as a reaction +to the experience of incomplete or buggy implementations of SMTP and +also to help remove the need for the installation of MTAs on +workstations which only need them to provide a sendmail command for a +mail client to post its mail. + +WWW: http://www.stafford.uklinux.net/libesmtp/ + +- Anton +tobez@tobez.org |