Update README.rst

This commit is contained in:
Martin Rusev
2017-11-30 23:01:03 +01:00
committed by GitHub
parent 43a37818ab
commit ef68d92021

View File

@@ -125,14 +125,6 @@ Usage
# mark the message as read
imbox.mark_seen(uid)
# To use with starttls
with Imbox('server.com',
username='username',
password='password',
ssl=False,
ssl_context=None,
starttls=True) as imbox: