From 85988da4cf0e1e0c8d1ca6f9bf7c5fa9eba5c229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Fri, 13 Feb 2026 08:52:30 +0100 Subject: [PATCH] docs(readme): add folder alias for iCloud sent messages Refs: #629 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 767ca407..d0a1dd6c 100644 --- a/README.md +++ b/README.md @@ -489,6 +489,8 @@ message.send.backend.encryption.type = "start-tls" message.send.backend.login = "johnappleseed@icloud.com" message.send.backend.auth.type = "password" message.send.backend.auth.raw = "*****" + +folder.aliases.sent = "Sent Messages" ``` Keeping your password inside the configuration file is good for testing purpose, but it is not safe. You have 2 better alternatives: