gnu: libesmtp: Expand description.

* gnu/packages/mail.scm (libesmtp)[description]: Add more libESMTP facts.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-30 15:48:34 +02:00
parent 4f77288569
commit f2a8b7e09c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2330,11 +2330,20 @@ (define-public libesmtp
`(("openssl" ,openssl)))
(home-page "http://www.stafford.uklinux.net/libesmtp/")
(synopsis "Library for sending mail via remote hosts using SMTP")
(description "libESMTP is an SMTP client which manages posting (or
submission of) electronic mail via a preconfigured Mail Transport Agent (MTA).
It may be used as part of a Mail User Agent (MUA) or other program that must
be able to post electronic mail where mail functionality may not be that
program's primary purpose.")
(description
"libESMTP is an @acronym{SMTP, Simple Mail Transfer Protocol} client that
manages posting (or submission of) electronic mail via a preconfigured
@acronym{MTA, Mail Transport Agent}.
It may be used as part of a @acronym{MUA, Mail User Agent}, or other program
that must be able to post electronic mail where mail functionality may not be
that program's primary purpose.
libESMTP's high-level API shields developers from the complexity of SMTP. It
transparently handles many SMTP extensions including authentication,
@acronym{TLS, Transport-Level Security}, and PIPELINING for performance. Even
without a pipelining server, libESMTP offers much better performance than would
be expected from a simple client.")
(license (list license:lgpl2.1+ license:gpl2+))))
(define-public esmtp