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

Module 'imapclient' has no attribute 'SENT' #585

Open
ianawilson opened this issue May 22, 2024 · 0 comments
Open

Module 'imapclient' has no attribute 'SENT' #585

ianawilson opened this issue May 22, 2024 · 0 comments

Comments

@ianawilson
Copy link

This was originally reported as a documentation issue: #357 However, I'm experiencing it while using 3.0.1.

I believe this is because the __all__ special property omits some of the flags specified later on, including SENT. When I fiddle with the source locally, adding "SENT" to __all__, this works fine.

https://github.com/mjs/imapclient/blob/3.0.1/imapclient/imapclient.py#L36-L45

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

No branches or pull requests

1 participant