mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-22 02:50:19 +00:00
fix dead links and config sample
This commit is contained in:
parent
7cdfecd7dd
commit
34a0978588
2 changed files with 4 additions and 8 deletions
|
@ -1,8 +1,6 @@
|
|||
# 📫 Himalaya [![GitHub release](https://img.shields.io/github/v/release/soywod/himalaya?color=success)](https://github.com/soywod/himalaya/releases/latest) [![Matrix](https://img.shields.io/matrix/pimalaya.himalaya:matrix.org?color=success&label=chat)](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).
|
||||
|
||||
![screenshot](https://github.com/soywod/himalaya/assets/10437171/8a62cf1d-920e-4110-9849-170db6dc51ce)
|
||||
|
||||
|
@ -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>
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue