Updated imap (markdown)

This commit is contained in:
Luke Bonham 2013-09-07 03:25:06 -07:00
parent 6c93e00e67
commit 4a72f6f394
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ You can just set your password like this:
args.is_plain = false
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):