Skip to content

Commit

Permalink
fix readme, .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ikvk committed May 18, 2020
1 parent eb47a84 commit 92a4a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ MANIFEST
/imap_tools.egg-info/
/samples/
/tests/credentials.ini
/examples/test.py
/examples/check.py
/.python-version
/.idea/
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ You can use 2 approaches to perform these operations:
* "in bulk" - Perform IMAP operation for message set per 1 command
* "by one" - Perform IMAP operation for each message separately per N commands

Result of MailBox.fetch generator will be implicitly converted to uid list.
Result of MailBox.fetch generator in actions will be implicitly converted to uid list.

For actions with a large number of messages imap command may be too large and will throw an exception,
use 'limit' argument for fetch in this case.
Expand Down

0 comments on commit 92a4a41

Please sign in to comment.