1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-03-18 20:14:47 +01:00

email & pgp: added fairmail and linked pgp and email entries

This commit is contained in:
2025-11-24 02:52:19 +01:00
parent 0b19e61b10
commit 8ed59c70fa
5 changed files with 21 additions and 7 deletions

29
wiki/email.md Normal file
View File

@@ -0,0 +1,29 @@
# Email
Email is a method of exchanging electronic messages.
## Setup
Email usually consists of a [server](#server) and a [client](#client).
## Server
If you want to host your own mail-server there are solutions with and without
interfaces.
- [Dovecot](./docker/tvial_-_docker-mailserver.md) is a simple dockerized
mail server that has no interface.
## Client
If you don't have a built-in web interface for your mail-server you need some
software to access your mails.
And even if you have it can be useful to keep your mails synced locally on your pc.
- [Neomutt](linux/neomutt.md) is a [terminal-based](/wiki/linux/system_console.md)
mail client for linux, that has a simple interface.
- [Thunderbird](/wiki/thunderbird.md) is a free and open-source mail client which is
cross-platform.
It also features, contact, todo and calendar management.
- [FairEmail](/wiki/android/fairemail.md) is a free and open-source mail client for
[Android](/wiki/android.md).