From aff7efd726cfedd66f1d60a7104657d5154e1d3c Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 12 Feb 2024 19:52:19 +0100 Subject: Improve inspect page --- templates/pim_inspect.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'templates/pim_inspect.html') 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 @@
PAGE DE DEBUG, NON CONFORME POUR UNE MISE EN PRODUCTION
-
{{ . }}
+ +
+--- 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 }}
+
{{end}} -- cgit v1.2.3