Francis Lachapelle
7a776cd0b8
fix(mail(css)): highligh flagged/starred messages
2022-01-12 17:16:48 -05:00
Francis Lachapelle
93dff697e7
fix(mail(web)): display emails extracted from smime certificate
...
Fixes #5440
2021-12-10 14:33:10 -05:00
Francis Lachapelle
1786ec4d59
fix(mail(js)): ignore return key in input fields of editor
...
Fixes #4666
2021-12-09 17:31:56 -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
1febace837
fix(web): add missing tooltips for expand/reduce buttons
2021-12-03 18:25:47 -05:00
Francis Lachapelle
f9ed6391e6
fix(mail): allow to directly empty junk folder
...
Fixes #5224
2021-12-03 16:56:57 -05:00
Francis Lachapelle
37d06c6f21
fix(mail(js)): update list of labels when adding one to a message
2021-10-22 15:20:49 -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
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
0eb452c412
fix(mail(js)): force search when restoring mailbox during navigation
2021-10-14 14:32:16 -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
2a8d64d891
fix(mail(js)): reload UIDs when changing sort order
...
Fixes #5385
2021-09-08 16:48:39 -04:00
Francis Lachapelle
145f221552
fix(mail(js)): fix height of mailboxes list items
2021-08-23 10:30:37 -04:00
Francis Lachapelle
86f08a2380
fix(mail(js)): show "Download all attachments" menu option
2021-08-19 17:15:12 -04:00
Francis Lachapelle
eb46415711
fix(mail(js)): hide sign and encrypt options if not usable
...
When composing a message, don't offer to sign nor encrypt the message
if user has not uploaded a certificate or if S/MIME is disabled.
2021-08-12 13:40:47 -04:00
Francis Lachapelle
ef5e7775cd
feat(mail): download message as .eml file
2021-08-11 13:44:48 -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
66afbd2172
fix(mail(html)): add missing ARIA labels
2021-04-21 11:11:51 -04:00
Francis Lachapelle
0eae8296a3
fx(css): reduce list height of mailboxes
...
Fixes #5145
2020-11-16 12:15:08 -05:00
Dmitriy Alekseev
8642ff9d00
fix(mail): change default search scope to "subject or from" ( #287 )
2020-08-04 08:37:17 -04:00
Francis Lachapelle
8205acc5d5
feat(web): support desktop notifications, add global inbox polling
...
Fixes #1234 , fixes #3382 , fixes #4295
2020-07-29 16:31:19 -04:00
Francis Lachapelle
94efa4d7d4
fix(mail(css)): yellow flags for more visibility
2020-07-24 09:48:41 -04:00
Francis Lachapelle
9c391b8d8d
fix(mail): use unique names for attachments
...
Fixes #5086
2020-07-23 12:56:35 -04:00
Francis Lachapelle
1579ebd233
chore: remove deprecated files and templates
2020-07-22 15:04:12 -04:00
Francis Lachapelle
6e2d652e38
fix(web): restore menu separators in sidenav of Calendars & Mailer
2020-07-14 14:32:13 -04:00
Francis Lachapelle
b4f76a7932
feat(mail): handle multiple mail identities
...
Fixes #768 , fixes #4602
2020-07-10 17:07:01 -04:00
Francis Lachapelle
f8aa338e64
feat(mail): handle multiple mail identities
...
Fixes #768 , fixes #4602
2020-06-18 16:53:42 -04:00
Francis Lachapelle
07c06db69d
refactor(mail(js)): replace ckEditor directive by sgCkeditor component
...
This refactoring
1. simplifies updating the CKEditor source code;
2. allows many instances of the CKEditor on the same page;
3. fixes the cursor positioning on focus.
2020-05-15 11:37:56 -04:00
Francis Lachapelle
174b44ed50
fix(web(css)): truncate text of toolbar in multi-selection mode
...
Fixes #4623
2020-04-30 09:01:28 -04:00
Francis Lachapelle
d1dbceb407
fix(mail): remove onpointerrawupdate event handler from HTML messages
...
Fixes #4979
2020-03-06 12:14:46 -05:00
Francis Lachapelle
daaad938cb
fix(mail(js)): disable autogrow of textarea in popup window
...
Fixes #4962
2020-02-21 11:54:27 -05:00
Francis Lachapelle
73dc86a6ed
fix(mail(js)): bypass autogrow feature of md-input to fix scroll jumping
...
See https://github.com/angular/material/issues/3070
2020-01-20 14:10:57 -05:00
Francis Lachapelle
5ccc12639b
fix(mail(html): expose UIxMailViewRecipientMenu in popup view
2019-12-09 12:29:58 -05:00
Francis Lachapelle
456a66b66b
feat(mail(js)): new button to expand recipients that are LDAP groups
2019-11-21 21:51:27 -05:00
Francis Lachapelle
123ccef770
(web) Improve contrast of toolbars w/input field
2019-11-20 12:18:42 -05:00
Francis Lachapelle
729802222f
fix(mail(js)): add missing library to save msg from popup window
...
Fixes #4879
2019-11-18 11:57:53 -05:00
Francis Lachapelle
3b869d44d6
(js) Hide mail recipient when not defined
2019-10-24 10:12:30 -04:00
Francis Lachapelle
3cddb54e4e
(js) Apply SOGoSearchMinimumWordLength everywhere
...
Fixes #4811
2019-09-18 14:02:21 -04:00
Francis Lachapelle
adf2378d7a
(web) Improve contrast of toolbars w/input field
2019-08-15 17:47:17 -04:00
Francis Lachapelle
f2069a6129
Reduce usage of calendar color in dialogs
2019-07-08 13:04:15 -04:00
Francis Lachapelle
6e040e418b
(js/css) Fix rendering of material icons
2019-07-05 16:35:20 -04:00
Francis Lachapelle
b5949752b4
(web) Restore mail threads
...
Fixes #3478
Fixes #4616
Fixes #4735
2019-06-27 17:43:11 -04:00
Daniel Carlos Silva
d9de12a940
Set tooltip for markOrUnMarkMessagesAsJunk button
2019-05-28 11:47:21 -03:00
Francis Lachapelle
6e6a82d974
(js) Show mail compose btn if msgs list is visible
2019-05-16 14:30:32 -04:00
Francis Lachapelle
72b607219d
(js) Fix autofocus when composing new mail
2019-02-20 12:15:29 -05:00
Francis Lachapelle
9d58dd10f5
Improve display of autocompletion of contacts
2019-02-20 10:15:56 -05:00
Francis Lachapelle
499c42aa77
Improve display of autocompletion of contacts
2019-02-18 14:51:43 -05:00
Francis Lachapelle
e10ebff34f
Fix display of Bcc header
...
Fixes #4642
2019-01-14 15:40:45 -05:00
Francis Lachapelle
ca886aa662
(js) Create card from sender/recipient address
...
Fixes #3002
Fixes #4610
2019-01-10 22:00:19 -05:00