From 6bd22539d56e290b25c114d5e9da7c4a902b13a6 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sun, 24 May 2015 18:04:33 +0200 Subject: [PATCH] =?UTF-8?q?MAJ=20README.md=20=3D>=20(Ajout=20cl=C3=A9=20in?= =?UTF-8?q?-param=20+=20receive)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ade1a07..d75d8f8 100644 --- a/README.md +++ b/README.md @@ -51,15 +51,23 @@ enigmail empty ######Crypter ```bash enigmail encode +enigmail encode 168 +enigmail encode 0x1f2e85 ``` ######Décrypter ```bash enigmail decode +enigmail decode 168 +enigmail decode 0x1285 ``` ######Envoyer par mail ```bash enigmail send ``` +######Récupérer le contenu du dernier mail +```bash +enigmail receive +``` ######Obtenir de l'aide ```bash enigmail help