-
While creating a SMTP server in the TLS/SSL wrapper I get the following error:
Traceback (most recent call last):
File "C:\some_path\some_file.py", line 196, in test_ReceiverSetup_EventLog_Email_S…
-
Another thought occurred to me: As we've dropped Python 3.6 support, we can also use `dataclass` rather than `attrs`.
This will reduce aiosmtpd's dependency for sure.
-
rss2email 3.14
I have one feed,
http://feeds.macrumors.com/MacRumors-All
that will occasionally error on r2e with this error:
Traceback (most recent call last):
File "/usr/local/bin/r2e",…
-
I've got the image up and running on docker, but do you have instructions on how to use it? What's the best program to install to take advantage of this smtp server? Thanks!
-
I'd rate this as a critical bug, unless a workaround has already been found (didn't see anything in my reading of the docs),
My `asyncio` process instantiates a `Controller`, then starts it. In th…
-
I think it's time for me to admit that I don't have much time to work on aiosmtpd. I really hope it doesn't languish though, given how useful of a library it is.
We need to identify someone else t…
-
Hi,
as far as I can tell, at the moment, certs are only read on context creation. This poses a problem for lets encrypt setups as the certs will regularly change on disk but an always running aiosm…
-
Traceback (most recent call last):
File "C:/Users/Darkness/Desktop/crazy-email-recv-srv-master/dd.py", line 11, in
controller.start()
File "D:\python37\lib\site-packages\aiosmtpd\controlle…
-
When updating mailman a few days ago starting it returned an error message, namely "OSError: [Errno 43] Protocol not supported".
This is errno.EPROTONOSUPPORT on FreeBSD in jails without IPv6 suppo…
-
The longtime command for local email testing produces deprecation warnings:
$ python -m smtpd -n -c DebuggingServer localhost:1025
/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/…