head 1.3; access; symbols pkgsrc-2023Q4:1.3.0.44 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.42 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.40 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.3.0.38 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.3.0.36 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.34 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.32 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.30 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.3.0.28 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.26 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.24 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.3.0.22 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.3.0.20 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.3.0.18 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.16 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.3.0.12 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.3.0.14 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.3.0.10 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.3.0.8 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.3.0.6 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.4 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.2 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.2.0.6 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.4 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.2 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.1.0.6 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.2 pkgsrc-2017Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2018.09.21.10.43.45; author adam; state Exp; branches; next 1.2; commitid DXTOjwoaToJ2zXSA; 1.2 date 2017.09.29.12.40.55; author adam; state Exp; branches; next 1.1; commitid gKDDSVnqrTRDG59A; 1.1 date 2017.04.25.17.16.57; author fhajny; state Exp; branches; next ; commitid wqsy0xy0K3Z4gWOz; desc @@ 1.3 log @py-aiosmtpd: updated to 1.2 1.2: mprove the documentation on enabling STARTTLS. Add customizable ident field to SMTP class constructor. Remove asyncio.coroutine decorator as it was introduced in Python 3.5. Add Controller docstring, explain dual-stack binding. Gracefully handle ASCII decoding exceptions. Fix typo. Improve Controller ssl_context documentation. Add timeout feature. @ text @bin/aiosmtpd @@PREFIX@@/bin/aiosmtpd-@@PYVERSSUFFIX@@ @ 1.2 log @py-aiosmtpd: update to 1.1 1.1: Drop support for Python 3.4. As per RFC 5321, §4.1.4, multiple HELO / EHLO commands in the same session are semantically equivalent to RSET. As per RFC 5321, $4.1.1.9, NOOP takes an optional argument, which is ignored. API BREAK If you have a handler that implements handle_NOOP(), it previously took zero arguments but now requires a single argument. The command line options --version / -v has been added to print the package’s current version number. General improvements in the Controller class. When aiosmtpd handles a STARTTLS it must arrange for the original transport to be closed when the wrapped transport is closed. This fixes a hidden exception which occurs when an EOF is received on the original tranport after the connection is lost. Widen the catch of ConnectionResetError and CancelledError to also catch such errors from handler methods. Added a manpage for the aiosmtpd command line script. Added much better support for the HELP. There’s a new decorator called @@syntax() which you can use in derived classes to decorate smtp_*() methods. These then show up in HELP responses. This also fixes HELP responses for the LMTP subclass. The Controller class now takes an optional keyword argument ssl_context which is passed directly to the asyncio create_server() call. @ text @d1 1 a1 1 bin/aiosmtpd @@PREFIX@@/bin/aiosmtpd@@PYVERSSUFFIX@@ @ 1.1 log @Import aiosmtpd 1.0a5 as mail/py-aiosmtpd. This is a server for SMTP and related protocols, similar in utility to the standard library's smtpd.py module, but rewritten to be based on asyncio for Python 3. @ text @d1 1 a1 1 bin/smtpd @@PREFIX@@/bin/smtpd@@PYVERSSUFFIX@@ @