Skip to content

Configuring mailpile

Joydeep Bhattacharjee edited this page Mar 31, 2016 · 17 revisions

Guide

Profiles

You can see your profile details from CLI with :

profiles --lines

Changing your signature

Signature is handled per-profile and is as far as now accessible only via CLI. When no signature is set, a promotional message for Mailpile and open-source is inserted as signature.

To set a signature for your profile [email protected],

vcards/addlines [email protected] "=x-mailpile-profile-signature: this is my new signature"

You can add a blank signature if you prefer :

vcards/addlines [email protected] "=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