fix dead links and config sample

This commit is contained in:
Clément DOUIN 2024-01-27 22:47:06 +01:00
parent 7cdfecd7dd
commit 34a0978588
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72
2 changed files with 4 additions and 8 deletions

View file

@ -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) # 📫 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/ 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).
CLI 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) ![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 $ 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> </td>
</tr> </tr>

View file

@ -1,4 +1,6 @@
# The account name.
[example] [example]
# The current account will be used by default for all other commands. # The current account will be used by default for all other commands.
default = true default = true
@ -65,9 +67,6 @@ imap.login = "example@localhost"
# Encryption can be either "tls" (or true), "start-tls" or "none" (or false). # Encryption can be either "tls" (or true), "start-tls" or "none" (or false).
imap.encryption = "none" imap.encryption = "none"
# Authentication can be either "passwd" or "oauth2"
imap.auth = "passwd"
# Get password from a raw string (not safe) # Get password from a raw string (not safe)
imap.passwd.raw = "password" imap.passwd.raw = "password"
@ -87,7 +86,6 @@ smtp.host = "localhost"
smtp.port = 3025 smtp.port = 3025
smtp.login = "example@localhost" smtp.login = "example@localhost"
smtp.encryption = false smtp.encryption = false
smtp.auth = "passwd"
smtp.passwd.raw = "password" smtp.passwd.raw = "password"
# PGP needs to be enabled with one of those cargo feature: # PGP needs to be enabled with one of those cargo feature: