Francis Lachapelle
07f2c2606d
i18n(hu): update Hungarian translation
2021-12-10 16:45:23 -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
e0df54838e
fix(mail): delete msgs once moved to an external account
2021-12-02 17:11:13 -05:00
Francis Lachapelle
8cb5ef363a
fix(mail): only apply IMAP host constraint when SSO is enabled
...
Fixes #5433
2021-11-29 14:38:05 -05:00
Francis Lachapelle
9c2b3bd473
fix(mail(dav)): add support for property {DAV:}getcontentlength
2021-11-09 17:11:09 -05:00
Francis Lachapelle
4df5e4b8fc
fix(mail(dav)): fix mail-query response
2021-11-09 17:09:25 -05:00
Francis Lachapelle
563f1d2842
fix(mail(dav)): restore support for filtering by sent-date
2021-11-09 16:52:02 -05:00
Francis Lachapelle
7c7df9b47c
fix(mail(web)): improve identification of mailboxes
2021-10-22 14:34:45 -04:00
Francis Lachapelle
cae51dc4d6
fix(mail): use pool to lower memory usage
2021-10-12 11:30:23 -04:00
Francis Lachapelle
fb22c0abaf
fix(i18n(sr_RS): fix HTML templates
...
Fixes #5339
2021-10-07 15:58:34 -04:00
Francis Lachapelle
e77d228b58
i18n(uk): update Ukrainian translation
2021-10-07 10:41:54 -04:00
Francis Lachapelle
451989ac9c
style(obj-c): improve formatting
2021-10-01 11:35:48 -04:00
Francis Lachapelle
d181cc4d06
fix(mail): decode ms-tnef (winmail.dat) inside message/rfc822 part
...
Fixes #5388
2021-09-28 14:57:44 -04:00
Francis Lachapelle
0765c72616
fix(mail): replace STATUS by LIST command when copying/moving msgs
...
Fixes #4983
2021-09-10 16:59:26 -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
d1fc15b3a4
feat(mail): add support for UID MOVE operation
2021-09-10 14:16:03 -04:00
Francis Lachapelle
534bea674b
fix(mail): properly sort partial fetch results (modseq)
...
Fixes #5385
2021-09-08 16:54:42 -04:00
Francis Lachapelle
9e364c647f
fix(mail): encode text MIME parts in quoted-printable
...
This reverts commit 6cf3d99125 .
Fixes #5378
2021-08-25 14:59:24 -04:00
Francis Lachapelle
6cf3d99125
fix(mail): encode text MIME parts in quoted-printable
...
This will limit each line to a maximum of 70 characters.
Fixes #5376
2021-08-23 11:08:25 -04:00
Francis Lachapelle
eb18249d2b
i18n(bg): add Bulgarian translation
2021-08-16 13:57:34 -04:00
Francis Lachapelle
045f134321
feat(mail): initial support for ms-tnef (winmail.dat) body part
...
Fixes #2242
Fixes #4503
2021-08-13 11:12:37 -04:00
Francis Lachapelle
3cc29b4018
i18n(sr_SR): add Montenegrin translation
2021-08-09 11:30:36 -04:00
Francis Lachapelle
a1273f1097
fix(mail): add support for messages quota
...
Fixes #5365
2021-08-04 10:02:39 -04:00
Francis Lachapelle
a9c6f09273
perf(mail(js)): various optimizations
...
We now use IMAP QRESYNC to synchronize mailbox.
2021-06-15 17:16:10 -04:00
Francis Lachapelle
54548c550f
fix(mail): improve performance of listing all mailboxes
2021-06-04 16:50:49 -04:00
Francis Lachapelle
dc81f70928
fix(mail): use default signature when forcing default identity
2021-05-25 14:17:12 -04:00
Francis Lachapelle
657f00f92b
fix(mail): handle folders that end with a question mark
...
We now avoid using NSURL.
Fixes #5303
2021-05-18 13:34:46 -04:00
Francis Lachapelle
a95964b51f
i18n(sl_SI): update Slovenian translation
2021-03-24 11:02:49 -04:00
Francis Lachapelle
cb6de75845
fix(mail): unsubscribe from all subfolders when deleting parent
...
Fixes #5218
2021-03-16 11:50:05 -04:00
Francis Lachapelle
d030d1c4b3
i18n(ru): update Russian translation
2021-02-11 14:57:29 -05:00
Francis Lachapelle
fc4f5d2161
feat(mail): new option to force default identity
...
Users can now force the default identity to always be used when replying
or forwarding a message.
2021-01-14 15:23:43 -05:00
Francis Lachapelle
822c50ff56
i18n(sr_SR): update Serbian (Latin) translation
2020-12-21 15:00:58 -05:00
Francis Lachapelle
8386bb2c08
i18n(sr_SR): add Serbian (Latin) translation
2020-12-18 19:41:37 -05:00
Francis Lachapelle
0fdeee8490
fix(mail): add missing elements to Czech reply template
...
Fixes #5179
2020-10-01 15:42:00 -04:00
Francis Lachapelle
64a8ce4048
fix(mail): fallback to the default identity when replying/forwarding
2020-09-10 12:23:54 -04:00
Nicolas Höft
8507204e0d
fix(core): fix GCC 10 compatibility
...
With GCC 10, SOGoAptFormatter.m FTBS with the following error:
SOGoAptFormatter.m: In function ‘-[SOGoAptFormatter setPrivateTitleOnly]’:
SOGoAptFormatter.m:104:56: error: expected ‘)’ before ‘::’ token
104 | self->formatAction = @selector(titleOnlyForPrivateApt::);
Simply name the second argument, so gcc is happy.
Also add the `external` keyword to a header declared variable.
Fixes #5029
2020-08-19 12:28:30 -04:00
Francis Lachapelle
6e0e678627
fix(core): improve error log when parsing PKCS12 certificate
2020-08-05 14:54:55 -04:00
Nicolas Höft
1f9888254a
feat(core): Allow disabling tls validation for localhost ( #286 )
2020-08-05 13:52:18 -04:00
Francis Lachapelle
d930821d6b
feat(mail): handle multiple mail identities
...
Fixes #5117
2020-08-03 22:48:45 -04:00
Francis Lachapelle
a8bbaf01d7
feat(mail): handle multiple mail identities
...
Fixes #5087
2020-07-30 15:16:28 -04:00
Francis Lachapelle
9c391b8d8d
fix(mail): use unique names for attachments
...
Fixes #5086
2020-07-23 12:56:35 -04:00
Francis Lachapelle
b7f0ee7228
fix(mail): use double-quotes for attributes when re-encoding HTML
2020-07-13 16:40:11 -04:00
Ludovic Marcotte
39255b193d
fix(eas): handle noselect special folders in Dovecot
2020-07-08 13:19:12 -04:00
Francis Lachapelle
d29c2b2c7b
fix(mail): add all unknown recipients to an address book
...
When SOGoMailAddOutgoingAddresses is enabled, all unknown recipients are
now added to the destination address book.
2020-07-07 15:46:38 -04:00
Francis Lachapelle
c99170b9bc
fix(mail): pick proper "from" address when replying/forwarding
...
Fixes #5056
2020-07-06 12:43:55 -04:00
Francis Lachapelle
2545caf2e5
fix(mail(css)): add explicit expanded/collapsed mailbox status
2020-07-02 17:24:51 -04:00
Francis Lachapelle
f8aa338e64
feat(mail): handle multiple mail identities
...
Fixes #768 , fixes #4602
2020-06-18 16:53:42 -04:00
Extra Fu
04673e4673
Merge pull request #281 from jkanefendt/use-libzip
...
Use libzip API instead of zip command line tool for creating zip archives
2020-06-12 14:00:20 -04:00
Johannes Kanefendt
b951c72451
Use libzip API for creating ZIP archives instead of zip command line tool
2020-06-09 13:50:29 +02:00
Extra Fu
62823815a7
Merge pull request #263 from jkanefendt/revise-group-expansion
...
Revision of the group member expansion interface
2020-04-02 09:52:21 -04:00