From 058dbb366b96cae1f8fb0def65f73a698f1c375d Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 18 Jul 2014 10:09:41 +0200 Subject: make our autoconfig setup public --- templates/webfiles/autoconfig/config.shtml.erb | 58 ++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 templates/webfiles/autoconfig/config.shtml.erb (limited to 'templates') diff --git a/templates/webfiles/autoconfig/config.shtml.erb b/templates/webfiles/autoconfig/config.shtml.erb new file mode 100644 index 0000000..3a3d6bb --- /dev/null +++ b/templates/webfiles/autoconfig/config.shtml.erb @@ -0,0 +1,58 @@ + + + + + + + + + <%= @display_name || @provider %> Mail () + <%= @shortname || @provider.split('.').first %> + + <%= @imap_server || "imap.#{@provider}" %> + 143 + STARTTLS + password-cleartext + %EMAILADDRESS% + + + <%= @imap_server || "imap.#{@provider}" %> + 993 + SSL + password-cleartext + %EMAILADDRESS% + + + <%= @pop_server || "pop.#{@provider}" %> + 110 + STARTTLS + password-cleartext + %EMAILADDRESS% + + + <%= @pop_server || "pop.#{@provider}" %> + 995 + SSL + password-cleartext + %EMAILADDRESS% + + + <%= @smtp_server || "smtp.#{@provider}" %> + 587 + STARTTLS + password-cleartext + %EMAILADDRESS% + + + <%= @smtp_server || "smtp.#{@provider}"%> + 465 + SSL + password-cleartext + %EMAILADDRESS% + + "> + Allgemeine Beschreibung der Einstellungen + Generic settings page + + + -- cgit v1.2.3