Francis Lachapelle
557ff59ea5
fix(mail): identify junk mailbox in lookup
...
Fixes #5482
2022-02-16 08:35:07 -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
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
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
Francis Lachapelle
fe038bb2ef
fix(mail): identify junk mailbox in lookup
...
Fixes #5482
2022-02-11 08:04:11 -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
3847b57855
fix(mail): fix type of SOGoMailComposeFontSize defaults
2022-02-09 22:26:11 -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
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
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
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
Francis Lachapelle
929c6b1c0c
fix(mail): improve reply and forward templates
...
Fixes #5415
2022-01-26 09:02:03 -05:00
Francis Lachapelle
3eec819984
fix(mail): improve parsing of S/MIME certificate
...
Fixes #5215
2022-01-25 08:43:33 -05:00
Francis Lachapelle
54b163da2d
fix(mail): S/MIME improvements
...
Fixes #4891
Fixes #5450
2022-01-21 16:24:13 -05:00
Francis Lachapelle
b061046992
fix(calendar(dav)): add DAV:status to DAV:response only when deleted
...
Fixes #5163
2022-01-21 14:47:32 -05:00
Francis Lachapelle
969d68dbb6
fix(core): remove trailing closing angle bracket from detected URLs
...
Fixes #5465
2022-01-21 11:07:00 -05:00
Francis Lachapelle
940394d435
fix(addressbook(dav)): return all value of all properties
...
Fixes #5462
2022-01-20 17:06:39 -05:00
Francis Lachapelle
5575a4c3c8
fix(calendar): swap dates when event start date is after end date
2022-01-20 11:03:55 -05:00
Francis Lachapelle
29d7fe468f
i18n(sr_SR): update Montenegrin translation
2022-01-17 17:04:14 -05:00
Francis Lachapelle
b967eac1f3
fix(core): remove trailing closing angle bracket from detected URLs
...
Fixes #5465
2022-01-17 16:43:11 -05:00
tfux
c75ac6c321
fix(core): fix compilation warning in SOGoCacheGCSObject
2022-01-17 07:58:15 -05:00
Francis Lachapelle
2c6cd53ea7
fix(mail): improve handling of QRESYNC responses
2022-01-14 10:13:20 -05:00
Francis Lachapelle
ecc1dee87a
fix(mail): support very large HIGHESTMODSEQ values
2022-01-12 14:16:43 -05:00
Francis Lachapelle
368360bb95
fix(addressbook): respect visible domains when fetching contact
...
Fixes #4896
2022-01-11 16:40:53 -05:00
Francis Lachapelle
b0c5adf525
fix(mail): handle empty "Mail.Note" in ms-tnef body part
...
Fixes #5388
2022-01-07 16:02:55 -05:00
Francis Lachapelle
b81704860a
fix(calendar): ensure alarms have a DESCRIPTION property
2022-01-06 15:13:58 -05:00
Francis Lachapelle
07b4ad6c72
i18n(bs_BA): add Bosnian translation
2022-01-05 17:33:55 -05:00
Francis Lachapelle
f1912310db
fix(preferences): add plus sign to timezone in Sieve script
...
Fixes #5448
2021-12-16 09:40:52 -05:00
Francis Lachapelle
2daeab3dd7
fix(preferences): add plus sign to timezone in Sieve script
...
Fixes #5448
2021-12-16 09:14:37 -05:00
Francis Lachapelle
07f2c2606d
i18n(hu): update Hungarian translation
2021-12-10 16:45:23 -05:00
Francis Lachapelle
153c1eeb80
fix(core): avoid exception when the user's cn is null
2021-12-09 10:03:59 -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
e0df54838e
fix(mail): delete msgs once moved to an external account
2021-12-02 17:11:13 -05:00
Francis Lachapelle
2ecd441f32
feat(mail): enable autoreply on specific days or at a specific time
...
Fixes #5328
2021-12-02 14:20:47 -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
9c025f6871
fix(calendar): update email alarm of yearly events
...
We now compute the next alarms of a yrealy recurrent event for a period
of two years in order to make sure to pickup the next occurrence and
update the email alarms table, otherwise sogo-ealarms-notify was sending
email alarms every minute until the next alarm was properly computed.
Fixes #4991
2021-11-25 17:51:18 -05:00
Francis Lachapelle
8cec92ea87
fix(calendar): truncate long UIDs to avoid SQL insert error
2021-11-17 16:59:51 -05:00
Francis Lachapelle
0622093a37
test: assign array counts to variables in SOGoAppointmentObject
2021-11-16 15:45:48 -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
4c679f1f7b
fix(calendar): send modification notifications for tasks
2021-10-25 16:05:57 -04:00