aio-libs / aiosmtpd

A reimplementation of the Python stdlib smtpd.py based on asyncio.
https://aiosmtpd.aio-libs.org
Apache License 2.0
319 stars 96 forks source link

Small docs change #384

Open waynew opened 11 months ago

waynew commented 11 months ago

See #320 - I did a quick audit and changed the couple of things that could use it. I did not confirm whether or not any of the code samples in the docs have any changes that are inconsistent with the current codebase... My hope is that they were already update and tested :sweat_smile:

Anyway... this may or may not completely resolve #320.

webknjaz commented 8 months ago

I enabled building PR previews @ RTD but it fails currently because the RTD config file needs to be updated: https://readthedocs.org/projects/aiosmtpd/builds/23289246/.

The GHA linting is failing is unrelated either, because of the unpinned flake8 plugin version, I suppose.

webknjaz commented 8 months ago

the RTD config file needs to be updated

Filed an issue for this with pointers: https://github.com/aio-libs/aiosmtpd/issues/393.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.12%. Comparing base (94710d8) to head (bb2d97f). Report is 10 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #384 +/- ## ========================================== - Coverage 98.14% 98.12% -0.02% ========================================== Files 22 22 Lines 5646 5646 Branches 755 755 ========================================== - Hits 5541 5540 -1 - Misses 68 70 +2 + Partials 37 36 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

webknjaz commented 1 month ago

@waynew needs conflict resolution