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
2 changed files with 3 additions and 3 deletions
Generated
+1 -1
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",
+2 -2
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`