bump lib, fix config sample typo

This commit is contained in:
Clément DOUIN 2023-12-14 22:27:33 +01:00
parent d6bf407653
commit d542b2496e
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1246,7 +1246,7 @@ dependencies = [
[[package]]
name = "email-lib"
version = "0.17.1"
source = "git+https://git.sr.ht/~soywod/pimalaya#29d6c73d444e78d667d3d4d70d3ec2ffc032be6d"
source = "git+https://git.sr.ht/~soywod/pimalaya#9b69f07b6278550d74b8ba5afd2618a57c6225af"
dependencies = [
"advisory-lock",
"anyhow",

View file

@ -63,10 +63,10 @@ imap.starttls = false
imap.auth = "passwd" # or oauth2
# Get password from the raw string (not safe)
# imap.passwd.raw = "password"
imap.passwd.raw = "password"
# Get password from a shell command
imap.passwd.cmd = ["echo example-imap-password", "cat"]
# imap.passwd.cmd = "echo password"
# Get password from your system keyring using secret service
# Keyring secrets can be (re)set with the command `account configure example`