summaryrefslogtreecommitdiff
path: root/www/sogo/files/patch-SoObjects_SOGo_SOGoMailer.m
blob: f204575eb04257d751606d6acd90caa067a42aee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- SoObjects/SOGo/SOGoMailer.m	2025-03-25 23:34:20.921308000 -0700
+++ SoObjects/SOGo/SOGoMailer.m	2025-03-25 23:34:50.890963000 -0700
@@ -325,7 +325,7 @@
           {
             login = [currentAcount objectForKey: @"userName"];
             password = [currentAcount objectForKey: @"password"];
-            smtpAuthMethod = "plain"; //Only support plain for auxiliary account
+            smtpAuthMethod = @"plain"; //Only support plain for auxiliary account
           }
           else
           {