Aleksander Machniak
2012-09-20 cd97f0ad1190f4fe1f65542389b517936bf32b5d
commit | author | age
c1037e 1 - Fixed issue with DBMail bug [http://pear.php.net/bugs/bug.php?id=19077] (#1488594)
cd97f0 2 - Added support for enotify/notify (RFC5435, RFC5436, draft-ietf-sieve-notify-00)
c1037e 3
23856c 4 * version 5.2 [2012-07-24]
a49e00 5 -----------------------------------------------------------
ebb204 6 - Added GUI for variables setting - RFC5229 (patch from Paweł Słowik)
40b6df 7 - Fixed scrollbars in Larry's iframes
23856c 8 - Fix performance issue in message_headers_output hook handling
ebb204 9
7dc7eb 10 * version 5.1 [2012-06-21]
AM 11 -----------------------------------------------------------
48e9c1 12 - Fixed filter popup width (for non-english localizations)
T 13 - Fixed tokenizer infinite loop on invalid script content
8d8f7a 14 - Larry skin support
7dc7eb 15 - Fixed custom header name validity check, made RFC2822-compliant
48e9c1 16
T 17 * version 5.0 [2012-01-05]
18 -----------------------------------------------------------
19 - Fixed setting test type to :is when none is specified
20 - Fixed javascript error in IE8
21 - Fixed possible ID duplication when adding filter rules very fast (#1488288)
22 - Fixed bug where drag layer wasn't removed when dragging was ended over sets list
23
24 * version 5.0-rc1 [2011-11-17]
25 -----------------------------------------------------------
26 - Fixed sorting of scripts, scripts including aware of the sort order
27 - Fixed import of rules with unsupported tests
28 - Added 'address' and 'envelope' tests support
29 - Added 'body' extension support (RFC5173)
30 - Added 'subaddress' extension support (RFC5233)
31 - Added comparators support
32 - Changed Sender/Recipient labels to From/To
33 - Fixed importing rule names from Ingo
34 - Fixed handling of extensions disabled in config
35
36 * version 5.0-beta [2011-10-17]
37 -----------------------------------------------------------
38 - Added possibility to create a filter based on selected message "in-place"
39 - Fixed import from Horde-INGO (#1488064)
40 - Add managesieve_script_name option for default name of the script (#1487956)
41 - Fixed handling of enabled magic_quotes_gpc setting
42 - Fixed PHP warning on connection error when submitting filter form
43 - Fixed bug where new action row with flags wasn't handled properly
44 - Added managesieve_connect hook for plugins
45 - Fixed doubled Filter tab on page refresh
46 - Added filters set selector in filter form when invoked in mail task
47 - Improved script parser, added support for include and variables extensions
48 - Added Kolab's KEP:14 support (http://wiki.kolab.org/User:Greve/Drafts/KEP:14)
49 - Use smaller action/rule buttons
50 - UI redesign: added possibility to move filter to any place using drag&drop
51   (instead of up/down buttons), added filter sets list object, added more
52   'loading' messages
53 - Added option to hide some scripts (managesieve_filename_exceptions)
54
55 * version 4.3 [2011-07-28]
56 -----------------------------------------------------------
57 - Fixed handling of error in Net_Sieve::listScripts()
58 - Fixed handling of REFERRAL responses (http://pear.php.net/bugs/bug.php?id=17107)
59 - Fixed bug where wrong folders hierarchy was displayed on folders listing
60
61 * version 4.2 [2011-05-24]
62 -----------------------------------------------------------
63 - Moved elsif replacement code to handle only imports from other formats
64 - Fixed mod_mailbox() usage for newer Roundcube versions
65 - Fixed regex extension (error: regex require missing)
66
67 * version 4.1 [2011-03-07]
68 -----------------------------------------------------------
69 - Fix fileinto target is always INBOX (#1487776)
70 - Fix escaping of backslash character in quoted strings (#1487780)
71 - Fix handling of non-safe characters (double-quote, backslash)
72   or UTF-8 characters (dovecot's implementation bug workaround)
73   in script names
74 - Fix saving of a script using flags extension on servers with imap4flags support (#1487825)
75
76 * version 4.0 [2011-02-10]
77 -----------------------------------------------------------
78 - Fix STARTTLS for timsieved < 2.3.10
79 - Added :regex and :matches support (#1487746)
80 - Added setflag/addflag/removeflag support (#1487449)
81 - Added support for vacation :subject field (#1487120)
82 - rcube_sieve_script class moved to separate file
83 - Moved javascript code from skin templates into managesieve.js file
84
85 * version 3.0 [2011-02-01]
86 -----------------------------------------------------------
87 - Added support for SASL proxy authentication (#1486691)
88 - Fixed parsing of scripts with \r\n line separator
89 - Apply forgotten changes for form errors handling
90 - Fix multi-line strings parsing (#1487685)
91 - Added tests for script parser
92 - Rewritten script parser
93 - Fix double request when clicking on Filters tab using Firefox
94
95 * version 2.10 [2010-10-10]
96 -----------------------------------------------------------
97 - Fixed import from Avelsieve
98 - Use localized size units (#1486976)
99 - Added support for relational operators and i;ascii-numeric comparator
100 - Added popups with form errors
101
102 * version 2.9 [2010-08-02]
103 -----------------------------------------------------------
104 - Fixed vacation parameters parsing (#1486883)
105
106 * version 2.8 [2010-07-08]
107 -----------------------------------------------------------
108 - Added managesieve_auth_type option (#1486731)
109
110 * version 2.7 [2010-07-06]
111 -----------------------------------------------------------
112 - Update Net_Sieve to version 1.3.0 (fixes LOGIN athentication)
113 - Added support for copying and copy sending of messages (COPY extension)
114
115 * version 2.6 [2010-06-03]
116 -----------------------------------------------------------
117 - Support %n and %d variables in managesieve_host option
118
119 * version 2.5 [2010-05-04]
120 -----------------------------------------------------------
121 - Fix filters set label after activation
122 - Fix filters set activation, add possibility to deactivate sets (#1486699)
123 - Fix download button state when sets list is empty
124 - Fix errors when sets list is empty
125
126 * version 2.4 [2010-04-01]
127 -----------------------------------------------------------
128 - Fixed bug in DIGEST-MD5 authentication (http://pear.php.net/bugs/bug.php?id=17285)
129 - Fixed disabling rules with many tests
130 - Small css unification with core
131 - Scripts import/export
132
133 * version 2.3 [2010-03-18]
134 -----------------------------------------------------------
135 - Added import from Horde-INGO
136 - Support for more than one match using if+stop instead of if+elsif structures (#1486078)
137 - Support for selectively disabling rules within a single sieve script (#1485882)
138 - Added vertical splitter
139
140 * version 2.2 [2010-02-06]
141 -----------------------------------------------------------
142 - Fix handling of "<>" characters in filter names (#1486477)
143
144 * version 2.1 [2010-01-12]
145 -----------------------------------------------------------
146 - Fix "require" structure generation when many modules are used
147 - Fix problem with '<' and '>' characters in header tests
148
149 * version 2.0 [2009-11-02]
150 -----------------------------------------------------------
151 - Added 'managesieve_debug' option
152 - Added multi-script support
153 - Small css improvements + sprite image buttons
154 - PEAR::NetSieve 1.2.0b1
155
156 * version 1.7 [2009-09-20]
157 -----------------------------------------------------------
158 - Support multiple managesieve hosts using %h variable
159   in managesieve_host option
160 - Fix first rule deleting (#1486140) 
161
162 * version 1.6 [2009-09-08]
163 -----------------------------------------------------------
164 - Fix warning when importing squirrelmail rules
165 - Fix handling of "true" as "anyof (true)" test
166
167 * version 1.5 [2009-09-04]
168 -----------------------------------------------------------
169 - Added es_ES, ua_UA localizations
170 - Added 'managesieve_mbox_encoding' option
171
172 * version 1.4 [2009-07-29]
173 -----------------------------------------------------------
174 - Updated PEAR::Net_Sieve to 1.1.7
175
176 * version 1.3 [2009-07-24]
177 -----------------------------------------------------------
178 - support more languages
179 - support config.inc.php file
180
181 * version 1.2 [2009-06-28]
182 -----------------------------------------------------------
183 - Support IMAP namespaces in fileinto (#1485943)
184 - Added it_IT localization
185
186 * version 1.1 [2009-05-27]
187 -----------------------------------------------------------    
188 - Added new icons
189 - Added support for headers lists (coma-separated) in rules
190 - Added de_CH localization
191
192 * version 1.0 [2009-05-21]
193 -----------------------------------------------------------    
194 - Rewritten using plugin API
195 - Added hu_HU localization (Tamas Tevesz)
196
197 * version beta7 (svn-r2300) [2009-03-01]
198 -----------------------------------------------------------    
199 - Added SquirrelMail script auto-import (Jonathan Ernst)
200 - Added 'vacation' support (Jonathan Ernst & alec)
201 - Added 'stop' support (Jonathan Ernst)
202 - Added option for extensions disabling (Jonathan Ernst & alec)
203 - Added fi_FI, nl_NL, bg_BG localization
204 - Small style fixes
205
206 * version 0.2-stable1 (svn-r2205) [2009-01-03]
207 -----------------------------------------------------------    
208 - Fix moving down filter row
209 - Fixes for compressed js files in stable release package
210 - Created patch for svn version r2205
211
212 * version 0.2-stable [2008-12-31]
213 -----------------------------------------------------------    
214 - Added ru_RU, fr_FR, zh_CN translation
215 - Fixes for Roundcube 0.2-stable
216
217 * version rc0.2beta [2008-09-21]
218 -----------------------------------------------------------    
219 - Small css fixes for IE
220 - Fixes for Roundcube 0.2-beta
221
222 * version beta6 [2008-08-08]
223 -----------------------------------------------------------    
224 - Added de_DE translation
225 - Fix for Roundcube r1634
226
227 * version beta5 [2008-06-10]
228 -----------------------------------------------------------    
229 - Fixed 'exists' operators
230 - Fixed 'not*' operators for custom headers
231 - Fixed filters deleting
232
233 * version beta4 [2008-06-09]
234 -----------------------------------------------------------    
235 - Fix for Roundcube r1490
236
237 * version beta3 [2008-05-22]
238 -----------------------------------------------------------    
239 - Fixed textarea error class setting
240 - Added pagetitle setting
241 - Added option 'managesieve_replace_delimiter'
242 - Fixed errors on IE (still need some css fixes)
243     
244 * version beta2 [2008-05-20]
245 -----------------------------------------------------------    
246 - Use 'if' only for first filter and 'elsif' for the rest
247
248 * version beta1 [2008-05-15]
249 -----------------------------------------------------------    
250 - Initial version for Roundcube r1388.