20 Commits

Author SHA1 Message Date
b2f82b6fb7 added support in vendors.gmail for 'label' and 'raw' searches, added these to documentation. 2018-10-18 14:30:53 -04:00
76fc7bfe8c synced with master including #153 supporting search for UID ranges 2018-10-18 13:15:22 -04:00
Sumit Ghosh
c21f2ec9f7 Edit README mentioning usage of uid__range 2018-09-08 21:57:57 +05:30
Martin Rusev
c86cbe766d Update README.rst 2018-07-27 10:38:07 +02:00
80d6104387 conflict 2018-07-26 15:08:08 -04:00
9cffb51a81 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
2018-07-26 10:50:10 -04:00
Martin Rusev
06aa4e054b Update README.rst 2018-07-26 14:47:02 +02:00
Martin Rusev
63bddbd73c Update README.rst 2018-07-26 14:45:34 +02:00
71942a69e8 fixed var names in documentation of query keywords 2018-07-25 08:27:40 -04:00
b53a1e6837 Added missing documentation for all supported query keyword arguments. Fixes #124. 2018-07-25 08:22:50 -04:00
Martin Rusev
ef68d92021 Update README.rst 2017-11-30 23:01:03 +01:00
Martin Rusev
43a37818ab Merge pull request #108 from balsagoth/feature/starttls
Add starttls support
2017-11-30 23:00:36 +01:00
Ivan Pereira
fe965e7d19 add date__on to query and some other improvments 2017-11-30 21:42:16 +00:00
Ivan Pereira
cfca92df60 Update docs 2017-11-30 16:30:43 +00:00
Martin Rusev
ed251ce999 Typo in Readme 2017-10-28 10:05:10 +02:00
Stéphane Blondon
79601bef7a add infos about how to list folders, delete a message and mark a message as read 2017-10-27 18:45:04 +02:00
Stéphane Blondon
ea4fd7d9ea Messages filter can use date objects instead of stringified dates 2017-10-10 21:52:05 +02:00
Stephane Blondon
acfb2adc47 Add info about how to run tests; remove python 3.2 from supported versions 2017-10-09 22:21:15 +02:00
Stephane Blondon
568dcb028a Imbox() usable as with statement 2017-09-17 22:57:05 +02:00
Stéphane Blondon
85e1b088c4 Convert README to reStructuredText format 2017-09-16 18:16:50 +02:00