forked from johndoh/roundcube-sieverules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
executable file
·211 lines (166 loc) · 4.11 KB
/
CHANGELOG
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
Roundcube Webmail SieveRules
============================
2010 10 26
==========
* Added support for SASL proxy authentication
2010 10 14
==========
* Automatically import rulesets when auto_load_default is true, multiplerules is false and it is the active ruleset
2010 10 02
==========
* Add debug logging
2010 09 29
==========
* Add Internationalized Domain Name (IDNA) support (r4009)
2010 09 19
==========
* Allow free entry of vacation alias addresses
2010 09 06
==========
* Fix duplicate comparator listing
2010 07 03
==========
* Update to Net_Sieve 1.3.0
2010 06 19
==========
* Skin update after r3757
2010 06 15
==========
* Update to Net_Sieve 1.2.2
2010 06 13
==========
* Update skin r3733
2010 06 04
==========
* Add support for %n and %d in host (r3701)
2010 04 24
==========
* Add support for date extension
2010 04 19
==========
* Update to Net_Sieve 1.2.1
2010 04 06
==========
* Update to Net_Sieve 1.2.0
2010 03 27
==========
* Use same folder path as RC by default
2010 03 06
==========
* Use imap_connect after r3278
2010 02 14
==========
* The Sender header is not always present, test From by default instead
2010 01 29
==========
* Add hidden options to config file
2010 01 28
==========
* Fix handeling of text in <> in adv editor
2009 12 30
==========
* Fix default display when fileinto action is disabled
2009 12 10
==========
* Add ruleset selector to advanced editor
2009 11 25
==========
* Allow default headers, operators and flags to be overridden
* Fix bug in body action
2009 11 16
==========
* Allow file header to be overridden
2009 11 14
==========
* Allow appending of original subject to vacation messages (requires variables
extension in sieve)
* Parse multiple email addresses when setting redirect
2009 11 09
==========
* Fix bug in detection of vacation charset
2009 11 08
==========
* Add support for multiple rulesets
* Use core config function (WARNING: Complete re-write of config file!)
* Some JS cleanup
2009 10 31
==========
* Use frames to avoid full page reloads
* Use rule cache to speed things up a little
2009 09 23
==========
* Support folder name encoding
* Support multiple hosts
2009 09 05
==========
* Minor layout updates
2009 09 03
==========
* Localisation updates
2009 08 25
==========
* Add support for spamtest extension (by Vladislav Bogdanov)
2009 07 17
==========
* Fix get_form_tags() call after r2755
2009 07 11
==========
* Fix support for dovecot 1.2
* Add support for copy extension
* Add support for body extension
* Better error reporting
2009 06 27
==========
* Use imap->mod_mailbox()
* Use better identity checking
2009 06 07
==========
* Add possibility to easily switch between \r\n and \n in sieve file and also
change indent
* Swap split() for explode(), PHP 5.3 compatibility
2009 05 31
==========
* Use list.js from the core
2009 05 30
==========
* Added config var to auto load default rules when no user ones exist and skip
setup screen
* Added support ESC key to stop dragging
* Added support for enotify and imap4flags
* Added delete icon
* Fixed JS bug when adding second rule
2009 05 25
==========
* Fixed bug in rule moving
2009 05 24
==========
* Added support for plugin template system
* Added up/down/delete key support on the filters list
* Added ability to drag examples to filters list
* Added ability to drag rules within the filter list to change the order
* Fixed display bug when deleting penultimate rule
2009 05 19
==========
* Swapped decrypt_passwd for decrypt
2009 05 12
==========
* Improved INGO rule filter
2009 05 09
==========
* Added basic import system
* Added Advanced editor - allows for editing of sieve file directly
* Moved example rules to more obvious position
* Updated list.js to latest version
2009 05 03
==========
* Set busy while moving filter
2009 04 27
==========
* Updated de_DE
* Small changes to init functions for when labels are added to UI
Version 1.0-BETA
=================
* Translated from sieverules patch
* Added support for default rules file
* Added support for example rules file
* Expanded pre-defined rules to include comparator option