summaryrefslogtreecommitdiff
path: root/www/sogo/files/patch-SoObjects_SOGo_SOGoMailer.m
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2025-05-16 22:31:48 -0700
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2025-05-16 22:31:48 -0700
commit9f0d3dcf6911692dd8bde2b51b00a5f403ebf264 (patch)
tree1f490734e79eada83a3f2a334f28d10b62f4bc8b /www/sogo/files/patch-SoObjects_SOGo_SOGoMailer.m
parentdevel/R-cran-generics: Update to 0.1.4 (diff)
www/sogo: Update to 5.12.1
ChangeLog at: https://www.sogo.nu/news/2025/sogo-v5121-released.html
Diffstat (limited to 'www/sogo/files/patch-SoObjects_SOGo_SOGoMailer.m')
-rw-r--r--www/sogo/files/patch-SoObjects_SOGo_SOGoMailer.m11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/sogo/files/patch-SoObjects_SOGo_SOGoMailer.m b/www/sogo/files/patch-SoObjects_SOGo_SOGoMailer.m
deleted file mode 100644
index f204575eb042..000000000000
--- a/www/sogo/files/patch-SoObjects_SOGo_SOGoMailer.m
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
- {