From b9f32d720ae5ec60cadeb492af781ade48cd6cbf Mon Sep 17 00:00:00 2001
From: Quentin Dufour <quentin@deuxfleurs.fr>
Date: Fri, 8 Mar 2024 10:20:45 +0100
Subject: Finalize Aerogramme's refactor

---
 doc/src/validate.md | 40 ----------------------------------------
 1 file changed, 40 deletions(-)
 delete mode 100644 doc/src/validate.md

(limited to 'doc/src/validate.md')

diff --git a/doc/src/validate.md b/doc/src/validate.md
deleted file mode 100644
index 57903f6..0000000
--- a/doc/src/validate.md
+++ /dev/null
@@ -1,40 +0,0 @@
-# Validate
-
-Start a server as follow:
-
-```bash
-cargo run -- server
-```
-
-Inject emails:
-
-```bash
-./test/inject_emails.sh '<me@aerogramme.tld>' dxflrs
-```
-
-Now you can connect your mailbox with `mutt`.
-Start by creating a config file, for example we used the following `~/.muttrc` file:
-
-```ini
-set imap_user = quentin
-set imap_pass = p455w0rd
-set folder = imap://localhost:1993
-set spoolfile = +INBOX
-set ssl_starttls = no
-set ssl_force_tls = no
-mailboxes = +INBOX
-bind index G imap-fetch-mail
-```
-
-And then simply launch `mutt`.
-The first time nothing will happen as Aerogramme must
-process your incoming emails. Just ask `mutt` to refresh its
-view by pressing `G` (for *Get*).
-
-Now, you should see some emails:
-
-![Screenshot of mutt mailbox](./mutt_mb.png)
-
-And you can read them:
-
-![Screenshot of mutt mail view](./mutt_mail.png)
-- 
cgit v1.2.3