comparison plugins/managesieve/Changelog @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
1 - Fix parsing dot-staffed lines in multiline text (#5838)
2 - Fix AM/PM suffix in vacation time selectors
3 - Fix bug where 'exists' operator was reset to 'contains' (#5899)
4
5 * version 8.9 [2017-05-22]
6 -----------------------------------------------------------
7 - Fix handling of scripts with nested rules (#5540)
8 - Fix possible defect in handling \r\n in scripts (#5685)
9 - Performance: Skip redundant LISTSCRIPTS command
10
11 * version 8.8 [2016-11-27]
12 -----------------------------------------------------------
13 - Fix parsing of vacation date-time with non-default date_format (#5372)
14 - Fix regression where js error is thrown if server does not support 'duplicate' extension
15 - Add option to automatically set vacation :from address (#5428)
16 - Support per-host managesieve_conn_options (#5136)
17 - Added (optional) RAW script editor (#5414)
18
19 * version 8.7 [2016-07-19]
20 -----------------------------------------------------------
21 - Support 'string' test from variables extension [RFC 5229] (#5248)
22 - Support 'duplicate' extension [RFC 7352]
23 - Unhide advanced rule controls if there are inputs with errors
24 - Display warning message when filter form contains errors
25
26 * version 8.6 [2016-04-06]
27 -----------------------------------------------------------
28 - Refactored script parser to be 100x faster (on big scripts)
29
30 * version 8.5 [2015-11-15]
31 -----------------------------------------------------------
32 - Add support for :from parameter in vacation action (patch from Michele Locati)
33
34 * version 8.4 [2015-04-20]
35 -----------------------------------------------------------
36 - Add option to prepopulate vacation addresses on form init (#1490030)
37 - Add option to define default vacation interval
38 - Fix missing position indicator in Larry skin when dragging a filter
39 - Fix incorrect filter data after filter delete (#1490356)
40
41 * version 8.3 [2015-03-12]
42 -----------------------------------------------------------
43 - Fix PHP fatal error when visiting Vacation interface and there's no sieve script yet
44 - Fix handling of header test with one-element array as header name
45 - Fix missing host:port in connection error message
46
47 * version 8.2 [2015-01-14]
48 -----------------------------------------------------------
49 - Fix bug where actions without if/elseif/else in sieve scripts were skipped
50 - Support "not allof" test as a negation of all sub-tests
51 - Fix bug where vacation rule was saved to wrong script if managesieve_kolab_master=true
52 - Improve procedure of script selection to write a vacation rule
53
54 * version 8.1 [2014-12-09]
55 -----------------------------------------------------------
56 - Added simple API to manage vacation rule
57 - Fix missing css/js scripts in filter form in mail task
58 - Fix default vacation status (#1490019)
59 - Make possible to set vacation start/end date and time
60 - Fix compatibility with contextmenu plugin
61
62 * version 8.0 [2014-07-16]
63 -----------------------------------------------------------
64 - Fix bug where non-existing (or unsubscribed) folder wasn't listed in folder selector (#1489956)
65 - Added optional separate interface for out-of-office management (#1488266)
66 - Fix disabled "create filter" action
67 - Fix enotify/notify extension handling
68 - Improved UI accessibility
69 - Added option to specify connection socket parameters - managesieve_conn_options
70 - Support vacation date rules without date extension (#1489978)
71
72 * version 7.2 [2014-02-14]
73 -----------------------------------------------------------
74 - Nicely handle server-side modification of script names (#1489412)
75 - Add Filters tab/section using plugin API hook
76 - Fix issue where folder selector wasn't visible on new filter form
77 - Fix issue where multi-select fields were not visible in new filter action rows (#1489600)
78 - Fix issue in displaying filter form when managesieve_kolab_master=true
79 and sieve variables extension is supported by the server (#1489599)
80 - Fix wrong action folder selection if managesieve_domains is not empty (#1489617)
81 - Fix filter creation from an email when preview frame is disabled (#1489647)
82
83 * version 7.1 [2013-11-22]
84 -----------------------------------------------------------
85 - lib/Net_Sieve.php moved to Roundcube /lib directory
86 - Added managesieve_domains option to limit redirect destinations
87 - Fix bug where at least one additional address of vacation message was required (#1489345)
88 - Fix so i;ascii-numeric comparator is not forced as default for :count and :value operators
89 - Fix date/currentdate related form issues and comparators handling (#1489346)
90 - Fix a bug where deleted filter was not removed from the list
91
92 * version 7.0 [2013-09-09]
93 -----------------------------------------------------------
94 - Add vacation-seconds extension support (RFC 6131)
95 - Several script parser code improvements
96 - Support string list arguments in filter form (#1489018)
97 - Support date, currendate and index tests - RFC5260 (#1488120)
98 - Split plugin file into two files
99 - Fix handling of &, <, > characters in scripts/filter names (#1489208)
100 - Support 'keep' action (#1489226)
101 - Add common headers to header selector (#1489271)
102
103 * version 6.2 [2013-02-17]
104 -----------------------------------------------------------
105 - Support tls:// prefix in managesieve_host option
106 - Removed depracated functions usage
107 - Don't trim whitespace in folder names (#1488955)
108
109 * version 6.1 [2012-12-21]
110 -----------------------------------------------------------
111 - Fixed filter activation/deactivation confirmation message (#1488765)
112 - Moved rcube_* classes to <plugin>/lib/Roundcube for compat. with Roundcube Framework autoloader
113 - Fixed filter selection after filter deletion (#1488832)
114 - Fixed compatibility with jQueryUI-1.9
115 - Don't force 'stop' action on last rule in a script
116
117 * version 6.0 [2012-10-03]
118 -----------------------------------------------------------
119 - Fixed issue with DBMail bug [http://pear.php.net/bugs/bug.php?id=19077] (#1488594)
120 - Added support for enotify/notify (RFC5435, RFC5436, draft-ietf-sieve-notify-00)
121 - Change default port to 4190 (IANA-allocated), add port auto-detection (#1488713)
122 - Added request size limits detection and script corruption prevention (#1488648)
123 - Fix so scripts listed in managesieve_filename_exceptions aren't displayed on the list (#1488724)
124
125 * version 5.2 [2012-07-24]
126 -----------------------------------------------------------
127 - Added GUI for variables setting - RFC5229 (patch from Paweł Słowik)
128 - Fixed scrollbars in Larry's iframes
129 - Fix performance issue in message_headers_output hook handling
130
131 * version 5.1 [2012-06-21]
132 -----------------------------------------------------------
133 - Fixed filter popup width (for non-english localizations)
134 - Fixed tokenizer infinite loop on invalid script content
135 - Larry skin support
136 - Fixed custom header name validity check, made RFC2822-compliant
137
138 * version 5.0 [2012-01-05]
139 -----------------------------------------------------------
140 - Fixed setting test type to :is when none is specified
141 - Fixed javascript error in IE8
142 - Fixed possible ID duplication when adding filter rules very fast (#1488288)
143 - Fixed bug where drag layer wasn't removed when dragging was ended over sets list
144
145 * version 5.0-rc1 [2011-11-17]
146 -----------------------------------------------------------
147 - Fixed sorting of scripts, scripts including aware of the sort order
148 - Fixed import of rules with unsupported tests
149 - Added 'address' and 'envelope' tests support
150 - Added 'body' extension support (RFC5173)
151 - Added 'subaddress' extension support (RFC5233)
152 - Added comparators support
153 - Changed Sender/Recipient labels to From/To
154 - Fixed importing rule names from Ingo
155 - Fixed handling of extensions disabled in config
156
157 * version 5.0-beta [2011-10-17]
158 -----------------------------------------------------------
159 - Added possibility to create a filter based on selected message "in-place"
160 - Fixed import from Horde-INGO (#1488064)
161 - Add managesieve_script_name option for default name of the script (#1487956)
162 - Fixed handling of enabled magic_quotes_gpc setting
163 - Fixed PHP warning on connection error when submitting filter form
164 - Fixed bug where new action row with flags wasn't handled properly
165 - Added managesieve_connect hook for plugins
166 - Fixed doubled Filter tab on page refresh
167 - Added filters set selector in filter form when invoked in mail task
168 - Improved script parser, added support for include and variables extensions
169 - Added Kolab's KEP:14 support (http://wiki.kolab.org/User:Greve/Drafts/KEP:14)
170 - Use smaller action/rule buttons
171 - UI redesign: added possibility to move filter to any place using drag&drop
172 (instead of up/down buttons), added filter sets list object, added more
173 'loading' messages
174 - Added option to hide some scripts (managesieve_filename_exceptions)
175
176 * version 4.3 [2011-07-28]
177 -----------------------------------------------------------
178 - Fixed handling of error in Net_Sieve::listScripts()
179 - Fixed handling of REFERRAL responses (http://pear.php.net/bugs/bug.php?id=17107)
180 - Fixed bug where wrong folders hierarchy was displayed on folders listing
181
182 * version 4.2 [2011-05-24]
183 -----------------------------------------------------------
184 - Moved elsif replacement code to handle only imports from other formats
185 - Fixed mod_mailbox() usage for newer Roundcube versions
186 - Fixed regex extension (error: regex require missing)
187
188 * version 4.1 [2011-03-07]
189 -----------------------------------------------------------
190 - Fix fileinto target is always INBOX (#1487776)
191 - Fix escaping of backslash character in quoted strings (#1487780)
192 - Fix handling of non-safe characters (double-quote, backslash)
193 or UTF-8 characters (dovecot's implementation bug workaround)
194 in script names
195 - Fix saving of a script using flags extension on servers with imap4flags support (#1487825)
196
197 * version 4.0 [2011-02-10]
198 -----------------------------------------------------------
199 - Fix STARTTLS for timsieved < 2.3.10
200 - Added :regex and :matches support (#1487746)
201 - Added setflag/addflag/removeflag support (#1487449)
202 - Added support for vacation :subject field (#1487120)
203 - rcube_sieve_script class moved to separate file
204 - Moved javascript code from skin templates into managesieve.js file
205
206 * version 3.0 [2011-02-01]
207 -----------------------------------------------------------
208 - Added support for SASL proxy authentication (#1486691)
209 - Fixed parsing of scripts with \r\n line separator
210 - Apply forgotten changes for form errors handling
211 - Fix multi-line strings parsing (#1487685)
212 - Added tests for script parser
213 - Rewritten script parser
214 - Fix double request when clicking on Filters tab using Firefox
215
216 * version 2.10 [2010-10-10]
217 -----------------------------------------------------------
218 - Fixed import from Avelsieve
219 - Use localized size units (#1486976)
220 - Added support for relational operators and i;ascii-numeric comparator
221 - Added popups with form errors
222
223 * version 2.9 [2010-08-02]
224 -----------------------------------------------------------
225 - Fixed vacation parameters parsing (#1486883)
226
227 * version 2.8 [2010-07-08]
228 -----------------------------------------------------------
229 - Added managesieve_auth_type option (#1486731)
230
231 * version 2.7 [2010-07-06]
232 -----------------------------------------------------------
233 - Update Net_Sieve to version 1.3.0 (fixes LOGIN athentication)
234 - Added support for copying and copy sending of messages (COPY extension)
235
236 * version 2.6 [2010-06-03]
237 -----------------------------------------------------------
238 - Support %n and %d variables in managesieve_host option
239
240 * version 2.5 [2010-05-04]
241 -----------------------------------------------------------
242 - Fix filters set label after activation
243 - Fix filters set activation, add possibility to deactivate sets (#1486699)
244 - Fix download button state when sets list is empty
245 - Fix errors when sets list is empty
246
247 * version 2.4 [2010-04-01]
248 -----------------------------------------------------------
249 - Fixed bug in DIGEST-MD5 authentication (http://pear.php.net/bugs/bug.php?id=17285)
250 - Fixed disabling rules with many tests
251 - Small css unification with core
252 - Scripts import/export
253
254 * version 2.3 [2010-03-18]
255 -----------------------------------------------------------
256 - Added import from Horde-INGO
257 - Support for more than one match using if+stop instead of if+elsif structures (#1486078)
258 - Support for selectively disabling rules within a single sieve script (#1485882)
259 - Added vertical splitter
260
261 * version 2.2 [2010-02-06]
262 -----------------------------------------------------------
263 - Fix handling of "<>" characters in filter names (#1486477)
264
265 * version 2.1 [2010-01-12]
266 -----------------------------------------------------------
267 - Fix "require" structure generation when many modules are used
268 - Fix problem with '<' and '>' characters in header tests
269
270 * version 2.0 [2009-11-02]
271 -----------------------------------------------------------
272 - Added 'managesieve_debug' option
273 - Added multi-script support
274 - Small css improvements + sprite image buttons
275 - PEAR::NetSieve 1.2.0b1
276
277 * version 1.7 [2009-09-20]
278 -----------------------------------------------------------
279 - Support multiple managesieve hosts using %h variable
280 in managesieve_host option
281 - Fix first rule deleting (#1486140)
282
283 * version 1.6 [2009-09-08]
284 -----------------------------------------------------------
285 - Fix warning when importing squirrelmail rules
286 - Fix handling of "true" as "anyof (true)" test
287
288 * version 1.5 [2009-09-04]
289 -----------------------------------------------------------
290 - Added es_ES, ua_UA localizations
291 - Added 'managesieve_mbox_encoding' option
292
293 * version 1.4 [2009-07-29]
294 -----------------------------------------------------------
295 - Updated PEAR::Net_Sieve to 1.1.7
296
297 * version 1.3 [2009-07-24]
298 -----------------------------------------------------------
299 - support more languages
300 - support config.inc.php file
301
302 * version 1.2 [2009-06-28]
303 -----------------------------------------------------------
304 - Support IMAP namespaces in fileinto (#1485943)
305 - Added it_IT localization
306
307 * version 1.1 [2009-05-27]
308 -----------------------------------------------------------
309 - Added new icons
310 - Added support for headers lists (coma-separated) in rules
311 - Added de_CH localization
312
313 * version 1.0 [2009-05-21]
314 -----------------------------------------------------------
315 - Rewritten using plugin API
316 - Added hu_HU localization (Tamas Tevesz)
317
318 * version beta7 (svn-r2300) [2009-03-01]
319 -----------------------------------------------------------
320 - Added SquirrelMail script auto-import (Jonathan Ernst)
321 - Added 'vacation' support (Jonathan Ernst & alec)
322 - Added 'stop' support (Jonathan Ernst)
323 - Added option for extensions disabling (Jonathan Ernst & alec)
324 - Added fi_FI, nl_NL, bg_BG localization
325 - Small style fixes
326
327 * version 0.2-stable1 (svn-r2205) [2009-01-03]
328 -----------------------------------------------------------
329 - Fix moving down filter row
330 - Fixes for compressed js files in stable release package
331 - Created patch for svn version r2205
332
333 * version 0.2-stable [2008-12-31]
334 -----------------------------------------------------------
335 - Added ru_RU, fr_FR, zh_CN translation
336 - Fixes for Roundcube 0.2-stable
337
338 * version 0.2-beta [2008-09-21]
339 -----------------------------------------------------------
340 - Small css fixes for IE
341 - Fixes for Roundcube 0.2-beta
342
343 * version beta6 [2008-08-08]
344 -----------------------------------------------------------
345 - Added de_DE translation
346 - Fix for Roundcube r1634
347
348 * version beta5 [2008-06-10]
349 -----------------------------------------------------------
350 - Fixed 'exists' operators
351 - Fixed 'not*' operators for custom headers
352 - Fixed filters deleting
353
354 * version beta4 [2008-06-09]
355 -----------------------------------------------------------
356 - Fix for Roundcube r1490
357
358 * version beta3 [2008-05-22]
359 -----------------------------------------------------------
360 - Fixed textarea error class setting
361 - Added pagetitle setting
362 - Added option 'managesieve_replace_delimiter'
363 - Fixed errors on IE (still need some css fixes)
364
365 * version beta2 [2008-05-20]
366 -----------------------------------------------------------
367 - Use 'if' only for first filter and 'elsif' for the rest
368
369 * version beta1 [2008-05-15]
370 -----------------------------------------------------------
371 - Initial version for Roundcube r1388.