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