smizrahi
6ac8525bfe
feat(mail): Add 'View raw message' mail contextual option. This option open message in a popup without HTML mail CSS content modification.
2024-05-22 10:15:58 +02:00
Hivert Quentin
af59e57fc0
fix(mail): Fix a bug when pressing the key DEL more than once to delete mails
2023-06-14 17:47:23 +02:00
Francis Lachapelle
715cf71ba3
fix(mail(js)): refresh of parent window when saving draft/template
2022-05-17 15:33:43 -04: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
4eed98d58d
feat(mail): delay or disable automatic mark message as read
...
Fixes #1585
2021-12-07 09:55:13 -05:00
Francis Lachapelle
e064e9af44
fix(web(js)): position notifications to the bottom right
...
Fixes #5127
Fixes #5423
2021-12-03 17:40:21 -05:00
Francis Lachapelle
addf3c1c76
fix(mail(js)): open one distinct popup for each action
...
Fixes #5431
2021-11-23 17:37:49 -05: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
cd95649f08
fix(web(js)): remove calls to deprecated functions in ng-material
2020-08-04 16:12:52 -04:00
Francis Lachapelle
35ebb7aaeb
fix(mail(js)): fix message(s) deletion when overquota
2020-06-16 12:57:17 -04:00
Francis Lachapelle
05ca00296d
(js) Fix scrolling when deleting a message
2019-05-16 13:53:43 -04:00
Francis Lachapelle
ca886aa662
(js) Create card from sender/recipient address
...
Fixes #3002
Fixes #4610
2019-01-10 22:00:19 -05:00
Francis Lachapelle
ec4d93a845
Fix popup window detection in message viewer
...
Fixes #4518
2018-09-12 21:44:33 -04:00
Francis Lachapelle
326fa87176
(js) Fix navController access from md dialogs
2018-08-23 14:47:18 -04:00
Francis Lachapelle
f0b4e1b719
(js) Restore caret position in message editor
...
Fixes #4517
2018-08-17 16:31:50 -04:00
Francis Lachapelle
7f135e5323
(js) Improve popup window detection in mailer
...
Fixes #4518
2018-07-31 09:11:45 -04:00
Francis Lachapelle
69ae9d752a
(css) Improve display of advanced mail search
2018-06-28 10:45:11 -04:00
Francis Lachapelle
95376ca7dd
(js) Fix possible cross-origin exception
...
When SOGo is launched from an external link, either using a different
"target" or using window.open(), the Mail composer could throw a
JavaScript exception when trying to save or send a message that would
completely stop the operation.
Fixes #3900
2018-06-20 14:51:03 -04:00
Francis Lachapelle
a69a5b77be
(js) Fix some operations in advanced mail search
...
Fixes #4478
2018-06-14 22:34:38 -04:00
Francis Lachapelle
65812424d6
(js) Fix mail filters with flags prefixed with $
...
Fixes #4461
2018-05-14 23:18:59 -04:00
Francis Lachapelle
099f6b42dc
(js) Ignore exception when closing mail editor
2018-02-05 15:48:09 -05:00
Francis Lachapelle
e29ce4acec
(js) Improve popup detection in mail editor
...
Fixes #4378
2018-01-31 10:02:47 -05:00
Francis Lachapelle
104ac2db33
New SOGoMailComposeWindow default
2017-09-20 16:50:41 -04:00
Francis Lachapelle
5e5e52e3f1
register web app as a handler for mailto scheme
...
Fixes #1223
2017-08-29 11:45:24 -04:00
Francis Lachapelle
c48750c6f2
(js) Fix mail composition from mailto link
2017-07-04 17:23:00 -04:00
Francis Lachapelle
d72c614d29
(js) Fix edition of mail tags
2017-06-15 16:04:47 -04:00
Francis Lachapelle
7464c2e680
(js) Support backspace AND delete keys
2017-06-14 13:38:40 -04:00
Francis Lachapelle
555b7303d1
(js) New images viewer for Mail module
2017-05-29 14:03:59 -04:00
Francis Lachapelle
d7d88e2620
(js) Compose new message in a popup window
2017-01-19 12:23:55 -05:00
Francis Lachapelle
26b69d25ee
(js) Fix opening message in popup window
2017-01-18 15:03:29 -05:00
Francis Lachapelle
3560f0486e
(js) Fix hotkeys with an active dialog in Mailer
...
Fixes #3983
2017-01-06 18:26:12 -05:00
Francis Lachapelle
9a050620f0
(js) New hotkeys for message controller
...
Fixes #3834
2016-10-17 15:37:40 -04:00
Francis Lachapelle
c845d021ea
(js) Add hotkey to flag a message
2016-09-30 12:15:37 -04:00
Francis Lachapelle
57a735753f
(js,css) Improve keyboard shortcuts
...
- Defined some hotkeys in all modules;
- Added generation of cheat sheet.
2016-09-27 16:16:09 -04:00
Francis Lachapelle
a2e3807a3a
(js) Initial support for keyboard shortcuts
2016-09-23 17:17:25 -04:00
Francis Lachapelle
77ce13967c
(js) Improve $scope.$watch
2016-06-07 11:08:06 -04:00
Francis Lachapelle
6d8dc29f28
(js) Minor cleanup
2016-06-02 11:24:58 -04:00
Francis Lachapelle
045013bc74
(js) Fix breakpoints consistency
2016-05-18 14:35:24 -04:00
Francis Lachapelle
669eee301b
(js) Different behaviour when deleting msg in xs
2016-05-17 16:39:12 -04:00
Francis Lachapelle
68381b31d8
(js) Create new message when opening a mailto link
...
Fixes #3588
2016-05-10 21:29:18 -04:00
Francis Lachapelle
42bdfbcf7b
(js) Update raw source when editing a draft
2016-05-10 21:23:15 -04:00
Francis Lachapelle
315117b029
(js) Check for undefined message flags
2016-05-10 21:18:51 -04:00
Ludovic Marcotte
de0540c784
(fix) completed the required modifications for XSRF in the mail module
2016-05-04 11:12:30 -04:00
Francis Lachapelle
4eda59b3e7
(js) Fix handling of mail tags in msg viewer
2016-03-28 10:43:16 -04:00
Francis Lachapelle
699399f339
(css) Initial media print (for messages only)
2016-02-26 15:45:28 -05:00
Francis Lachapelle
163e4637aa
(js) Improve display of msgs with many recipients
2016-02-26 15:19:33 -05:00
Francis Lachapelle
99e5c1b93c
(feature) Convert a message to an event or task
...
Resolves #1722
2016-02-10 16:15:00 -05:00
Francis Lachapelle
1a7e5c248f
(js) Improve scrolling behavior when deleting msg
...
Fixes #3489
2016-02-03 10:53:26 -05:00
Francis Lachapelle
1bcdac328a
(js) Improve message selection when deleting msgs
2016-01-08 16:31:06 -05:00
Francis Lachapelle
68c72f681c
(js) Improve message viewer/editor in popup window
2016-01-07 15:45:16 -05:00