Skip to content

Configuring mailpile

Matthew McMillan edited this page May 17, 2018 · 17 revisions

Guide

Profiles

You can see your profile details from CLI with :

profiles --lines

Changing your signature

Using the UI

On the main page, where accounts are listed, click the small person icon next to the account of your choice. There, under "Basic Details", you can set your signature.

Or, if you prefer, on the command line:

To set a signature for your profile jdoe@example.com,

vcards/addlines jdoe@example.com "=x-mailpile-profile-signature: this is my new signature"

You can add a blank signature if you prefer :

vcards/addlines jdoe@example.com "=x-mailpile-profile-signature: "

Mail Sources

From CLI, you can list them by issuing

print sources

...tbw

Sending Routes

...tbw

Language

...tbw

From CLI, for exemple to go french :

set prefs.language fr_FR

For now, the list of language codes can be read from the source.

Encryption Keys

...tbw

Security

...tbw

Using Tor or Proxies

To configure Mailpile to access mailservers Tor or other proxies, you can set the following values via the CLI

set sys.proxy.protocol=socks5
set sys.proxy.host=localhost
set sys.proxy.port=9050

See also

Clone this wiki locally