Updated imap (markdown)
This commit is contained in:
parent
8e95f5d3e4
commit
211e7a5ec6
1 changed files with 1 additions and 1 deletions
2
imap.md
2
imap.md
|
@ -53,7 +53,7 @@ You can just set your password like this:
|
||||||
args.is_plain = false
|
args.is_plain = false
|
||||||
args.password = "mypassword"
|
args.password = "mypassword"
|
||||||
|
|
||||||
and you'll have the same security provided by `~/.netrc`
|
and you'll have the same security provided by `~/.netrc`.
|
||||||
|
|
||||||
**Or** you can use a keyring, like [python keyring](https://pypi.python.org/pypi/keyring):
|
**Or** you can use a keyring, like [python keyring](https://pypi.python.org/pypi/keyring):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue