Commit Graph

944 Commits

Author SHA1 Message Date
Francis Lachapelle
825d341f8d i18n(de): update German translation 2022-06-10 15:13:16 -04:00
Francis Lachapelle
515d03080e i18n(uk): update Ukrainian translation 2022-06-10 15:12:46 -04:00
Francis Lachapelle
2ae6b46c55 i18n(ru): update Russian translation 2022-06-10 15:12:18 -04:00
Francis Lachapelle
5b960759d2 i18n(nl): update Dutch translation 2022-06-10 15:11:36 -04:00
Francis Lachapelle
dec49c2154 i18n(tr_TR): update Turkish (Turkey) translation 2022-05-20 17:40:42 -04:00
Francis Lachapelle
dd0730947f web: update window title depending on active module
Fixes #4982
2022-05-16 17:43:35 -04:00
Francis Lachapelle
7fccfb2f8e i18n(it): update Italian translation 2022-05-02 16:44:44 -04:00
Francis Lachapelle
5cd006286e i18n(hu): update Hungarian translation 2022-04-17 22:13:40 -04:00
Francis Lachapelle
59eda2f1b8 i18n(bg): update Bulgarian translation 2022-04-14 09:05:43 -04:00
Francis Lachapelle
2c76f177a3 i18n(de): update German translation 2022-04-11 16:52:09 -04:00
Francis Lachapelle
1509090dc1 i18n(it): update Italian translation 2022-04-11 14:37:39 -04:00
Francis Lachapelle
30ab725b71 i18n(pt_BR): update Brazilian Portuguese translation 2022-04-11 13:53:00 -04:00
Francis Lachapelle
32e0479bf1 i18n(sl_SI): update Slovenian translation 2022-03-30 19:43:59 -04:00
Francis Lachapelle
c476503d4a feat(mail(web)): forward multiple messages as attachments
Fixes #33
2022-02-18 17:05:25 -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
Francis Lachapelle
10282ae3a4 style(obj-c): remove unused code 2022-02-14 14:23:44 -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
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
Francis Lachapelle
3847b57855 fix(mail): fix type of SOGoMailComposeFontSize defaults 2022-02-09 22:26:11 -05:00
Francis Lachapelle
f4d875edac i18n(de): update German translation 2022-02-04 09:06:44 -05:00
Francis Lachapelle
ca9d2d1cdc fix(mail): don't allow XML inline attachments 2022-01-20 14:47:23 -05:00
Francis Lachapelle
9eb38a1f6c i18n(uk): update Ukrainian translation 2022-01-17 17:11:57 -05:00
Francis Lachapelle
a7c991683a i18n(ru): update Russian translation 2022-01-17 17:08:30 -05:00
Francis Lachapelle
7c016332f0 i18n(bg): update Bulgarian translation 2022-01-17 17:06:11 -05:00
Francis Lachapelle
2a25cfbffb i18n(pt_BR): update Brazilian Portuguese translation 2022-01-17 17:05:01 -05:00
Francis Lachapelle
29d7fe468f i18n(sr_SR): update Montenegrin translation 2022-01-17 17:04:14 -05:00
Francis Lachapelle
1ab21b041e fix(mail): make sure QRESYNC is enabled in getChangesAction 2022-01-14 10:21:58 -05:00
Francis Lachapelle
cabba35ac3 fix(mail): limit number of headers in getChangesAction response 2022-01-06 11:42:40 -05:00
Francis Lachapelle
07b4ad6c72 i18n(bs_BA): add Bosnian translation 2022-01-05 17:33:55 -05:00
Francis Lachapelle
748fd8fa9a i18n(fr): update French translation 2021-12-10 16:57:53 -05:00
Francis Lachapelle
070f1a6094 i18n(pl): update Polish translation 2021-12-10 16:46:42 -05:00
Francis Lachapelle
6684784769 i18n(de): update German translation 2021-12-10 16:46:13 -05:00
Francis Lachapelle
07f2c2606d i18n(hu): update Hungarian translation 2021-12-10 16:45:23 -05:00
Francis Lachapelle
4eed98d58d feat(mail): delay or disable automatic mark message as read
Fixes #1585
2021-12-07 09:55:13 -05:00
Francis Lachapelle
4ad2105543 fix(mail): sign and send only if smime certificate matches sender address
Fixes #5407
2021-12-03 16:54:27 -05:00
Francis Lachapelle
e85576cbb7 fix(mail): check if smime certificate matches sender address
Fixes #5407
2021-11-22 15:31:39 -05:00
Francis Lachapelle
6c56340ba5 feat(mail): allow to directly empty junk folder
Fixes #5224
2021-11-02 16:54:36 -04:00
Francis Lachapelle
6eb5e97154 fix(mail): check if smime certificate matches sender address
Fixes #5407
2021-10-29 16:34:36 -04:00
Francis Lachapelle
800e21b05d feat(mail): filter messages by tags (labels)
Fixes #3323
Fixes #3835
Fixes #5338
2021-10-21 17:33:39 -04:00
Francis Lachapelle
175e3802b7 fix(mail): new action to fetch the flags of a mailbox 2021-10-21 17:17:28 -04:00
Francis Lachapelle
c2f95dc56a feat(mail): filter mailbox by flagged messages
Fixes #1417
2021-10-19 16:25:47 -04:00
Francis Lachapelle
e5dbebb100 feat(mail): filter mailbox by unread messages
Fixes #1146
Fixes #3156
Fixes #4752
2021-10-19 14:49:50 -04:00
Francis Lachapelle
cae51dc4d6 fix(mail): use pool to lower memory usage 2021-10-12 11:30:23 -04:00
Francis Lachapelle
710fd2f492 i18n(ru): update Russian translation 2021-10-07 10:41:55 -04:00
Francis Lachapelle
f10e13b725 i18n(cs): update Czech translation 2021-10-07 10:41:54 -04:00
Francis Lachapelle
e77d228b58 i18n(uk): update Ukrainian translation 2021-10-07 10:41:54 -04:00
Francis Lachapelle
08581eefab fix(mail): split "l" and "r" ACL attributes for IMAP mailboxes
Fixes #4983
2021-09-10 16:57:15 -04:00
Francis Lachapelle
6b6b7334c2 i18n(pl): update Polish translation 2021-08-18 08:55:31 -04:00