Quentin Dufour
aff7efd726
Some checks reported errors
continuous-integration/drone/push Build was killed
33 lines
811 B
HTML
33 lines
811 B
HTML
{{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}}
|