freebsd-ports/mail/py-pyzmail/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

5 lines
392 B
Text

pyzmail is a high level mail library for Python 2.x & 3.x. It provides functions
and classes that help to parse, compose and send emails. pyzmail exists because
their is no reasons that handling mails with Python would be more difficult than
with Outlook or Thunderbird. pyzmail hides the difficulties of managing the MIME
structure and of the encoding/decoding for internationalized emails.