-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme
42 lines (30 loc) · 957 Bytes
/
readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Code Repository:
https://github.com/bytemine/autodelete
Tested on:
- Kopano WebApp 3.5.3 - Kopano Core 8.6.9
Release notes:
1.0.0
- Sane english default titles for untranslated languages.
0.1.8
- Implement polish translation.
0.1.7
- Implement i18n in german and english.
0.1.6
- Add the option to configure a period for clean up junk and trash folders.
0.1.5
- Reflect missing setting on first plugin call and set default.
- Fix a typo in client side update function.
0.1.4
- Store settings also on client-side to force a reload.
- add versioning to client-side files to avoid DeskApp caching.
0.1.3
- Replace edit dialogs by inline editing.
- Option to disable removal of empty subdirectories.
0.1.2
- Do not show a success popup, as the user still needs to apply the change manually.
0.1.1
- Separation of periods by types email, task and appointment.
- Maximum period can now be set.
- Only accept integers as period.
0.1.0
- First version.