From 92a4a4190a27647532153032c30eefb9bc20aa13 Mon Sep 17 00:00:00 2001 From: "v.kaukin" Date: Mon, 18 May 2020 11:46:51 +0500 Subject: [PATCH] fix readme, .gitignore --- .gitignore | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5b24203..f6c6208 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,6 @@ MANIFEST /imap_tools.egg-info/ /samples/ /tests/credentials.ini -/examples/test.py +/examples/check.py /.python-version /.idea/ diff --git a/README.rst b/README.rst index d247560..0a920ec 100644 --- a/README.rst +++ b/README.rst @@ -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.