Added missing documentation for all supported query keyword arguments. Fixes #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 #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 #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 #126.

added TODO back into query.py
This commit is contained in:
2018-07-25 08:22:04 -04:00
parent 06aa4e054b
commit 9cffb51a81
7 changed files with 173 additions and 143 deletions

2
.gitignore vendored
View File

@@ -33,4 +33,4 @@ example.*
example.py
# PyCharm
.idea/
.idea/