cmdix/command/smtpd.py:1
/Users/jaraco/code/main/cmdix/cmdix/command/smtpd.py:1: DeprecationWarning: The asyncore module is deprecated. The recommended replacement is asyncio
import asyncore
cmdix/command/smtpd.py:2
/Users/jaraco/code/main/cmdix/cmdix/command/smtpd.py:2: DeprecationWarning: The smtpd module is deprecated and unmaintained. Please see aiosmtpd (https://aiosmtpd.readthedocs.io/) for the recommended replacement.
import smtpd as _smtpd
../../../../../Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/smtpd.py:105
/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/smtpd.py:105: DeprecationWarning: The asynchat module is deprecated. The recommended replacement is asyncio
import asynchat