inbox.py
inbox.py copied to clipboard
Still working with last python versions?
Still working with last python versions? Also how to install it on a domain or a subdomain? Anyway to setup a host/port/ encrypt/ user/password
Still working with last python versions?
Seems, we have a promlems with dependencies on last python versions:
- smtpd was removed in Python 3.12, see docs:
ModuleNotFoundError: No module named 'smtpd'
Use the aiosmtpd PyPI module instead.
- asyncore was removed in Python 3.12, see docs:
ModuleNotFoundError: No module named 'asyncore'
Use the asyncio instead.
Anyway, we need a fork.