alecpl
2009-10-06 ffeab7fe7e0ccf1d458d6a863600359c38769950
commit | author | age
fcc34c 1 * version 1.7 [2009-09-20]
A 2 -----------------------------------------------------------
1029fc 3 - Support multiple managesieve hosts using %h variable
fcc34c 4   in managesieve_host option
A 5 - Fix first rule deleting (#1486140) 
1029fc 6
d168b9 7 * version 1.6 [2009-09-08]
A 8 -----------------------------------------------------------
9 - Fix warning when importing squirrelmail rules
10 - Fix handling of "true" as "anyof (true)" test
11
36969e 12 * version 1.5 [2009-09-04]
A 13 -----------------------------------------------------------
14 - Added es_ES, ua_UA localizations
15 - Added 'managesieve_mbox_encoding' option
16
14a62c 17 * version 1.4 [2009-07-29]
A 18 -----------------------------------------------------------
19 - Updated PEAR::Net_Sieve to 1.1.7
20
9240c6 21 * version 1.3 [2009-07-24]
A 22 -----------------------------------------------------------
23 - support more languages
24 - support config.inc.php file
25
8eb424 26 * version 1.2 [2009-06-28]
A 27 -----------------------------------------------------------
28 - Support IMAP namespaces in fileinto (#1485943)
29 - Added it_IT localization
30
732846 31 * version 1.1 [2009-05-27]
a393c3 32 -----------------------------------------------------------    
732846 33 - Added new icons
A 34 - Added support for headers lists (coma-separated) in rules
35 - Added de_CH localization
a393c3 36
732846 37 * version 1.0 [2009-05-21]
a393c3 38 -----------------------------------------------------------    
732846 39 - Rewritten using plugin API
A 40 - Added hu_HU localization (Tamas Tevesz)
41
42 * version beta7 (svn-r2300) [2009-03-01]
43 -----------------------------------------------------------    
44 - Added SquirrelMail script auto-import (Jonathan Ernst)
45 - Added 'vacation' support (Jonathan Ernst & alec)
46 - Added 'stop' support (Jonathan Ernst)
47 - Added option for extensions disabling (Jonathan Ernst & alec)
48 - Added fi_FI, nl_NL, bg_BG localization
49 - Small style fixes
a393c3 50
A 51 * version 0.2-stable1 (svn-r2205) [2009-01-03]
52 -----------------------------------------------------------    
732846 53 - Fix moving down filter row
A 54 - Fixes for compressed js files in stable release package
55 - Created patch for svn version r2205
a393c3 56
A 57 * version 0.2-stable [2008-12-31]
58 -----------------------------------------------------------    
732846 59 - Added ru_RU, fr_FR, zh_CN translation
A 60 - Fixes for Roundcube 0.2-stable
a393c3 61
A 62 * version rc0.2beta [2008-09-21]
63 -----------------------------------------------------------    
732846 64 - Small css fixes for IE
A 65 - Fixes for Roundcube 0.2-beta
a393c3 66
A 67 * version beta6 [2008-08-08]
68 -----------------------------------------------------------    
732846 69 - Added de_DE translation
A 70 - Fix for Roundcube r1634
a393c3 71
A 72 * version beta5 [2008-06-10]
73 -----------------------------------------------------------    
732846 74 - Fixed 'exists' operators
A 75 - Fixed 'not*' operators for custom headers
76 - Fixed filters deleting
a393c3 77
A 78 * version beta4 [2008-06-09]
79 -----------------------------------------------------------    
732846 80 - Fix for Roundcube r1490
a393c3 81
A 82 * version beta3 [2008-05-22]
83 -----------------------------------------------------------    
732846 84 - Fixed textarea error class setting
A 85 - Added pagetitle setting
86 - Added option 'managesieve_replace_delimiter'
87 - Fixed errors on IE (still need some css fixes)
a393c3 88     
A 89 * version beta2 [2008-05-20]
90 -----------------------------------------------------------    
732846 91 - Use 'if' only for first filter and 'elsif' for the rest
a393c3 92
A 93 * version beta1 [2008-05-15]
94 -----------------------------------------------------------    
732846 95 - Initial version for Roundcube r1388.