aboutsummaryrefslogtreecommitdiff
path: root/templates/pim_inspect.html
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-02-12 19:52:19 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-02-12 19:52:19 +0100
commitaff7efd726cfedd66f1d60a7104657d5154e1d3c (patch)
tree686a9179838b8c4f590c253986d9a6667d41cc98 /templates/pim_inspect.html
parent1a9d750de7bb30bea5dcc7cd14f3f1826ddf00f7 (diff)
downloadguichet-feat/aerogramme.tar.gz
guichet-feat/aerogramme.zip
Improve inspect pagefeat/aerogramme
Diffstat (limited to 'templates/pim_inspect.html')
-rw-r--r--templates/pim_inspect.html19
1 files changed, 18 insertions, 1 deletions
diff --git a/templates/pim_inspect.html b/templates/pim_inspect.html
index 7d86f9b..e4508b8 100644
--- a/templates/pim_inspect.html
+++ b/templates/pim_inspect.html
@@ -10,7 +10,24 @@
<div class="col-md-12 mt-3">
<div class="alert alert-danger">PAGE DE DEBUG, NON CONFORME POUR UNE MISE EN PRODUCTION</div>
</div>
- <pre>{{ . }}</pre>
+
+<pre>
+--- login info ---
+email: {{ .User.Email }}
+username: {{ .User.Login.Info.Username }}
+password: ********
+
+--- autodiscovery ---
+Implemented: RFC6186 DNS SRV autodiscovery + Thunderbird Autoconfig
+Not implemented: Microsoft Autodiscover + Apple Mobileconfig
+
+--- manual configuration ---
+IMAP: imap.saint-ex.deuxfleurs.org:993 (TLS)
+SMTP: smtp.saint-ex.deuxfleurs.org:465 (TLS)
+
+--- dump PIM controller ---
+{{ .Debug }}
+</pre>
</div>
{{end}}