Skip to content

Commit

Permalink
fixed minor typo and added a doc in example
Browse files Browse the repository at this point in the history
  • Loading branch information
shoaib30 authored and mjs committed Jul 28, 2021
1 parent 91e89ef commit 0279592
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
========================= ========================================

Expand Down
3 changes: 3 additions & 0 deletions examples/example.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0279592

Please sign in to comment.