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