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