mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Base: Add man page for Mail
This is primarily used to give an example configuration file.
This commit is contained in:
parent
b716e902ba
commit
256c4ad0ca
Notes:
sideshowbarker
2024-07-18 08:24:10 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/256c4ad0cad Pull-request: https://github.com/SerenityOS/serenity/pull/8826 Reviewed-by: https://github.com/MaxWipfli Reviewed-by: https://github.com/X-yl Reviewed-by: https://github.com/linusg
1 changed files with 33 additions and 0 deletions
33
Base/usr/share/man/man1/Mail.md
Normal file
33
Base/usr/share/man/man1/Mail.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
## Name
|
||||
|
||||
Mail - Serenity e-mail client
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ Mail
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
Mail is an e-mail client for Serenity. It can connect to real e-mail servers.
|
||||
Currently, a configuration file is required. This must be stored in `~/.config/Mail.ini`
|
||||
See the Examples section for an example configuration file.
|
||||
|
||||
## Examples
|
||||
|
||||
`~/.config/Mail.ini`:
|
||||
```ini
|
||||
[Connection]
|
||||
Server=email.example.com
|
||||
Port=993
|
||||
TLS=true
|
||||
|
||||
[User]
|
||||
Username=test@example.com
|
||||
Password=Example1
|
||||
```
|
||||
|
||||
```sh
|
||||
$ Mail
|
||||
```
|
Loading…
Reference in a new issue