Commit Graph

16282 Commits

Author SHA1 Message Date
Francis Lachapelle
557ff59ea5 fix(mail): identify junk mailbox in lookup
Fixes #5482
2022-02-16 08:35:07 -05:00
Francis Lachapelle
401a80078c fix(preferences): don't save Sieve script if Mail module disabled 2022-02-15 10:49:39 -05:00
Francis Lachapelle
0e20bbc28e perf(mail): perform IMAP STATUS command to fetch unseen msgs count 2022-02-15 10:25:46 -05:00
Francis Lachapelle
b2438873fe i18n(pl): update Polish translation 2022-02-15 08:28:38 -05:00
Francis Lachapelle
f69fe5bea1 i18n(de): update German translation 2022-02-15 08:28:22 -05:00
Francis Lachapelle
1b408a6ade i18n(fr): update French translation 2022-02-15 08:28:06 -05:00
InverseBot
8ad34a1630 chore(js/css): update generated files 2022-02-15 00:53:25 -05:00
Francis Lachapelle
10282ae3a4 style(obj-c): remove unused code 2022-02-14 14:23:44 -05:00
Francis Lachapelle
63ad7aac9f fix(mail): identify junk mailbox in lookup
Fixes #5482
2022-02-14 13:35:06 -05:00
Francis Lachapelle
6c420861d4 fix(mail(js)): handle new message from template in popup window 2022-02-14 12:56:08 -05:00
Francis Lachapelle
21dc73df56 feat(mail(web)): Templates folder for pre-defined drafts
To create a template, the user needs to:

- define a mailbox as the Templates folder;
- move a draft to this special folder.

Fixes #4320
Fixes #5363
2022-02-14 09:33:53 -05:00
Francis Lachapelle
d097193904 fix(preferences): don't save Sieve script if Mail module disabled 2022-02-14 09:04:26 -05:00
InverseBot
5e9260303c chore(js/css): update generated files 2022-02-12 00:20:54 -05:00
Francis Lachapelle
a74cf05af8 fix(preferences): fix compilation warning 2022-02-11 14:12:11 -05:00
Francis Lachapelle
1e52e18f89 fix(preferences): fix compilation warning 2022-02-11 10:06:57 -05:00
Francis Lachapelle
b252aeb29b fix(mail(js)): expect the recipient to become a string when saving a message 2022-02-11 10:06:57 -05:00
Francis Lachapelle
10076bea09 fix(mail(js)): show the recipient when in the Drafts mailbox 2022-02-11 10:06:57 -05:00
Francis Lachapelle
bd5a5e3049 fix(mail): remove signature prior to sign the message 2022-02-11 10:06:57 -05:00
Francis Lachapelle
c986422a3d feat(mail(web)): Templates folder for pre-defined drafts
To create a template, the user needs to:

 - define a mailbox as the Templates folder;
 - move a draft to this special folder.

Fixes #4320
Fixes #5363
2022-02-11 10:06:57 -05:00
Slavi Pantaleev
02b0a41567 i18n(bg): update Bulgarian translation 2022-02-11 09:33:56 -05:00
Francis Lachapelle
fe038bb2ef fix(mail): identify junk mailbox in lookup
Fixes #5482
2022-02-11 08:04:11 -05:00
InverseBot
d9cb5785c6 chore(js/css): update generated files 2022-02-11 00:20:51 -05:00
Francis Lachapelle
d63fd6c3a2 fix(mail): don't add signature unless a default identity is forced 2022-02-10 15:56:19 -05:00
Francis Lachapelle
b1a6487744 i18n(de): update German translation 2022-02-10 13:51:43 -05:00
Francis Lachapelle
80b0d99687 fix(preferences(js)): don't check Sieve capabilities if Mail module disabled 2022-02-10 10:03:16 -05:00
Francis Lachapelle
3847b57855 fix(mail): fix type of SOGoMailComposeFontSize defaults 2022-02-09 22:26:11 -05:00
Francis Lachapelle
150fe7086e chore(npm): update CKEditor to version 4.17.2 2022-02-09 22:20:36 -05:00
InverseBot
2dbf206b1b chore(js/css): update generated files 2022-02-09 00:20:33 -05:00
Francis Lachapelle
fa598e83ee fix(mail(js)): parse all parameters of mailto: link
Fixes #5478
2022-02-08 13:10:27 -05:00
InverseBot
3ef9002894 chore(js/css): update generated files 2022-02-08 00:20:44 -05:00
Francis Lachapelle
a09cf58915 fix(mail): ensure </html> is at the end of the document prior parsing
Fixes #5477
2022-02-07 15:00:22 -05:00
Francis Lachapelle
a1d74a8910 fix(preferences(js)): don't check Sieve script if Mail module disabled 2022-02-07 10:26:48 -05:00
Francis Lachapelle
0f77c1cbed chore(release): 5.5.1 SOGo-5.5.1 2022-02-04 10:13:16 -05:00
Francis Lachapelle
2220e517fd i18n(pl): update Polish translation 2022-02-04 09:07:07 -05:00
Francis Lachapelle
f4d875edac i18n(de): update German translation 2022-02-04 09:06:44 -05:00
Francis Lachapelle
76f04e0058 i18n(fr): update French translation 2022-02-04 09:02:53 -05:00
Francis Lachapelle
1b31e4b694 i18n(bg): update Bulgarian translation 2022-02-04 09:02:33 -05:00
Francis Lachapelle
e3a2f5a1ff chore(tool): don't disable auto-reply for temporary constraints
Fixes #5475
2022-02-03 10:17:23 -05:00
Francis Lachapelle
e54631becf chore(addressbook): remove UIxContactView.wox and UIxListView.wox 2022-02-02 10:59:53 -05:00
Francis Lachapelle
4f255ac9d5 fix(mail): use body as first part when msg has no parts
Fixes #5472
2022-02-02 10:26:01 -05:00
Francis Lachapelle
e3b71bc23b fix(core): fix compilation in NSData+SMIME.m 2022-02-02 10:11:59 -05:00
Francis Lachapelle
f5f1594972 fix(web): add missing image for desktop notifications
Fixes #5474
2022-02-02 09:15:44 -05:00
Francis Lachapelle
0c5a2691b0 fix(calendar): handle DST change for all-day events 2022-02-01 17:30:26 -05:00
Francis Lachapelle
96bb8b4cc2 fix(dav): render DAV exceptions as XML 2022-02-01 14:20:32 -05:00
Francis Lachapelle
348a79c795 fix(addressbook): close DB connection after DAV query 2022-02-01 10:14:37 -05:00
Francis Lachapelle
7c81e3acec fix(core): only escape "%" with the SQL LIKE operator 2022-01-31 14:53:58 -05:00
InverseBot
88b0b6a00b chore(js/css): update generated files 2022-01-28 00:54:59 -05:00
Francis Lachapelle
d65b5a8418 fix(preferences(js)): fix validation of enabled days for vacation
Fixes #5469
2022-01-27 16:44:17 -05:00
Francis Lachapelle
aca7fc53a5 fix(calendar): send notification on move and copy operations
Fixes #3792
2022-01-27 15:10:20 -05:00
Francis Lachapelle
2e58ddfae3 fix(dav): render DAV exceptions as XML 2022-01-27 13:05:24 -05:00