We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbc8a0 commit 85988daCopy full SHA for 85988da
README.md
@@ -489,6 +489,8 @@ message.send.backend.encryption.type = "start-tls"
489
message.send.backend.login = "johnappleseed@icloud.com"
490
message.send.backend.auth.type = "password"
491
message.send.backend.auth.raw = "*****"
492
+
493
+folder.aliases.sent = "Sent Messages"
494
```
495
496
Keeping your password inside the configuration file is good for testing purpose, but it is not safe. You have 2 better alternatives:
0 commit comments