source: subversion/trunk/plugins/managesieve/Changelog @ 5187

Last change on this file since 5187 was 5187, checked in by alec, 21 months ago
  • Add managesieve_script_name option for default name of the script (#1487956)
File size: 7.5 KB
Line 
1- Added possibility to create a filter based on selected message "in-place"
2- Fixed import from Horde-INGO (#1488064)
3- Add managesieve_script_name option for default name of the script (#1487956)
4
5* version 4.3 [2011-07-28]
6-----------------------------------------------------------
7- Fixed handling of error in Net_Sieve::listScripts()
8- Fixed handling of REFERRAL responses (http://pear.php.net/bugs/bug.php?id=17107)
9- Fixed bug where wrong folders hierarchy was displayed on folders listing
10
11* version 4.2 [2011-05-24]
12-----------------------------------------------------------
13- Moved elsif replacement code to handle only imports from other formats
14- Fixed mod_mailbox() usage for newer Roundcube versions
15- Fixed regex extension (error: regex require missing)
16
17* version 4.1 [2011-03-07]
18-----------------------------------------------------------
19- Fix fileinto target is always INBOX (#1487776)
20- Fix escaping of backslash character in quoted strings (#1487780)
21- Fix handling of non-safe characters (double-quote, backslash)
22  or UTF-8 characters (dovecot's implementation bug workaround)
23  in script names
24- Fix saving of a script using flags extension on servers with imap4flags support (#1487825)
25
26* version 4.0 [2011-02-10]
27-----------------------------------------------------------
28- Fix STARTTLS for timsieved < 2.3.10
29- Added :regex and :matches support (#1487746)
30- Added setflag/addflag/removeflag support (#1487449)
31- Added support for vacation :subject field (#1487120)
32- rcube_sieve_script class moved to separate file
33- Moved javascript code from skin templates into managesieve.js file
34
35* version 3.0 [2011-02-01]
36-----------------------------------------------------------
37- Added support for SASL proxy authentication (#1486691)
38- Fixed parsing of scripts with \r\n line separator
39- Apply forgotten changes for form errors handling
40- Fix multi-line strings parsing (#1487685)
41- Added tests for script parser
42- Rewritten script parser
43- Fix double request when clicking on Filters tab using Firefox
44
45* version 2.10 [2010-10-10]
46-----------------------------------------------------------
47- Fixed import from Avelsieve
48- Use localized size units (#1486976)
49- Added support for relational operators and i;ascii-numeric comparator
50- Added popups with form errors
51
52* version 2.9 [2010-08-02]
53-----------------------------------------------------------
54- Fixed vacation parameters parsing (#1486883)
55
56* version 2.8 [2010-07-08]
57-----------------------------------------------------------
58- Added managesieve_auth_type option (#1486731)
59
60* version 2.7 [2010-07-06]
61-----------------------------------------------------------
62- Update Net_Sieve to version 1.3.0 (fixes LOGIN athentication)
63- Added support for copying and copy sending of messages (COPY extension)
64
65* version 2.6 [2010-06-03]
66-----------------------------------------------------------
67- Support %n and %d variables in managesieve_host option
68
69* version 2.5 [2010-05-04]
70-----------------------------------------------------------
71- Fix filters set label after activation
72- Fix filters set activation, add possibility to deactivate sets (#1486699)
73- Fix download button state when sets list is empty
74- Fix errors when sets list is empty
75
76* version 2.4 [2010-04-01]
77-----------------------------------------------------------
78- Fixed bug in DIGEST-MD5 authentication (http://pear.php.net/bugs/bug.php?id=17285)
79- Fixed disabling rules with many tests
80- Small css unification with core
81- Scripts import/export
82
83* version 2.3 [2010-03-18]
84-----------------------------------------------------------
85- Added import from Horde-INGO
86- Support for more than one match using if+stop instead of if+elsif structures (#1486078)
87- Support for selectively disabling rules within a single sieve script (#1485882)
88- Added vertical splitter
89
90* version 2.2 [2010-02-06]
91-----------------------------------------------------------
92- Fix handling of "<>" characters in filter names (#1486477)
93
94* version 2.1 [2010-01-12]
95-----------------------------------------------------------
96- Fix "require" structure generation when many modules are used
97- Fix problem with '<' and '>' characters in header tests
98
99* version 2.0 [2009-11-02]
100-----------------------------------------------------------
101- Added 'managesieve_debug' option
102- Added multi-script support
103- Small css improvements + sprite image buttons
104- PEAR::NetSieve 1.2.0b1
105
106* version 1.7 [2009-09-20]
107-----------------------------------------------------------
108- Support multiple managesieve hosts using %h variable
109  in managesieve_host option
110- Fix first rule deleting (#1486140)
111
112* version 1.6 [2009-09-08]
113-----------------------------------------------------------
114- Fix warning when importing squirrelmail rules
115- Fix handling of "true" as "anyof (true)" test
116
117* version 1.5 [2009-09-04]
118-----------------------------------------------------------
119- Added es_ES, ua_UA localizations
120- Added 'managesieve_mbox_encoding' option
121
122* version 1.4 [2009-07-29]
123-----------------------------------------------------------
124- Updated PEAR::Net_Sieve to 1.1.7
125
126* version 1.3 [2009-07-24]
127-----------------------------------------------------------
128- support more languages
129- support config.inc.php file
130
131* version 1.2 [2009-06-28]
132-----------------------------------------------------------
133- Support IMAP namespaces in fileinto (#1485943)
134- Added it_IT localization
135
136* version 1.1 [2009-05-27]
137-----------------------------------------------------------   
138- Added new icons
139- Added support for headers lists (coma-separated) in rules
140- Added de_CH localization
141
142* version 1.0 [2009-05-21]
143-----------------------------------------------------------   
144- Rewritten using plugin API
145- Added hu_HU localization (Tamas Tevesz)
146
147* version beta7 (svn-r2300) [2009-03-01]
148-----------------------------------------------------------   
149- Added SquirrelMail script auto-import (Jonathan Ernst)
150- Added 'vacation' support (Jonathan Ernst & alec)
151- Added 'stop' support (Jonathan Ernst)
152- Added option for extensions disabling (Jonathan Ernst & alec)
153- Added fi_FI, nl_NL, bg_BG localization
154- Small style fixes
155
156* version 0.2-stable1 (svn-r2205) [2009-01-03]
157-----------------------------------------------------------   
158- Fix moving down filter row
159- Fixes for compressed js files in stable release package
160- Created patch for svn version r2205
161
162* version 0.2-stable [2008-12-31]
163-----------------------------------------------------------   
164- Added ru_RU, fr_FR, zh_CN translation
165- Fixes for Roundcube 0.2-stable
166
167* version rc0.2beta [2008-09-21]
168-----------------------------------------------------------   
169- Small css fixes for IE
170- Fixes for Roundcube 0.2-beta
171
172* version beta6 [2008-08-08]
173-----------------------------------------------------------   
174- Added de_DE translation
175- Fix for Roundcube r1634
176
177* version beta5 [2008-06-10]
178-----------------------------------------------------------   
179- Fixed 'exists' operators
180- Fixed 'not*' operators for custom headers
181- Fixed filters deleting
182
183* version beta4 [2008-06-09]
184-----------------------------------------------------------   
185- Fix for Roundcube r1490
186
187* version beta3 [2008-05-22]
188-----------------------------------------------------------   
189- Fixed textarea error class setting
190- Added pagetitle setting
191- Added option 'managesieve_replace_delimiter'
192- Fixed errors on IE (still need some css fixes)
193   
194* version beta2 [2008-05-20]
195-----------------------------------------------------------   
196- Use 'if' only for first filter and 'elsif' for the rest
197
198* version beta1 [2008-05-15]
199-----------------------------------------------------------   
200- Initial version for Roundcube r1388.
Note: See TracBrowser for help on using the repository browser.