Skip to content

Conversation

@fatelei
Copy link
Contributor

@fatelei fatelei commented Dec 12, 2025

Add RFC 5034 AUTH support to poplib


📚 Documentation preview 📚: https://cpython-previews--142613.org.readthedocs.build/

@diegorusso
Copy link
Contributor

Can you please rebase/merge your branch on top of main please?

@fatelei
Copy link
Contributor Author

fatelei commented Dec 12, 2025

Can you please rebase/merge your branch on top of main please?

done

@diegorusso
Copy link
Contributor

Can you please rebase/merge your branch on top of main please?

done

Thanks! I removed all the reviewers and added only the ones in the original issue.

@picnixz picnixz self-requested a review December 12, 2025 13:12
Copy link
Member

@bitdancer bitdancer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this! I have several suggestions, mostly about mimicing the smtplib API for consistency.

@bedevere-app
Copy link

bedevere-app bot commented Dec 24, 2025

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@aisk
Copy link
Contributor

aisk commented Dec 25, 2025

Hi, please avoid of force push in the future, see: https://devguide.python.org/getting-started/pull-request-lifecycle/#don-t-force-push

@fatelei
Copy link
Contributor Author

fatelei commented Dec 25, 2025

Hi, please avoid of force push in the future, see: https://devguide.python.org/getting-started/pull-request-lifecycle/#don-t-force-push

i rebase, but i can not push, so i force push, sorry

@aisk
Copy link
Contributor

aisk commented Dec 25, 2025

i rebase, but i can not push, so i force push, sorry

You can fetch the remote, then use git merge ... to merge the changes into your local branch, make further changes, and finally git push ... to the remote safely and without -f option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants