mirror of https://github.com/lcpz/lain.git
Updated imap (markdown)
This commit is contained in:
parent
dd10cac130
commit
a11f76cf00
6
imap.md
6
imap.md
|
@ -46,10 +46,8 @@ 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):
|
||||||
|
|
||||||
myimapcheck = lain.widgets.imap({
|
myimapcheck = lain.widgets.imap({
|
||||||
is_plain = true,
|
password = "keyring get mymail",
|
||||||
password = "myplainpassword",
|
[...]
|
||||||
server = "mail.autistici.org",
|
|
||||||
mail = "dada@anche.no",
|
|
||||||
})
|
})
|
||||||
|
|
||||||
When `is_plain == false`, it *executes* `password` before using it, so you can also use whatever password fetching solution you want.
|
When `is_plain == false`, it *executes* `password` before using it, so you can also use whatever password fetching solution you want.
|
||||||
|
|
Loading…
Reference in New Issue