mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 21:05:06 +00:00

Through links in the help page, the user can directly launch the app whose help page is currently viewed. The idea for this feature came up in the discussion of #11557 (https://github.com/SerenityOS/serenity/pull/11557#issuecomment-1004830728 ). The intention is that the user can simply open the app they are currently trying to understand, and play around with it, learn by doing, or follow along with any guide that may be present in the help page. It feels very great :^)
515 B
515 B
Name
Mail - Serenity e-mail client
Synopsis
$ 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
:
[Connection]
Server=email.example.com
Port=993
TLS=true
[User]
Username=test@example.com
Password=Example1
$ Mail