[tor-commits] [torbirdy/master] Added support for automatic configuration of systemli.org email accounts

sukhbir at torproject.org sukhbir at torproject.org
Wed Jun 29 14:11:59 UTC 2016


commit 9204ddc23dbb6bf755af91a933f2a3fb210ba0d2
Author: shadow <shadow at systemli.org>
Date:   Wed Jun 29 15:33:37 2016 +0200

    Added support for automatic configuration of systemli.org email accounts
---
 chrome/content/emailwizard.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/chrome/content/emailwizard.js b/chrome/content/emailwizard.js
index 2da6ad7..d09ea5b 100644
--- a/chrome/content/emailwizard.js
+++ b/chrome/content/emailwizard.js
@@ -106,6 +106,10 @@ if(!org.torbirdy.emailwizard) org.torbirdy.emailwizard = new function() {
           config.incoming.hostname = "mail.%EMAILDOMAIN%";
           config.outgoing.hostname = "mail.%EMAILDOMAIN%";
           break;
+        case "systemli.org":
+          config.incoming.hostname = "mail.%EMAILDOMAIN%";
+          config.outgoing.hostname = "mail.%EMAILDOMAIN%";
+          break;
       }
 
       replaceVariables(config, realname, email, password);



More information about the tor-commits mailing list