mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-18 05:47:54 +08:00
fix dead links and config sample
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
# 📫 Himalaya [](https://github.com/soywod/himalaya/releases/latest) [](https://matrix.to/#/#pimalaya.himalaya:matrix.org)
|
||||
|
||||
https://pimalaya.org/himalaya/cli/latest/
|
||||
|
||||
CLI to manage emails, based on [email-lib](https://crates.io/crates/email-lib).
|
||||
Welcome to [**Himalaya CLI**](https://pimalaya.org/himalaya/cli/latest/), the Command-Line Interface to manage emails based on [email-lib](https://crates.io/crates/email-lib).
|
||||
|
||||

|
||||
|
||||
@@ -59,7 +57,7 @@ $ dnf copr enable atim/himalaya
|
||||
$ dnf install himalaya
|
||||
```
|
||||
|
||||
*See the [documentation](https://pimalaya.org/himalaya/cli/latest/installation/) for other installation methods.*
|
||||
*See the [documentation](https://pimalaya.org/himalaya/cli/latest/installation.html) for other installation methods.*
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
+2
-4
@@ -1,4 +1,6 @@
|
||||
# The account name.
|
||||
[example]
|
||||
|
||||
# The current account will be used by default for all other commands.
|
||||
default = true
|
||||
|
||||
@@ -65,9 +67,6 @@ imap.login = "example@localhost"
|
||||
# Encryption can be either "tls" (or true), "start-tls" or "none" (or false).
|
||||
imap.encryption = "none"
|
||||
|
||||
# Authentication can be either "passwd" or "oauth2"
|
||||
imap.auth = "passwd"
|
||||
|
||||
# Get password from a raw string (not safe)
|
||||
imap.passwd.raw = "password"
|
||||
|
||||
@@ -87,7 +86,6 @@ smtp.host = "localhost"
|
||||
smtp.port = 3025
|
||||
smtp.login = "example@localhost"
|
||||
smtp.encryption = false
|
||||
smtp.auth = "passwd"
|
||||
smtp.passwd.raw = "password"
|
||||
|
||||
# PGP needs to be enabled with one of those cargo feature:
|
||||
|
||||
Reference in New Issue
Block a user