-
Notifications
You must be signed in to change notification settings - Fork 190
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
document all supported keyword arguments for Imbox.messages #124
Comments
@zevaverbach a PR fixing this would be appreciated. |
zevaverbach
added a commit
to zevaverbach/imbox
that referenced
this issue
Jul 25, 2018
zevaverbach
added a commit
to zevaverbach/imbox
that referenced
this issue
Jul 26, 2018
…Fixes martinrusev#124. Added Pycharm directory to .gitignore. Fixed var names in documentation of query keywords moved Messages and Imbox to their own modules, imported Imbox.imbox into __init__.py and put it in __all__. fixes martinrusev#130. clarified in documentation and Imbox.messages logging that, unless a folder is specified in the kwargs to Imbox.messages, the returned messages will be from the inbox. In the documentation this is accomplished exclusively by the var names. fixes martinrusev#128. amended `8df7d7c` to reflect manual changes made to `README.rst` in current master, but also added `inbox_` to several var names to make that explicit in the documentation. Added flags to messages returned by `fetch_email_by_uid`, using the new function `parse_flags` in `parser.py`. Fixes martinrusev#126. added TODO back into query.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like
unflagged
,flagged
, andsubject
are not documented on the README. Would you accept a PR fixing this?The text was updated successfully, but these errors were encountered: