inbox.py icon indicating copy to clipboard operation
inbox.py copied to clipboard

Still working with last python versions?

Open xindex2 opened this issue 1 year ago • 2 comments

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

xindex2 avatar Jan 21 '25 08:01 xindex2

Still working with last python versions?

Seems, we have a promlems with dependencies on last python versions:

  1. smtpd was removed in Python 3.12, see docs:
ModuleNotFoundError: No module named 'smtpd'

Use the aiosmtpd PyPI module instead.

  1. asyncore was removed in Python 3.12, see docs:
ModuleNotFoundError: No module named 'asyncore'

Use the asyncio instead.

iamlostshe avatar Aug 17 '25 12:08 iamlostshe

Anyway, we need a fork.

iamlostshe avatar Aug 17 '25 12:08 iamlostshe