ralf
e7eb9f42e3
fix many errors around et2-select emulating old taglist:
...
- preprocessor: translate attributes autocomplete_url -> searchUrl, autocomplete_params -> searchOptions, and allow options
- sending search query as URL/GET parameter with default of app: <appname>
- handle searchUrl like allowFreeEntries by adding selected result to select_options via createFreeEntries, as they otherwise get removed by fix_bad_value not finding the value in select_options
- change taglist validation (again) to not validate search values
- still requires changes in application code, as taglist always behaved like multiple=true (returning and expecting an array of values) and did automatically search from client-side for it's initial value(s)
--> maybe more changes are in order to NOT require changing application code
--> fixes editing Sieve rules
2022-08-08 17:28:51 +02:00
Hadi Nategh
0d727f59fd
Fix click handling for attachment's summary is not working
2022-08-08 14:47:01 +02:00
Hadi Nategh
59ff16f98b
Update mail display template for attachments change
2022-08-05 16:57:42 +02:00
Hadi Nategh
a26dba5d27
Move mail attachments box under details
2022-08-05 16:55:18 +02:00
ralf
dd76b88af4
fix wrong image urls
2022-08-05 15:59:22 +02:00
ralf
c228d5b435
fix wrong url in mail css
2022-08-05 13:31:57 +02:00
Hadi Nategh
797600f899
Some styling improvements for mail preview
2022-08-04 12:29:42 +02:00
ralf
8da571cdc1
fix a couple of broken image urls, after moving images from pixelegg to api/default
2022-08-02 09:28:43 +02:00
ralf
bcff7ab4dc
fixing pixelegg less/css files to address images in default/images
...
remove no longer necessary pixelegg/images symlink to default/images
revert hint.png as the pixelegg one was never used
2022-07-31 10:49:35 +02:00
Hadi Nategh
0a9693ca17
Set proper mail template according to its pane mode
2022-07-29 13:26:58 +02:00
ralf
0113a93ffd
move images from pixelegg to default and drop png or gif, if we have an svg
2022-07-28 17:56:34 +02:00
Hadi Nategh
6378d589f2
No border for readonly emails in mail preview
2022-07-28 16:54:53 +02:00
Hadi Nategh
cfd12b4ec9
Fix smime indicators in preview
2022-07-28 16:39:47 +02:00
Hadi Nategh
5c637e47be
Use et2-details for mail from and attachments
2022-07-28 15:32:33 +02:00
Hadi Nategh
77b475b5e6
Set mail column selection base on PreviewPane mode
2022-07-27 15:49:55 +02:00
Hadi Nategh
e7e538fffe
Fix mail preview blank page styling
2022-07-27 15:37:03 +02:00
Hadi Nategh
7c053d9dad
Implement new mail attachments block actions
2022-07-27 14:21:29 +02:00
Hadi Nategh
e9c4694d09
Fix attachments and details box styling
2022-07-26 11:40:50 +02:00
Hadi Nategh
90817b3475
Fix from mail address in the list disturbing the row selection
2022-07-26 11:03:27 +02:00
Hadi Nategh
cd7f2eea60
WIP Mail styling:
...
- Make display dialog similar to preview
2022-07-25 16:35:59 +02:00
Hadi Nategh
862d355e77
WIP mail list and preview styling
2022-07-22 15:08:32 +02:00
Hadi Nategh
4e4a24ea1d
Fix smime icons
2022-07-20 12:53:57 +02:00
Hadi Nategh
805ac7e830
WIP Mail app styling:
...
-Remove legacy widgets from mail
-Fix iframe not being full height in preview
2022-07-15 11:34:30 +02:00
Hadi Nategh
b38deecad0
Change all used toolbars more in mail to a 3dots style
2022-07-12 11:28:57 +02:00
Hadi Nategh
734de06406
Fix broken select account in compose dialog
2022-07-12 11:22:30 +02:00
nathan
ef2f29d84c
Mail: Re-size header labels in display popup, change mail date widget to date-time-today
2022-06-28 10:17:50 -06:00
nathan
65ed3e090c
Mail: Re-size & re-order headers in display popup
2022-06-27 15:27:39 -06:00
nathan
5d915ba5eb
Mail preview / display layout:
...
Fix header alignment, swap email display to use et2-select-email
2022-06-24 14:17:58 -06:00
nathan
9a1f8e591f
Mail: Fix accidentally committed editable email in mail list
2022-06-22 08:26:38 -06:00
nathan
d9400430e5
Mail: Use et2-select-email for displaying addresses in preview
2022-06-21 16:34:57 -06:00
Hadi Nategh
ac171a1076
Implements DND for et2-select-email tags
2022-06-21 16:21:23 +02:00
Hadi Nategh
812cdb6165
Fix scrollbar not working on subscribe folder and folder management dialogs
2022-06-13 13:53:45 +02:00
Hadi Nategh
17194f1ed3
Fix toolbar widget styling
2022-06-09 14:23:24 +02:00
ralf
d9436628cd
load users preferred (TinyMCE) font also for mail preview
2022-05-23 15:44:42 +02:00
nathan
c46f9c5440
Fix up dropdown in toolbar
2022-05-18 14:39:25 -06:00
ralf
bd066ef321
missing mail/templates/pixelegg/app.css
2022-05-06 13:43:48 +02:00
ralf
2c87752d75
remove mail specific sizing of paragraph and font selection in TinyMCE
2022-05-06 12:36:53 +02:00
Hadi Nategh
cdcb85f4f3
Fix status icons not showing up on mail list
2022-02-25 14:19:25 +01:00
Hadi Nategh
3e41eb00c6
Fix styling of expander actions in compose (Cc,Bcc, ...)
2022-02-25 12:02:41 +01:00
Hadi Nategh
c29afdd7d2
Fix buttons used in mail expanded area e.g. mail attachments area
2022-01-24 17:02:34 +01:00
Hadi Nategh
28bcaf9422
WIP styling buttons: another approach to style buttons, keeping the icon slotted
2022-01-20 13:13:04 +01:00
Hadi Nategh
9ab621e054
Get mail display working again (index and display both need to be redefined in future)
2021-12-16 15:07:09 +01:00
Hadi Nategh
476f8b671f
Make mail's receive notification action icon colorful when it's being selected
2021-12-10 14:48:40 +01:00
nathan
fbbc466c78
Merge branch 'master' into web-components
2021-10-18 10:56:05 -06:00
Hadi Nategh
b5a669fe1d
Add more imap PERMANENTFLAGS in the sieve flags list
2021-10-18 12:34:15 +02:00
Hadi Nategh
0c2072f134
Add Seen flag into sieve flags list action
2021-10-18 12:23:22 +02:00
Hadi Nategh
0dd215d340
* Mail: Add set flags action into mail filters
2021-10-15 17:23:48 +02:00
Hadi Nategh
6f8fccb1ad
Get mail app working (we use old-box widgets until replacing splitter with a web-component)
2021-09-27 16:14:42 +02:00
Ralf Becker
cb00de85ce
* Mail/Dovecot: allow to disable caching of flags in site config to support Dovecot private seen flags on shared folders
2021-06-15 10:23:11 +02:00
Hadi Nategh
3420fdd187
Fix category column misalignment for mail ui list
2021-05-19 12:35:19 +02:00
Hadi Nategh
819bc83182
Disable app specific actions if the user has no access to the actual app
2021-04-26 14:18:57 +02:00
Hadi Nategh
a6bd16e2ad
Update mail app icon
2021-04-20 16:53:02 +02:00
nathangray
15b0ecec22
Solve the problem with mail selecting the next mail and marking it as read when you move a mail by turning off the select-next-row thing for mail
2021-03-16 11:06:48 -06:00
Hadi Nategh
f2cb47105e
Style toolbar toggled buttons
2021-03-09 17:31:37 +01:00
Hadi Nategh
a8f11ca1b7
Some mobile Ui improvements
2021-03-04 16:30:01 +01:00
Hadi Nategh
2f78cffb13
Some styling improvements
2021-02-19 13:11:51 +01:00
Hadi Nategh
ec7231dbd5
Give some padding to calendar meeting request dialog
2020-12-18 14:43:22 +01:00
nathangray
77d195bd9c
* Mail: Config setting for how many mailing lists are returned in address search results
2020-12-14 09:34:37 -07:00
Hadi Nategh
7010cc36c1
Fix error thrown from magicsuggest caused by wrong menuaction
2020-10-28 15:38:12 +01:00
Hadi Nategh
4aa14c91c2
Add missing files from commit 68d682d
2020-10-01 10:44:18 +02:00
nathangray
68d682d293
* Mail: Fix recent, read messages looked exactly the same as unread messages
2020-09-25 08:59:08 -06:00
Hadi Nategh
acbd23a60a
* Mail: Add custom html toolbar settings in mail site-configuration in order to be able to add/remove certain actions only for mail-compose dialog.
2020-09-25 14:17:29 +02:00
Hadi Nategh
cf1f3203d0
Remove excessive margin-top from toolbar's more button
2020-09-21 12:21:46 +02:00
Hadi Nategh
e3aad386e0
Fix dropdown button styling in mail compose toolbar
2020-09-18 10:45:25 +02:00
Hadi Nategh
6b3747d225
Update pushed flags without requesting from server
2020-08-05 15:38:14 +02:00
Ralf Becker
d8752eecf8
* Mail/Admin: do NOT allow to set forwards via Sieve rules, if user forwards are disabled (not standard SMTP!)
2020-08-05 14:08:31 +02:00
Ralf Becker
cf06054fd7
move configuration of imap servers supporting push to mail site config and stadard imap server
2020-07-23 14:17:32 +02:00
Hadi Nategh
67d50fca78
Fix mail subject modifier dialog
2020-07-13 16:30:11 +02:00
Ralf Becker
76c36cfbcd
* Mail: allow to configure a proxy to display external http images (eg. proxy.egroupware.org)
2020-07-09 11:54:52 +02:00
Hadi Nategh
f5fe1cf02f
Add replyto and folder fields into predefined compose values
2020-07-06 10:25:56 +02:00
Hadi Nategh
ae101a28c4
Implement predefined addresses for compose dialog
2020-07-02 10:42:42 +02:00
Hadi Nategh
5b1071e3d9
Try to warn user about Mixed Content sometimes being used as external images in mail contents.
2020-06-25 16:34:40 +02:00
nathangray
213a30a250
Mail: Link expiration date blur text now changes if you have EPL enabled
2020-06-05 14:33:26 -06:00
Hadi Nategh
141ad5b5cc
Make sure external images warning message not obscuring mail content
2020-05-15 11:04:14 +02:00
nathangray
85b44d4df3
Fix missing translation reported by Stefan Unverricht
2020-04-16 10:23:22 -06:00
Hadi Nategh
20dff3e101
Apply compiled mobile app.css
2020-02-19 11:59:00 +01:00
Hadi Nategh
ece36df5d4
Fix mailPreview padding
2020-02-17 19:25:15 +01:00
Hadi Nategh
e73a1088fb
Fix mail icons size
2020-01-24 16:38:37 +01:00
Hadi Nategh
256678dd5d
Make status images the same size as other icons in mail app
2020-01-20 15:48:59 +01:00
Hadi Nategh
dfa35d21ea
Add svg version of mail new icon
2020-01-20 15:25:53 +01:00
Hadi Nategh
b51a17e2fb
Fix mail's vertical splitter bar in the middle overlaps scrollbar of the left pane
2020-01-07 14:34:21 +01:00
nathangray
2686d99cdd
Mail: Give more horizontal space for subject in preview
2019-11-01 15:23:45 -06:00
Hadi Nategh
96679fdee0
* Mail: fix textarea in compose dialog gets disappeared after attaching a file, happens in mobile template only
2019-10-11 14:24:23 +02:00
Hadi Nategh
2bb0f11ffe
Fix seen/unseen svg icons
2019-10-01 10:08:01 +02:00
Hadi Nategh
9c7ac71b45
Add svg icon for deleted mail status
2019-09-25 15:38:59 +02:00
Hadi Nategh
3b5f6eb1c3
Applying some new icons from Eva
2019-09-25 15:16:52 +02:00
Hadi Nategh
1147069fcd
Update some icons from Eva
2019-09-24 12:14:18 +02:00
Hadi Nategh
68c5d1f2be
Update more svg icons from Eva
2019-09-20 14:06:35 +02:00
Hadi Nategh
120bf82a69
Update more SVG icons from Eva
2019-09-19 14:50:58 +02:00
Hadi Nategh
8bbb75df48
Update some icons
2019-09-16 10:13:10 +02:00
nathangray
69a6b5ec41
Mail - icon cleanup
...
- Remove png in favour of svg
- Use filemanager navbar icon for filemanager related actions
2019-09-09 15:39:56 -06:00
Ralf Becker
f67efb50ae
fix to small Sent button in compose
2019-09-05 11:35:19 +02:00
Hadi Nategh
0232ab96d4
Replace some of compose toolbar actions icons with their svg versions
2019-08-29 15:54:31 +02:00
Hadi Nategh
74d6322414
Fix modify mail subject action's title
2019-08-26 17:01:37 +02:00
Hadi Nategh
2da7c30cdc
Try to fit all htmlarea tools on the same line
2019-08-21 12:28:43 +02:00
Hadi Nategh
0564e61c50
* Mail: add format selector into compose htmltext editor's toolbar
2019-08-20 15:55:53 +02:00
Ralf Becker
a76af8c7e3
fix typo
2019-04-24 12:13:23 +02:00
Hadi Nategh
08ac18c4db
Apply new style for row selection and hover
2019-04-03 11:26:32 +02:00
Hadi Nategh
266d4ebd70
Some more styling changes:
...
- Add png version of app icons
- Add nm header column selection icon
2019-03-26 12:21:33 +01:00
Hadi Nategh
281a75883c
Some improvements for nextmatch header style
2019-03-25 14:21:56 +01:00
Hadi Nategh
f2a5069aa9
Style mail attachments area
2019-03-25 11:09:20 +01:00
Hadi Nategh
b179ea871c
Use gray version of app icons for actions system
2019-03-25 10:41:23 +01:00
Hadi Nategh
74dde1dd0e
Apply some new app colors and icons
2019-03-25 09:53:17 +01:00
Hadi Nategh
784db8b12e
Remove extra styling from mail toolbar actions
2019-03-22 16:08:40 +01:00
Hadi Nategh
28fde2a89c
Remove bg from compose/send
2019-03-22 15:56:01 +01:00
Hadi Nategh
6053053f77
New style for compose and send button
2019-03-22 12:25:54 +01:00
Hadi Nategh
f3b0362653
Remove extra navbar icons from mobile template
2019-03-21 16:43:23 +01:00
Hadi Nategh
d8d6d4d247
Apply new app color codes
2019-03-21 11:53:37 +01:00
Ralf Becker
bc1db0019a
remove stroke / outline from svg images
2019-03-06 15:47:53 +01:00
Hadi Nategh
a639a9aee3
Make filemanager icon bigger
2019-02-26 18:10:01 +01:00
nathangray
886b2e0357
Mail - fix long subjects are not shown in preview (FF only)
2019-01-22 14:16:39 -07:00
nathangray
4008f82be3
Mail - display multiple From addresses
2019-01-22 10:48:39 -07:00
Hadi Nategh
de154ed152
Add mobile theme for tinyMCE
2019-01-18 16:27:19 +01:00
Hadi Nategh
774c77b5be
* Mail: add default value settings for S/MIME passphrase expiration in site configurations
2019-01-11 16:53:38 +01:00
Hadi Nategh
63570062b1
Attempt to normalize select color in standard template
2018-12-17 15:49:22 +01:00
Hadi Nategh
56b0704bcb
W.I.P. of modern theme:
...
- Fix mail icons
2018-12-12 14:59:33 +01:00
Hadi Nategh
d9e1ddf506
W.I.P. of modern theme with SVG icons enabled:
...
- add colored svg navbars
2018-12-11 16:52:55 +01:00
Hadi Nategh
36f67321d1
Fix some styling for mail
2018-12-10 12:01:46 +01:00
Hadi Nategh
2d4a9b5bf5
Fix styling of mail filter's add button
2018-12-10 10:58:49 +01:00
Hadi Nategh
8a0ae8f01d
Fix edit mail filter dialog gets scrollbar
2018-12-07 11:49:17 +01:00
Hadi Nategh
913a0095d0
* Mail: Move modify subject action from list view into preview
2018-12-07 11:18:06 +01:00
Hadi Nategh
7089489db9
Hide editor statusbar from compose dialog
2018-11-05 15:35:13 +01:00
nathangray
7c3fa06082
Mail - some missing translations reported by Stefan Unverricht
2018-10-30 11:28:27 -06:00
Hadi Nategh
236006b795
W.I.P. implementing TinyMCE editor and deprecating CKEditor:
...
- Keep editor toolbar in one line at least for mail compose
- Add a preference to enable/disable menubar at the top of editor
- Respects mode preference
2018-10-22 12:37:45 +02:00
Hadi Nategh
1cbd0aa2a3
W.I.P. implementing TinyMCE editor and deprecating CKEditor
2018-10-19 16:35:18 +02:00
Hadi Nategh
c9e1d453a9
Do not let mail splitter-pan maximizes to 100%
2018-08-07 10:29:02 +02:00
Hadi Nategh
a73884cdf8
Add title for filemode_icon and fix missing icons
2018-07-12 16:07:05 +02:00
Hadi Nategh
50d02bff81
Try to warn user when switching between filemodes in compose dialog, also indicate each filemode with an icon.
2018-07-12 15:42:07 +02:00
Hadi Nategh
cc3e00f9f1
* Mail: take opened compose dialogs into account when trying to forward attachment, share files into mail or vcard attachment from addressbook
2018-07-11 14:39:40 +02:00
Hadi Nategh
71442541f5
Keep expander fields left aligned together with html checkbox in compose dialog
2018-07-05 14:42:11 +02:00
Hadi Nategh
4bd14a6b7b
Some styling improvements for mail compose
2018-06-28 17:28:45 +02:00
Hadi Nategh
23c844b90d
Remove magicsuggest from api then add it to vendor
2018-06-21 13:39:00 +02:00
Hadi Nategh
73404e8136
* Mail: fix from address in mobile template
2018-06-18 11:34:04 +02:00
nathangray
66c0d38449
Translations & translation bugs from Stefan Unverricht
2018-05-14 13:12:36 -06:00
Ralf Becker
e72c7c76b6
* EMail/sMime: allow non-admin users to upload their keys
2018-04-10 13:15:09 +02:00
Hadi Nategh
13d285924a
Remove extra background color from splitter bar
2018-03-26 11:20:42 +02:00
Hadi Nategh
8ac7684f66
Add vcards from addressbook into an opened mail compose if there's any
2018-02-28 17:30:45 +01:00
Hadi Nategh
89f4deba8e
Use hover_action to edit subject of a message
2018-02-26 17:54:13 +01:00
Hadi Nategh
7c2547f8c4
W.I.P. mail subject modify action
2018-02-20 18:00:30 +01:00
Hadi Nategh
495b3c5b21
Some styling improvements for Mail compose dialog
2018-01-25 12:59:18 +01:00
Hadi Nategh
4f75e7068a
Make mail inline image warning message a bit smaller to get it fit into one line
2018-01-22 16:44:23 +01:00
Hadi Nategh
62b00b3f75
Add/fix some translations
2018-01-04 11:34:26 +01:00
nathangray
9a37539ea7
- Make link-entry take the whole width
...
- Capitalization
2017-11-24 09:29:32 -07:00
Hadi Nategh
bda0ff1349
Fix save attachments actions not being displayed in mobile view
2017-11-13 15:00:23 +01:00
Hadi Nategh
644b02309f
Adopt mobile templates regarding the changes of aaa0d729fb
2017-11-09 10:53:07 +01:00
Hadi Nategh
aaa0d729fb
Fix VFS save action in mail
2017-11-08 19:07:04 +01:00
Hadi Nategh
2c721c95b2
W.I.P. VFS Select Widget:
...
- Add name and dialog_title as new attributes
- Fix SaveToVfs, SaveAttachmentToVfs, SaveAllToVfs in mail
- Fix button tile
2017-10-12 13:19:42 +02:00
Ralf Becker
ff4de75fb3
fix email in preview breaks at - eg. someone@some-domain.com and elipsis is not shown
2017-10-05 19:06:59 +02:00
Hadi Nategh
1b252ea821
S/MIME:
...
- Fix password request form in mobile view
- Fix smime indicators not being displayed in mobile view
2017-09-14 11:28:27 +02:00
Hadi Nategh
516015ac40
S/MIME:
...
- Activate smime actions for mobile view
- Read and set attachments for mobile view
2017-09-13 18:17:32 +02:00
Hadi Nategh
673f1b1c9a
S/MIME:
...
- Avoid getting scrollbar on main window when opening certificate info dialog
2017-09-13 17:08:07 +02:00
Hadi Nategh
bde19f6f6c
S/MIME:
...
- Preset smime_sign and smime_encrypt toolbar actions if the original mail
is smime.
- Fix smime alignment of smime icons in mail preview
2017-09-01 16:20:57 +02:00
Hadi Nategh
f4dd4bbf96
S/MIME:
...
- Reveal more info about signer and certificate
2017-09-01 11:38:39 +02:00
Hadi Nategh
1a8e584e0c
S/MIME:
...
- Fix PGP signed messages get shown as red
- Fix attachments area always gets displayed
2017-08-31 17:33:33 +02:00
Hadi Nategh
36211267bf
S/MIME:
...
- Implement unknownemail status in case signer email address is not matched with sender email address
2017-08-25 16:07:09 +02:00
Hadi Nategh
38b844c91f
S/MIME:
...
- Fix certificate details styling
2017-08-25 14:47:58 +02:00
Hadi Nategh
830bbd127c
S/MIME:
...
- Add certificate info dialog
2017-08-25 12:26:13 +02:00
Hadi Nategh
bbea403298
W.I.P S/MIME:
...
- Generate private key and certificate
- Add export buttons for private key and certificate
- Add certificate field
2017-08-22 17:25:29 +02:00
Hadi Nategh
fbe3b33d40
W.I.P S/MIME:
...
- Add a dialog for generating certificate
2017-08-21 17:09:12 +02:00
Hadi Nategh
f600436898
W.I.P. SMIME:
...
- add notvalid state
- add metadata for key add to contact
2017-07-25 18:00:22 +02:00
Hadi Nategh
91fb816bb2
W.I.P. SMIME:
...
- Override verify method in order to pass certs bundle for verification
- Catch exception if decryption fails because encrypted message perhaps is not encrypted by receiver public key
- Define different states for signature verification
2017-07-25 17:13:49 +02:00
Hadi Nategh
0499f50943
W.I.P Smime:
...
- Adapt mail ui to resolve smime messages
- Set signature and encryption indicators
2017-07-19 18:16:40 +02:00
Hadi Nategh
1da1ac2fd8
Fix extra right margin on mail right splitter
2017-06-28 17:53:19 +02:00
Hadi Nategh
25d5465ec6
Fix mail list filters break when switch to vertical splitter
2017-06-28 16:20:41 +02:00
Hadi Nategh
05b2f22a95
Fix couple of glitches on mail splitter:
...
- Remove extra borders
- Fix preview frame not getting right top position
- Re-arrange toolbar widget in preview pane to always get fullwidth
2017-06-28 15:46:22 +02:00
Hadi Nategh
c4efe4ac83
Set minWidth for date column plus removes ellipsis
2017-06-28 11:46:12 +02:00
Hadi Nategh
6c92cf97aa
* Mail: implement preference to switch between horizontal and vertical preview pane
2017-06-23 15:36:31 +02:00
Hadi Nategh
e544323931
* Mail: Activate multi-selection of folders in subscription dialog
2017-06-21 14:26:23 +02:00
Hadi Nategh
2d665895f5
Add spam actions icons
2017-06-09 16:06:03 +02:00
nathangray
45039f5f66
Fix some translation issues and typos found by Rafael Chacón Verdorama
2017-05-24 09:41:02 -06:00
Hadi Nategh
63e0157baf
WIP of RFC 4314 implementation, in order to be able to separate delete message right and delete mailbox right in mail acl dialog
2017-05-11 16:47:31 +02:00
Hadi Nategh
41ae19774d
Allow multiple entries for reply-to in mail compose
2017-04-27 09:50:37 +02:00
Hadi Nategh
254ca19c2d
* Mail: Make quota limit warning configurable
...
- Fix dialog warning message
- Add Quota limit warning in mail site configuration
2017-04-18 17:48:29 +02:00
Hadi Nategh
c18c35b500
Fix attachments-box in mail display dialog does not get scrollbar
2017-03-28 12:22:51 +02:00
nathangray
e1dbe90846
* Mail - add a new preference for preview pane to stay there, even when no mail is selected for previewing
2017-03-23 10:28:20 -06:00
Hadi Nategh
8c9bbcf777
Fix height of folder & user selection in mail acl dialog
2017-03-14 16:53:01 +01:00
Hadi Nategh
1992cd4e14
Fix broken mail acl editor
2017-03-14 14:49:29 +01:00
Hadi Nategh
f943ed471a
Fix mail acl dialog can't resize properly
2017-03-13 18:20:54 +01:00
Hadi Nategh
c3e19a14e9
* Mail: Better style for showing emails in print mode, thanks to Michael Scholl
2017-03-07 14:37:40 +01:00
EvaWpunkt
48d2664c71
Add smimeSignature .png and .svg
2017-02-15 15:10:02 +01:00
EvaWpunkt
f720033ea7
Add icons smimeEncryption and certified_message
...
.svg and .png
2017-02-15 15:02:07 +01:00
Hadi Nategh
116151a092
WIP of SMIME support:
...
- Implement smime ecryption in compose
- Implement passphrase dialog
2017-02-15 12:23:27 +01:00
EvaWpunkt
e1e9ab8f8e
Add icon smimeEncription.svg and .png
2017-02-14 18:32:56 +01:00
Hadi Nategh
c78042d522
Update PUBLIC ID of etemplate2.dtd in all templates
2017-02-01 09:59:37 +01:00
Hadi Nategh
bb5f1fd66b
WIP of SMIME support: Implement password dialog for password protected smime message
2017-01-27 17:59:59 +01:00
Hadi Nategh
29aa1048fe
W.I.P of SMIME support for mail application:
...
- Add smime digital signature icon
- Add handler for smime certificate to be able to see the attached certificate
2017-01-23 09:48:00 +01:00
Hadi Nategh
a3562129b0
W.I.P of SMIME support for mail application:
...
- Resolve smime p7b attachment and translate it to PEM format
- Assign a button to show the message is signed plus handler for showing the certificate
- Fix Smime class to only use php openssl extension
2017-01-19 18:52:44 +01:00
nathangray
a5f45e2bfa
Fix some translation problems reported by Stefan Unverricht
2017-01-10 09:30:00 -07:00
Hadi Nategh
6ed3b92298
Work in progress of mail external image handler:
...
- Fix styling
- Add handler for mobile and display
2016-11-24 14:35:54 +01:00
Ralf Becker
a41f78381c
Stylite AG --> EGroupware GmbH
2016-10-08 14:32:58 +02:00
Hadi Nategh
6342336425
Fix long mail addresses do not get ellipsis style in mobile template mail list
2016-09-19 16:34:15 +02:00
Hadi Nategh
8da2404279
Mobile template:
...
- Show fav icon when it's available
- Fix delete_action does not get removed after the row is deleted or deselected
- Fix some alignments for mail list header
2016-09-19 12:23:16 +02:00
Hadi Nategh
c7b6472a96
Fix couple of glitches in mail compose
2016-09-14 10:32:44 +02:00
Hadi Nategh
628ac046fe
Implement mail integration check entry for mail compose
2016-08-18 17:31:27 +02:00
Hadi Nategh
b96a40f49f
Avoid collision of template ids for mail splitter templates
2016-08-02 12:33:12 +02:00
nathangray
0afd447f28
Change background color on expand addresses button to transparent
2016-07-18 17:02:10 -06:00
nathangray
4e46a2d15b
Resize show all attachments button
2016-07-15 09:20:32 -06:00
Hadi Nategh
cd34b70908
Mail styling:
...
-Fix delete button hover
-Cleanup app.less
2016-06-24 17:43:09 +02:00
nathangray
8fe08f2f8d
Keep mail list scrollbar visible in Firefox
2016-06-22 11:25:11 -06:00
Hadi Nategh
f1e1d061cd
Fix taglist jumps into second line in mail compose
2016-06-22 18:39:39 +02:00