Skip to content
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

Python 3.10 update #71

Merged
merged 4 commits into from
May 7, 2022
Merged

Conversation

dhellmann
Copy link
Member

Update imapclient library dependency, the way the SSL context is managed, and the trove classifiers for the package.

The imapclient function for creating a default SSL context has been
removed, so replace its use in the client module with the function
from the ssl module in stdlib instead.

Update the way the cafile and check_hostname settings are managed
based on examples in the ssl module documentation.

Update the mocks in the related unit test to match the new behavior.
@mergify mergify bot merged commit c862344 into imapautofiler:master May 7, 2022
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.

None yet

1 participant