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