Commit Graph

12170 Commits (cd3095e43b06e4a623cfc63cd990a484d6422191)

Author SHA1 Message Date
Nicolas Höft cd3095e43b feat(core): Support smtps and STARTTLS for SMTP
Support uri schemes for SMTP, enabling STARTTLS and SMTPS for SMTP
connections.
The new format for configuration value SMTPServer supports passing a
URI scheme (either smtp:// or smtps://). To support old configurations,
if no scheme is given, smtp:// is assumed.

Fixes #31
2020-05-16 04:58:40 +02:00
Ludovic Marcotte 9198fc9bf6 fix(core): adjust syntax for Python > 2 2020-05-15 12:56:37 -04:00
Ludovic Marcotte 0fa6947a74 fix(packaging): add dh_makeshlibs back 2020-05-15 11:18:16 -04:00
Ludovic Marcotte 9a0b0ccb83 fix(packaging): more openchange cleanups 2020-05-15 11:10:14 -04:00
Ludovic Marcotte cfd4c7b999 fix(packaging): more openchange cleanups 2020-05-15 10:57:24 -04:00
Ludovic Marcotte 2911578f4b fix(packaging): disabled openchange some more 2020-05-15 10:48:25 -04:00
Ludovic Marcotte 47d01326c9 fix(packaging): fixed centos 7 (saml) and centos 8 builds 2020-05-15 10:32:56 -04:00
Ludovic Marcotte 0c47b639b2 fix(packaging): disable openchange permenantly 2020-05-14 08:50:46 -04:00
Ludovic Marcotte acb2a34b61 fix(packaging): remove deps on openchange 2020-05-14 06:39:20 -04:00
Francis Lachapelle 2b33d45346 refactor: replace calls to create GMT NSTimeZone instance
Fixes #3757
2019-12-11 11:13:36 -05:00
Francis Lachapelle eafbdd3884 Sanitize value of SOGoMailAutoSave 2019-09-26 11:17:15 -04:00
Francis Lachapelle 2fbe721c60 Sanitize value of SOGoMailAutoSave 2019-09-25 10:36:31 -04:00
Ludovic Marcotte 5c3bff74a0 Updated NEWS file 2019-08-13 09:14:41 -04:00
Ludovic Marcotte 924d5eb834 (fix) proper fixes for Buster build 2019-08-13 09:13:45 -04:00
Francis Lachapelle b90723c9d6 (js) Fix images flickering in mail threads mode 2019-06-20 11:53:13 -04:00
Francis Lachapelle f29793b781 (mail) Fix JSON representation of mail threads 2019-06-20 11:51:07 -04:00
Francis Lachapelle bae39ffefa (js) Restore threads status on initial load 2019-06-19 11:50:35 -04:00
Ludovic Marcotte 2c60f03339 (fix) disable the assert check for now 2018-10-31 13:26:49 -04:00
Ludovic Marcotte 8acc9050fb (fix) updates for bionic beaver build 2018-06-05 12:07:33 -04:00
Francis Lachapelle 4e04d895cd Don't expose Web calendars to other users
Fixes #4331
2018-01-17 14:51:23 -05:00
Ludovic Marcotte 5d3b1b0dc0 (fix) made sogo-tool manage-acl work on v2 (fixes #4292) 2018-01-12 14:11:53 -05:00
Francis Lachapelle 5fbe25e0d7 Update ChangeLog 2017-10-18 11:13:07 -04:00
Francis Lachapelle d278fc9925 Preparation for release 2.3.23 2017-10-18 11:11:05 -04:00
Francis Lachapelle 5aa36a6d28 (i18n) Update translations 2017-10-18 11:07:42 -04:00
Francis Lachapelle ececdda8ce (js) Update CKEditor to version 4.7.3 2017-10-18 10:37:05 -04:00
Ludovic Marcotte fe80f1e729 Updated NEWS 2017-10-18 09:38:08 -04:00
Ludovic Marcotte 5cd3a8f245 (fix) generalized HTML sanitization to avoid encoding issues when replying/forwarding mails 2017-10-18 09:33:44 -04:00
Francis Lachapelle a2f84f1358 Fix yearly recurrences calculator with until date 2017-10-12 10:22:08 -04:00
Ludovic Marcotte 388298493f Updated NEWS 2017-10-03 09:16:12 -04:00
Ludovic Marcotte 1085e55f82 (fix) properly extract IMAP folder name (fixes #4275) 2017-10-03 09:14:38 -04:00
Ludovic Marcotte 5ca9a90a65 (fix) fixed previous commit 2017-09-22 10:36:28 -04:00
Ludovic Marcotte f5a28ca325 (feat) more verbose output 2017-09-21 14:00:54 -04:00
Francis Lachapelle c43411ae1e Typo
Fixes #4284
2017-09-12 05:41:12 -04:00
Francis Lachapelle 7157422125 Add Latvian (lv) translation (cont'd) 2017-09-06 09:02:59 -04:00
Francis Lachapelle 2249562caa Add Simplified Chinese translation (cont'd) 2017-09-06 09:01:23 -04:00
Francis Lachapelle fed96dee42 Update Welsh translation 2017-09-05 13:52:52 -04:00
Francis Lachapelle 51ebf737db Update README for new ChineseChina translation 2017-09-05 13:35:43 -04:00
Francis Lachapelle e80f5b6beb Add Simplified Chinese (zh_CN) translation 2017-09-05 13:34:29 -04:00
Francis Lachapelle e62fd36653 (js) Add @ prefix to group id prior to removal
This fixes the issue of deleting an unknown group.
2017-08-29 15:09:53 -04:00
Francis Lachapelle 88f964cebd Improve cache cleanup when removing a group ACL 2017-08-29 15:09:08 -04:00
Ludovic Marcotte 4309b08c75 Updated NEWS 2017-08-29 11:07:55 -04:00
Ludovic Marcotte f3cf29ea1f (fix) correctly handle "Day of the month" constraint 2017-08-29 11:06:36 -04:00
Ludovic Marcotte 7d190e537e (fix) properly encode MIME parts with embedded images in HTML parts (fixes #4150)
Conflicts:
	SoObjects/Mailer/NSString+Mail.m
	SoObjects/Mailer/SOGoDraftObject.m
2017-08-23 16:05:33 -04:00
Francis Lachapelle c915bc7c95 Simplify sanitization of accepted HTML attributes 2017-08-22 10:18:30 -04:00
Ludovic Marcotte 630befd23b Updated NEWS 2017-08-15 09:18:37 -04:00
Ludovic Marcotte edaa0f3956 (fix) use NSInteger instead, more clean 2017-08-14 14:25:52 -04:00
Ludovic Marcotte e1791ac8f5 (fix) offset can be negative (fixes #4237) 2017-08-14 13:59:16 -04:00
Francis Lachapelle 44dbb30ffe (js) Disable autogrow plugin in CKEditor
Fixes #4239
2017-07-31 12:16:05 -04:00
Francis Lachapelle b5bb9e86e3 Update ChangeLog 2017-07-20 14:02:54 -04:00
Francis Lachapelle 938fd3a6f4 Preparation for release 2.3.22 2017-07-20 14:02:37 -04:00