Skip to content

Mark the package as incompatible with aiosmtpd 1.4.3 #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

diazona
Copy link
Contributor

@diazona diazona commented Jan 20, 2023

aiosmtpd 1.4.3 removed the method aiosmtpd.controller.Controller._stop() which this package's SMTP server implementation was using. That broke the SMTP server plugin. This is my fault; it wasn't a good idea to use a private method from another package, but I was in a hurry to get something working and I didn't get to figure out how to implement the SMTP server using only the public API of aiosmtpd.

We're working on a proper fix - see issue #53 - but for now I'm just marking this package as incompatible with aiosmtpd 1.4.3 and up, as an aid to people trying to resolve dependencies.

I'd like to push a post-release version (0.7.0.post0) with this change.

aiosmtpd 1.4.3 removed the method aiosmtpd.controller.Controller._stop()
which this package's SMTP server implementation was using. That broke
the SMTP server plugin. This is my fault; it wasn't a good idea to use
a private method from another package, but I was in a hurry to get
something working and I didn't get to figure out how to implement
the SMTP server using only the public API of aiosmtpd.

We're working on a proper fix - see issue #53 - but for now I'm just
marking this package as incompatible with aiosmtpd 1.4.3 and up, as
an aid to people trying to resolve dependencies.
@diazona diazona requested review from coordt and redtoad January 20, 2023 07:37
@diazona
Copy link
Contributor Author

diazona commented Jan 20, 2023

Actually I think it's better to just merge #55 so I'll close this.

@diazona diazona closed this Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant