diff options
author | cjep <cjep@pkgsrc.org> | 2002-09-22 13:01:24 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-09-22 13:01:24 +0000 |
commit | fafa178d17d230e23af05fa7300cd8c739380b1b (patch) | |
tree | 0ffc00e513a70ea6aeaa00d093714ebfddf21ef0 /mail/libesmtp/DESCR | |
parent | 513bfa31b8d4e37973d74e86c193f35179b78eb3 (diff) | |
download | pkgsrc-fafa178d17d230e23af05fa7300cd8c739380b1b.tar.gz |
Initial import of libESMTP-1.0rc1 into the NetBSD packages collection
as mail/libesmtp.
Originally in PR#16146 from Alex Newman.
libESMTP is a library to manage posting (or submission of) electronic
mail using SMTP to a preconfigured Mail Transport Agent (MTA).
It may be used as part of a Mail User Agent (MUA) or another program that
needs to post electronic mail but where mail functionality is not
the program's primary purpose.
Diffstat (limited to 'mail/libesmtp/DESCR')
-rw-r--r-- | mail/libesmtp/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/libesmtp/DESCR b/mail/libesmtp/DESCR new file mode 100644 index 00000000000..c3129b6a3d8 --- /dev/null +++ b/mail/libesmtp/DESCR @@ -0,0 +1,6 @@ +libESMTP is a library to manage posting (or submission of) electronic +mail using SMTP to a preconfigured Mail Transport Agent (MTA). + +It may be used as part of a Mail User Agent (MUA) or another program that +needs to post electronic mail but where mail functionality is not +the program's primary purpose. |