Skip to content

Commit

Permalink
fix dead links and config sample
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Jan 27, 2024
1 parent 7cdfecd commit 34a0978
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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>
Expand Down
6 changes: 2 additions & 4 deletions config.sample.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# The account name.
[example]

# The current account will be used by default for all other commands.
default = true

Expand Down Expand Up @@ -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"

Expand All @@ -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:
Expand Down

0 comments on commit 34a0978

Please sign in to comment.