aboutsummaryrefslogtreecommitdiff
path: root/templates/pim_inspect.html
diff options
context:
space:
mode:
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}}