Mail Client

Manage your messages with this mail client

As of 0.1.0, this feature has been moved to the kernel addons.

E-mails are used to send messages electronically to different contacts using the Internet. The IMAP servers are there to manage the messages and receive them, while the SMTP servers are there to handle sending both unencrypted and encrypted messages to a recipient. These servers are authenticated by the e-mail address and its associated password.

The mail client downloads the messages and manages them locally, but interacts with the two servers to actually manage your messages and check for new e-mail by constantly sending requests for new messages.

Connecting to your mail address

To connect the mail client to your own e-mail address, follow these steps:

  1. In the normal UESH shell, execute the mail <address> command to provide the credentials needed

  2. Wait for a few seconds while your e-mail is being signed in

To use the encrypted mail, you need to have both your private key and your recipient's public key. You can manage this by installing GPG4Win or similar software.

Commands

To get a list of available mail commands, consult the page below:

Addon Commands List

You can also use the interactive TUI version of the mail client by issuing the tui command inside the mail shell.

Last updated