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

Fix reference to non-existent method on EmailMessage #370

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

dmwyatt
Copy link
Contributor

@dmwyatt dmwyatt commented Apr 18, 2024

It's get_all, not getall. https://docs.python.org/3.12/library/email.message.html#email.message.EmailMessage.get_all

I checked python versions 3.6-3.12 and confirmed it's always been the case.

It's `get_all`, not `getall`.  https://docs.python.org/3.12/library/email.message.html#email.message.EmailMessage.get_all

I check version 3.6-3.12 and confirmed it's always been the case.
@medmunds medmunds merged commit dc1ddfa into anymail:main Apr 18, 2024
54 of 58 checks passed
@medmunds
Copy link
Contributor

Thanks, good catch.

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.

2 participants