aboutsummaryrefslogtreecommitdiff
path: root/templates/pim_inspect.html
blob: e4508b8bd862fa9cc45fa8397cd2ec83d21fd336 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{{define "title"}}Configurer mConfigurer mon compte email |{{end}}

{{define "body"}}
<div class="d-flex">
    <h4>Mon adresse email</h4>
    <a class="ml-auto btn btn-info" href="/">Menu principal</a>
</div>

<div class="row">
	<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>
--- 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}}