Merge pull request #85 from sblondon/master

Update link to python3 documentation
This commit is contained in:
Martin Rusev
2017-09-11 11:25:36 +02:00
committed by GitHub

View File

@@ -25,7 +25,7 @@ Usage
```python
from imbox import Imbox
# SSL Context docs https://docs.python.org/2/library/ssl.html#ssl.create_default_context
# SSL Context docs https://docs.python.org/3/library/ssl.html#ssl.create_default_context
imbox = Imbox('imap.gmail.com',
username='username',