From 0279592557495d4ddf7619b17ed9e73b21161bdf Mon Sep 17 00:00:00 2001 From: shoaib30 Date: Wed, 30 Jun 2021 14:59:44 +0530 Subject: [PATCH] fixed minor typo and added a doc in example --- README.rst | 2 +- examples/example.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0397f725..1cb92d9a 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ License New BSD Project home https://github.com/mjs/imapclient/ PyPI https://pypi.python.org/pypi/IMAPClient Documentation https://imapclient.readthedocs.io/ -Discussions ` https://github.com/mjs/imapclient/discussions +Discussions https://github.com/mjs/imapclient/discussions Mailing list https://groups.io/g/imapclient ========================= ======================================== diff --git a/examples/example.py b/examples/example.py index 701de76c..c66e93c8 100644 --- a/examples/example.py +++ b/examples/example.py @@ -1,3 +1,6 @@ +# List number of messages in INBOX folder +# and print details of the messages that are not deleted + from imapclient import IMAPClient HOST = "imap.host.com"