Merge pull request #85 from sblondon/master
Update link to python3 documentation
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user