aboutsummaryrefslogtreecommitdiff
path: root/doc/src/validate.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-05-29 10:14:51 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-05-29 10:14:51 +0200
commitb9ce5886033677f6c65a4b873e17574fdb8df31d (patch)
tree9ed1d721361027d7d6fef0ecad65d7e1b74a7ddb /doc/src/validate.md
parent0dcf69f180f5a7b71b6ad2ac67e4cdd81e5154f1 (diff)
parent5954de6efbb040b8b47daf0c7663a60f3db1da6e (diff)
downloadaerogramme-b9ce5886033677f6c65a4b873e17574fdb8df31d.tar.gz
aerogramme-b9ce5886033677f6c65a4b873e17574fdb8df31d.zip
Merge branch 'caldav'
Diffstat (limited to 'doc/src/validate.md')
-rw-r--r--doc/src/validate.md40
1 files changed, 0 insertions, 40 deletions
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)