alecpl
2008-06-07 5f95315182874d0de2b9d3a1cbda5d0a3ea57213
commit | author | age
4e17e6 1 CHANGELOG RoundCube Webmail
T 2 ---------------------------
3
c3ab75 4 2008/06/07 (thomasb)
T 5 ----------
6 - Cleaned up localization names. Now named with lang_COUNTRY according to ISO 639-1/3166-1
7 - Updated Catala localization
8
5e0045 9 2008/06/06 (robin)
S 10 ----------
11 - Add option to log successful logins
12
cd6749 13 2008/06/06 (alec)
A 14 ----------
15 - TLS support in LDAP connections: 'use_tls' property (#1485104)
16
077070 17 2008/06/05 (alec)
A 18 ----------
19 - Fix removing messages from search set after deleting them (#1485106)
20
02548b 21 2008/06/03 (alec)
A 22 ----------
23 - imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of iil_ReadLine()
24 - imap.inc: Fixed iil_C_FetchStructureString() to handle many 
25   literal strings in response (#1484969)
26 - imap.inc: Removed hardcoded data size in iil_ReadLine()
27
681a59 28 2008/05/30 (alec)
A 29 ----------
30 - Support for subfolders in default/protected folders (#1484665)
6eaac2 31 - Disallowed delimiter in folder name (#1484803)
e16938 32 - Support " and \ in folder names
d1e8e3 33 - Escape \ in login (#1484614)
681a59 34
c5688e 35 2008/05/29 (thomasb)
T 36 ----------
37 - Better HTML sanitization with the DOM-based washtml script (#1484701)
38
681a59 39 2008/05/29 (alec)
A 40 ----------
41 - Polish localization folder renamed to pl_PL
42
53873e 43 2008/05/28 (alec)
A 44 ----------
45 - Fixed sorting of folders with non-ascii characters
46
a55606 47 2008/05/21 (alec)
A 48 ----------
89cf7c 49 - Localized pagetitle in Settings and Address Book
a55606 50
d7f3d7 51 2008/05/19 (alec)
A 52 ----------
53 - Fixed Mysql DDL for default identities creation (#1485070)
54
d9b29a 55 2008/05/16 (alec)
A 56 ----------
57 - In Preferences added possibility to configure 'read_when_deleted',
3044ae 58   'mdn_requests', 'flag_for_deletion' options
d9b29a 59
b026c3 60 2008/05/15 (thomasb)
T 61 ----------
62 - Make IMAP auth type configurable (#1483825)
63 - Fix empty values with FROM_UNIXTIME() in rcube_mdb2 (#1485055)
64
51cca6 65 2008/05/15 (alec)
b026c3 66 ----------
51cca6 67 - Fix attachment list on IE 6/7 (#1484807)
A 68
c17991 69 2008/05/12 (estadtherr)
S 70 ----------
71 - fix JavaScript in compose.html that shows cc/bcc fields if populated
72
e5deaa 73 2008/05/12 (alec)
b026c3 74 ----------
e5deaa 75 - Updated PEAR::DB package to version 1.7.13
A 76
2e90ff 77 2008/05/10 (alec)
b026c3 78 ----------
2e90ff 79 - Make password input fields of type password in installer (#1484886)
A 80
ca4c08 81 2008/05/09 (alec)
b026c3 82 ----------
ad6958 83 - Don't call CAPABILITY if was recieved as server's optional response 
A 84   on connect (RFC3501 [7.1]) 
ca4c08 85
1a659d 86 2008/05/08 (alec)
A 87 ----------
88 - Don't attempt to delete cache entries if enable_caching is FALSE (#1485051)
f1b753 89 - Optimized messages sorting on servers without sort capability (#1485049)
6153e2 90 - Option 'use_SQL_address_book' replaced by 'address_book_type'
583850 91 - Corrected message headers decoding when charset isn't specified and improved
A 92   support for native languages (#1485050, #1485048)
1a659d 93
4f9c83 94 2008/05/07 (davidke/richs)
S 95 ----------
96 - Completed LDAP address book support so it can now write to an LDAP server. 
97 - Expanded LDAP configuration options to support LDAP server writes.
98 - Modified config/main.inc.php.dist:
99   New Option: $rcmail_config['use_SQL_address_book']
100   Changed Option:  $rcmail_config['ldap_public']['Verisign']
101
b61965 102 2008/05/05 (alec)
A 103 ----------
104 - Installer: encode special characters in DB username/password (#1485042)
1088d6 105 - Do charset conversion also for from/to column on messages list
32ac95 106 - Fix management of folders with national characters in names (#1485036, #1485001)
b61965 107
d1403f 108 2008/05/02 (alec)
A 109 ----------
110 - Updated MDB2 package to version 2.5.0b1
111 - Updated MDB2 pgsql, mysql, mysqli, sqlite drivers to version 1.5.0b1
112 - Updated MDB2 mssql driver to version 1.3.0b1
113 - Fixed identities saving when using MDB2 pgsql driver (#1485032)
114
7ec922 115 2008/05/01 (alec)
A 116 ----------
117 - Fix BCC header reset (#1484997)
118
197601 119 2008/04/30 (thomasb)
T 120 ----------
121 - Introduce new application class 'rcmail' and get rid of some global vars
122
257782 123 2008/04/29 (alec)
A 124 ----------
125 - improved messages list performance - patch from Justin Heesemann
126
ae0c82 127 2008/04/23 (alec)
A 128 ----------
129 - Append skin_path to images location only when it starts 
130   with '/' sign (#1484859)
131
653242 132 2008/04/20 (estadtherr)
S 133 ----------
134 - fix parse_attrib_string to handle unquoted values, which fixes
135   display issues with HTML messages that do not quote attributes
136
0a97a0 137 2008/04/17 (alec)
A 138 ----------
139 - Fix IMAP response in message body when message has no body (#1484964)
157881 140 - Updated PEAR::Auth_SASL to 1.0.2
ea090c 141 - Fix non-RFC dates formatting (#1484901)
0a97a0 142
A 143 2008/04/16 (estadtherr)
140d6e 144 ----------
S 145 - Fix mail sending with new TinyMCE
146
f94a80 147 2008/04/16 (alec)
A 148 ----------
149 - Fix typo in set_charset() (#1484991)
e7d37a 150 - Decode entities when inserting HTML signature to plain text message (#1484990)
f94a80 151
d9344f 152 2008/04/15 (estadtherr)
S 153 ----------
154 - HTML editing is now working with PHP5 updates and TinyMCE v3.0.6
dbbd1f 155 - fix signature loading on Windows (#1484545)
8e5def 156 - add language support to HTML editing (#1484862)
d9344f 157
76a89b 158 2008/04/15 (alec)
A 159 ----------
160 - Fix remove signature when replying (#1333167)
161 - Fix problem with line with a space at the end (#1484916)
162 - Don't send set_env() in ajax response when env array is empty
d7a411 163 - Fix <!DOCTYPE> tag filtering (#1484391)
A 164 - Fix <?xml> tag filtering (#1484403)
165  
a901aa 166 2008/04/14 (alec)
A 167 ----------
168 - Added sections (fieldset+label) in Settings interface
169
3d3531 170 2008/04/12 (alec)
A 171 ----------
172 - Fixed and optimized 'read_when_deleted': mark as read on server side
173   in one action when marking as deleted, fixed js bugs when deleting
174   from message preview page 
175
47124c 176 2008/04/12 (thomasb)
T 177 ----------
178 - Changed codebase to PHP5 with autoloader
179 - Added some new classes from devel-vnext branch
deb921 180
47124c 181 2008/04/11 (alec)
T 182 ----------
deb921 183 - Mark as read in one action with message preview (#1484972)
A 184 - Delete redundant quota reads (#1484972)
185 - Add options for empty trash and expunge inbox on logout (#1483863)
186
187 2008/04/10 (alec)
47124c 188 ----------
deb921 189 - Add rows highlighting in onmousemove on ksearch list
A 190 - Remove lines wrapping when displaying message
191 - Fix month localization
192 - Do ob_start/ob_end_clean when reading config files (#1484624)
193 - Fix debug (ajax) console 
194
195 2008/04/02 (alec)
47124c 196 ----------
deb921 197 - Updated timezones list (#1484908)
A 198 - Fix design in Settings (#1484799)
199 - Fix deleting messages after clicking on "All" (#1484838)
200 - Fix sorting o0f message list when default folder is empty (#1484317)
201 - Fix creating a new folder w/a comma in its name (#1484681)
202
203 2008/04/01 (thomasb)
47124c 204 ----------
deb921 205 - Fix Enter problem on login (#1484839)
A 206 - Make the http-received header in outgoing mails configurable
207
208 2008/03/30 (till)
47124c 209 ----------
deb921 210 - Fix Firefox problem with ob_gzhandler (#1484932)
A 211 - Improve message previewpane - less loading (#1484316)
212
213 2008/03/28 (thomasb)
47124c 214 ----------
deb921 215 - Disable installer by default; add config option to enable it again 
A 216
217 2008/03/24 (till)
47124c 218 ----------
deb921 219 - Don't send mark requests for already marked messages (#1484906)
A 220 - Fix "quote inside a quote" (#1484783)
221
222 2008/03/23 (till)
223
224 - Applied patch to strip newlines from headers (#1484811)
225 - Applied patch to trim login (#1484231)
226 - Added robots.txt
227 - Fix attachment problem when restoring saved draft without body (#1484506)
228 - Fix call to undefined function decrypt_passwd()  
229
17b5fb 230 2008/03/21 (thomasb)
T 231 ----------
232 - Add configurable default charset for message decoding
bf1be0 233 - Applied patch to fix mime decoding an folder subscription (#1484191)
T 234 - Applied patch to correctly quote email recipient strings (#1484191)
235 - Fix wrong charset aliases (#1484818 and #1484598)
236 - Remove hard-coded size of logo image (#1484378)
237 - Strip slashes from virtuser email values (#1484700)
238 - Fixed message part window display in IE6 (#1484610)
17b5fb 239
27564f 240 2008/02/28 (thomasb)
T 241 ----------
242 - Fix folder adding/renaming inspired by #1484800
243 - Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets
244 - Fix quirky message selection
245 - Completed installer
246
fed22f 247 2008/02/20 (thomasb)
T 248 ----------
249 - Localize folder name in page title (#1484785)
103d6b 250 - Fix code using wrong variable name (#1484018)
e8f8fe 251 - Allow to send mail with BCC recipients only
103d6b 252 - Remove MDN headers before saving in sent folder
fed22f 253
2f93b0 254 2008/02/12 (estadtherr)
S 255 ----------
66f12a 256 - fix switching between HTML/plain composing (#1484752) 
2f93b0 257 - condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
S 258 - fix image removal in message display when message HTML includes JS event handlers
259
7f9ea1 260 2008/02/11 (thomasb)
T 261 ----------
262 - Add function to mark the selected messages as read/unread (#1457360)
283eca 263 - Also do charset decoding as suggested in RFC 2231 (fix #1484321)
T 264 - Show message count in folder list and hint when creating a subfolder
7f9ea1 265
2062ba 266 2008/02/08 (thomasb)
T 267 ----------
268 - Distinguish ssl and tls for imap connections (#1484667)
269 - Added some charset aliases to fix typical mis-labelling (#1484565)
270
c3f94d 271 2008/02/07 (thomasb)
6726f0 272 ----------
T 273 - Remember decision to display images for a certain message during session (#1484754)
2062ba 274 - Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
c3f94d 275 - Fix size of the attachment preview frame (#1484758)
6726f0 276
cf1f0f 277 2008/02/05 (thomasb)
0ea884 278 ----------
T 279 - Fix regular expression for checking e-mail address (#1484710)
280 - Make sending of read receipts configurable
cf1f0f 281 - Respect config when localize folder names (#1484707)
a02d48 282 - Applied patch for updating page title (#1484727, #1484650)
T 283 - Applied patch to prevent from purging inbox by uberlinuxguy (#1484449)
6726f0 284 - Applied patch to prevent bad header delimiters (#1484751)
b15568 285 - Also send search request when deleting a contact (#1484620)
a02d48 286 - Add CSS hack for Safari
0ea884 287
ff08ee 288 2008/02/02 (thomasb)
T 289 ----------
290 - Always update $CONFIG with user prefs (#1484729)
291 - Don't ask for MDN confirmations on drafted messages (#1484691)
2062ba 292 - Also respect receipt and priority settings when re-opening a draft message
ff08ee 293
1f020b 294 2008/01/31 (robin)
2062ba 295 ----------
1f020b 296 - Remember search results (closes #1483883), patch by the_glu
S 297
371d9d 298 2008/01/08 (tomekp)
S 299 ----------
d4cbfa 300 - add he (Hebrew) localization (#1484713)
S 301
302 2008/01/08 (tomekp)
303 ----------
371d9d 304 - update fr localization
S 305
ff5c99 306 2008/01/04 (tomekp)
S 307 - purge kur_KU because it has no messages translation
5b3c99 308 - bump copyright for all localization files
ff5c99 309
0df5b2 310 2007/12/31 (tomekp)
S 311 ----------
312 - update es localization
313
11751f 314 2007/12/28 (tomekp)
S 315 ----------
316 - update mk localization
317
823012 318 2007/12/27 (tomekp)
S 319 ----------
320 - update se localization
321
28f49e 322 2007/12/13 (robin)
S 323 ----------
324 - Add Received header on outgoing mail
325
deb302 326 2007/12/10 (estadtherr)
S 327 ----------
328 - Upgrade to TinyMCE 2.1.3
338551 329 - Allow inserting image attachments into HTML messages while composing (#1484557)
deb302 330
fba1f5 331 2007/12/10 (thomasb)
T 332 ----------
333 - Delegate user-stuff to new class rcube_user
334 - Implement Message-Disposition-Notification (Receipts)
335
0e6ee2 336 2007/12/05 (tomekp)
S 337 ----------
338 - update bg, uk localization
339
78ab48 340 2007/12/04 (tomekp)
S 341 ----------
342 - update bg localization
343
c57996 344 2007/11/25 (thomasb)
T 345 ----------
346 - Applied UID fetch patch by Glen Ogilvie
347 - Applied patch for correct Postgres instructions from ticket #1484674
348 - Fix overriding of session vars when register_globals is on (#1484670)
349 - Fix wrong Postgres setup instructions in INSTALL (#1484674)
350 - Fix bug with case-sensitive folder names (#1484245)
351 - Don't create default folders by default
352 - Added Georgian localization by Zaza Zviadadze
353 - Updated Russian localization
354 - Fixed some potential security risks (audited by Andris)
110748 355 - Only show new messages if they match the current search (#1484176)
c57996 356
082f00 357 2007/11/20 (tomekp)
S 358 ----------
359 - add Korean (kr) localization
360
96facb 361 2007/11/14 (tomekp)
S 362 ----------
363 - update id_ID localization
364
e4867e 365 2007/11/06 (thomasb)
T 366 ----------
367 - Switch to/from when searcing in Sent folder (#1484555)
368 - Correctly read the References header (#1484646)
369 - Unset old cookie in before sending a new value (#1484639)
a9cc52 370 - Correctly decode attachments when downloading them (#1484645 and #1484642)
e4867e 371
b14f77 372 2007/10/22 (tomekp)
e4867e 373 ----------
b14f77 374 - update ru, eo localizations
S 375
ecd2e7 376 2007/10/17 (thomasb)
T 377 ----------
378 - Make message listing less error prone
379
b37599 380 2007/10/10 (thomasb)
T 381 ----------
ecd2e7 382 - Suppress IE errors when clearing attachments form (#1484356)
b37599 383 - Set preferences field in user table to NULL (#1484386)
T 384 - Log error when login fails due to auto_create_user turned off
385 - Update UPGRADING instructions
386
732539 387 2007/10/05 (tomekp)
S 388 ----------
389 - Add Esperanto localization
390
391 2007/10/04 (Stiwi)
392 ----------
393 - Updated German localization
394
fc7492 395 2007/10/04 (yllar)
S 396 ----------
397 - Added Malay localization
398 - Updated Lithuanian localization
399
0c3ab1 400 2007/09/27 (tomekp)
S 401 ----------
402 - Update dutch localization (closes #1484588)
403
97bd2c 404 2007/09/29 (thomasb)
T 405 ----------
406 - Filter linked/imported CSS files (closes #1484056)
407
408
e2f373 409 2007/09/27 (tomekp)
S 410 ----------
411 - Update brazilian portuguese localization (#1484580)
412
7984ec 413 2007/09/26 (thomasb)
T 414 ----------
415 - Improve message compose screen (closes #1484383)
f4f8c6 416 - Select next row after removing one from list (#1484387)
7984ec 417
T 418
c7b726 419 2007/09/26 (tomekp)
7984ec 420 ----------
10766b 421 - Add polish labels for changes in r816.
c7b726 422 - Update polish localization (#1484579)
804489 423 - Update thai localization (#1484578)
c7b726 424
b0dbf3 425 2007/09/25 (robin)
S 426 ----------
427 - Enable drag-/dropping of folders to a new parent folder (#1457344)
428
429
c45471 430 2007/09/24 (robin)
S 431 ----------
432 - Fix preview pane size for Safari & Konqueror (#1484187)
433
434
aca3d2 435 2007/09/20 (robin)
S 436 ----------
437 - Make smtp HELO/EHLO hostname configurable (#1484067)
438
439
4d0413 440 2007/09/19 (thomasb)
5eee00 441 ----------
7984ec 442 - IPv6 Compatability (#1484322), Patch #1484373
4d0413 443 - Unlock interface when message sending fails (#1484570)
5eee00 444 - Eval PHP code in template includes (if configured)
T 445 - Show message when folder is empty. Mo more static text in table (#1484395)
446 - Only display unread count in page title when new messages arrived
447 - Show mailbox name in page title
448
449
03b271 450 2007/09/09 (thomasb)
T 451 ----------
eb6842 452 - Fixed wrong delete button tooltip (#1483965)
74ae88 453 - Fixed charset encoding bug (#1484429)
03b271 454 - Applied patch for LDAP version (#1484552)
T 455 - Improved XHTML validation
456
457
0d1dd7 458 2007/09/05 (thomasb)
T 459 ----------
460 - Fix message list selection (#1484550)
461 - Better fix lowercased usernames (#1484473)
462 - Update pngbehavior Script as suggested in #1484490
463
464
301454 465 2007/08/29 (richs)
S 466 ----------
467 - Fixed moving/deleting messages when more than 1 is selected
468
6b603d 469 2007/08/15 (thomasb)
T 470 ----------
471 - Applied patch for LDAP contacts listing by Glen Ogilvie
472 - Applied patch for more address fields in LDAP contacts (#1484402)
473 - Close LDAP connections on script shutdown
474
475
88f66e 476 2007/08/13 (thomasb)
T 477 ----------
478 - Add alternative for getallheaders() (fix #1484508)
479 - Revert changes for mbstring usage (fix #1484509)
480
481
31d9ef 482 2007/08/10 (thomasb)
719a25 483 ----------
T 484 - Identify mailboxes case-sensitive
485 - Sort mailbox list case-insensitive (closes #1484338)
486 - Fix display of multipart messages from Apple Mail (closes #1484027)
487 - Protect AJAX request from being fetched by a foreign site (XSS)
488 - Make autocomplete for loginform configurable by the skin template
fc7374 489 - Fix compose function from address book (closes #1484426)
b8e65c 490 - Added //IGNORE to iconv call (patch #1484420, closes #1484023)
T 491 - Check if mbstring supports charset (#1484290 and #1484292)
492 - Prefer iconv over mbstring (as suggested in #1484292)
8810b6 493 - Check filesize of template includes (#1484409)
e71598 494 - Updated Simplified Chinese localization
T 495 - Added Ukrainian translation
719a25 496
T 497
31d9ef 498 2007/08/09 (richs)
4b9efb 499 ----------
S 500 - Fixed bug with buttons not dimming/enabling properly after switching folders
501 - Fixed compose window becoming unresponsive after saving a draft (#1484487)
502 - Re-enabled "Back" button in compose window now that bug #1484487 is fixed
503 - Fixed unresponsive interface issue when downloading attachments (#1484496)
504 - Lowered status message time from 5 to 3 seconds to improve responsiveness
505 - Added note to INSTALL about .htaccess limiting upload_max_filesize
506 - Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
fc7374 507 - Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
4b9efb 508 - Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed
S 509
719a25 510
3fc00e 511 2007/07/03 (thomasb)
T 512 ----------
513 - Added Macedonian (Slavic FYROM) localization
514 - Fix status message bug #1484464 with regard to #1484353
515 - Fix address adding bug reported by David Koblas
9e0bb6 516 - Applied socket error patch by Thomas Mangin
3fc00e 517
T 518
5bd325 519 2007/06/28 (tomekp)
S 520 ----------
521 - fix typos in Polish localization (Janusz Zamecki)
522
523
9cc925 524 2007/06/27 (tomekp)
S 525 ----------
526 - Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization
527
528
95609c 529 2007/06/12 (thomasb)
T 530 ----------
531 - Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization
532 - Added Irish/Gaelic translation
533 - Little correction in Swedish translation
534 - Quote username for virtuser_query
535 - Pass-by-reference workarround for PHP5 in sendmail.inc
536
537
570f0b 538 2007/06/04 (estadtherr)
S 539 ----------
540 - Fixed bug in HTML->Plain editor toggling
541
542
b2fb95 543 2007/05/28 (thomasb)
T 544 ---------
545 - Fixed buggy imap_root settings (closes #1484379)
546 - Prevent default events on subject links (#1484399)
547 - Typo in rcube_smtp.inc
548
549
2c6337 550 2007/05/23 (estadtherr)
S 551 ----------
552 - Upgrade to TinyMCE v2.1.1.1
553
554
8d0758 555 2007/05/18 (thomasb)
T 556 ----------
557 - Use HTTP-POST requests for actions that change state
558
559
028953 560 2007/05/17 (thomasb)
T 561 ----------
6ae6e4 562 - Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
028953 563 - Renamed localization folder for Chinese (Big5)
T 564 - Chanegd Slovenian language code from 'si' to 'sl'
e3caaf 565 - Added Sinhala (Sri-Lanka) localization
T 566 - Use global filters and bind username/ for Ldap searches (#1484159)
6ae6e4 567 - Hide quota display if imap server does not support it
T 568 - Hide address groups if no LDAP servers configured
569 - Add link to message subjects (closes #1484257)
570 - Better SQL query for contact listing/search (closes #1484369)
028953 571
T 572
cd6396 573 2007/05/13 (thomasb)
T 574 ----------
575 - Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
2e8a61 576 - Fixed marking as read in preview pane (closes #1484364)
281e3e 577 - CSS hack to display attachments correctly in IE6
a23884 578 - Wrap message body text (closes #1484148)
cd6396 579
T 580
581 2007/05/03 (yllar)
582 ----------
583 - Updated French, Lithuanian, Armenian, Spanish and Italian translations
584
585
a19598 586 2007/05/01 (thomasb)
T 587 ----------
f5d6a9 588 - Updated German, Euskara, Hungarian, Romanian and Spanish translation
a19598 589 - Added Hindi and Kurdish localization
T 590
591
f5d6a9 592 2007/04/28 (thomasb)
a19598 593 ----------
f5d6a9 594 - LDAP access is back in address book (closes #1484087)
a19598 595 - Added search function for contacts
T 596 - New Template parsing and output encoding
f5d6a9 597 - Fixed bugs #1484119 and #1483978
a19598 598
T 599
fd3934 600 2007/04/08 (thomasb)
T 601 ----------
602 - Fixed message moving procedure (closes #1484308)
603 - Fixed display of multiple attachments (closes #1466563)
604 - Fixed check for new messages (closes #1484310)
605 - List attachments without filename
606
607
aad6e2 608 2007/03/27 (thomasb)
T 609 ----------
610 - New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
611   Should close bugs #1483951 and #1484299
612
613
28bfe4 614 2007/03/23 (thomasb)
T 615 ----------
616 - Correctly translate mailbox names (closes #1484276)
617 - Quote e-mail address links (closes #1484300)
618
619
3cf664 620 2007/03/21 (thomasb)
T 621 ----------
622 - Updated PEAR::Mail_mime package
623 - Added Persian localization
624 - Updated Catalan and Brazilian Portuguese translations
625 - Updated INSTALL manual with a note about database passwords
626 - Accept single quotes for HTML attributes when modifying message body (thanks Jason)
627 - Sanitize input for new users/identities (thanks Colin Alston)
628
629
5cc4b1 630 2007/03/19 (thomasb)
T 631 ----------
632 - Don't download HTML message parts
633 - Convert HTML parts to plaintext if 'prefer_html' is off
634 - Correctly parse message/rfc822 parts (closes #1484045)
635 - Code cleanup
636
637
86958f 638 2007/03/18 (thomasb)
T 639 ----------
640 - Also use user_id for unique key in messages table (closes #1484074)
641 - Hide contacts drop down on blur (closes #1484203)
642 - Make entries in contacts drop down clickable
643 - Turn off browser autocompletion on login page
644 - Quote <? in text/html message parts
645 - Hide border around radio buttons
646 - Replaced old JS function calls.
647
648
5a6ad2 649 2007/03/13 (thomasb)
T 650 ----------
651 - Applied patch for attachment download by crichardson (closes #1484198)
652 - Fixed bug in Postgres DB handling (closes #1484068)
653 - Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
654 - Fixed array_merge bug (closes #1484281)
655 - Fixed flag for deletion in list view (closes #1484264)
656 - Finally support semicolons as recipient separator (closes ##1484251)
657 - Fixed message headers (subject) encoding
658
659
024797 660 2007/03/04 (tomekp)
5a6ad2 661 ----------
024797 662 - check if safe mode is on or not (closes #1484269)
S 663
5a6ad2 664
7bbd5f 665 2007/03/02 (thomasb)
ff52be 666 ----------
7bbd5f 667 - Show "no subject" in message list if subject is missing (closes #1484243)
ff52be 668 - Solved page caching of message preview (closes #1484153)
T 669 - Only use gzip compression if configured (closes #1484236)
670
671
e17702 672 2007/02/25 (estadtherr)
S 673 ----------
674 - Fixed priority selector issue (#1484150)
87e2fd 675 - Upgraded to TinyMCE v2.1.0
e17702 676
S 677
e6a406 678 2007/02/21 (thomasb)
T 679 ----------
680 - Fixed some CSS issues in default skin (closes #1484210 and #1484161)
681 - Prevent from double quoting of numeric HTML character references (closes #1484253)
682
683
a9e531 684 2007/02/07 (tomekp)
S 685 ----------
686 - Updated (bg) translation (Doichin Dokov)
e6a406 687
a9e531 688
9d41ed 689 2007/02/06 (tomekp)
S 690 ----------
691 - Updated (pl) translation
692 - Updated (pt_BR) translation (Robson F. Ramaldes)
693 - Big cleanup in program/localization
694
e6a406 695
9dbf74 696 2007/02/05 (thomasb)
T 697 ----------
698 - Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
699
700
bb8562 701 2007/01/07 (estadtherr)
S 702 ----------
703 - Fixed display of HTML message attachments (closes #1484178)
704
705
97c8d3 706 2007/01/07 (thomasb)
T 707 ----------
708 - Applied patch for preview caching (closes #1484186)
21b5c7 709 - Added Thai and Vietnamese localization files
97c8d3 710
bb8562 711
86df15 712 2006/12/29 (thomasb)
T 713 ----------
714 - Added error handling for attachment uploads
715 - Use multibyte safe string functions where necessary (closes #1483988)
716 - Updated Swiss German localization (de_CH)
717
718
ee883a 719 2006/12/22 (thomasb)
T 720 ----------
721 - Applied security patch to validate the submitted host value (by Kees Cook)
722 - Applied security patch to validate input values when deleting contacts (by Kees Cook)
723 - Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
724 - Applied a patch to more aggressively sanitize a HTML message
725 - Visualize blocked images in HTML messages
726
727
04c618 728 2006/12/20 (thomasb)
T 729 ----------
730 - Fixed wrong message listing when showing search results (closes #1484131)
731 - Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
732 - Show remote images when opening HTML message part as attachment
733
734
a7d5c6 735 2006/12/17 (thomasb)
T 736 ----------
737 - Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
738
739
1a98a6 740 2006/12/06 (thomasb)
T 741 ----------
742 - Improve memory usage when sending mail (closes #1484098)
743 - Mark messages as read once the preview is loaded (closes #1484132)
744 - Include smtp final response in log (closes #1484081)
745
746
421f5e 747 2006/12/04 (thomasb)
T 748 ----------
749 - Corrected date string in sent message header (closes #1484125)
750 - Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
751 - Changed srong tooltips for message browse buttons (closes #1483930)
752
753
dd792e 754 2006/12/03 (estadtherr)
S 755 ----------
756 - Added fix to convert HTML signatures for plain text messages
757 - Fixed signature delimeter character to be standard (Bug #1484035)
758
759
53ed1e 760 2006/12/01 (thomasb)
T 761 ----------
762 - Implemented preview pane
763 - Fixed XSS vulnerability (Bug #1484109)
764 - Remove newlines from mail headers (Bug #1484031)
765 - Selection issues when moving/deleting (Bug #1484044)
766 - Applied patch of Clement Moulin for imap host auto-selection
767 - ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
768 - Fixed folder name encoding in subscription list (Bug #1484113)
769 - Fixed JS errors in identity list (Bug #1484120)
770 - Show client debug console on debug_level 8
733c78 771 - Added Serbian translation
T 772 - Updated Spanish and Bulgarian localization
53ed1e 773
cf87c1 774
086377 775 2006/11/22 (robin)
53ed1e 776 ----------
086377 777 - Fix a bug introduced with Shift-Del yesterday
S 778
779
cf87c1 780 2006/11/21 (robin)
53ed1e 781 ----------
b6677b 782 - Add missing nl_NL translations
S 783 - Translate foldernames in folder form (closes #1484113)
784
785
786 2006/11/21 (robin)
53ed1e 787 ----------
cf87c1 788 - Added first and last buttons to message list, address book
S 789   and message detail
790 - Pressing Shift-Del bypasses Trash folder
791 - Enable purge command for Junk folder
792
793
794 2006/11/17 (robin)
795 ----------
796 - Re-initialize message list after shift-select and delete
797
798
799 2006/11/16 (robin)
800 ----------
801 - Fixed updating message list after expunge and purge
802 - Fetch all aliases if virtuser_query is used instead
803   of only the first one
804
805
8e2090 806 2006/11/11 (estadtherr)
S 807 ----------
808 - fixed deletion/moving of messages from within "show" page
809
810
53ed1e 811 2006/11/09 (thomasb)
T 812 ----------
813 - Little bugfix in HTML encoding
814 - Fixed encoding issues and delete-on-reply problem
815 - Corrected template parsing
816
817
f0ea59 818 2006/11/07 (estadtherr)
S 819 ----------
820 - Upgraded to TinyMCE v2.0.8
821 - Fixed CSS path for editor popups
822
6b1fc0 823 2006/09/26 (estadtherr)
S 824 ----------
825 - Added spellchecker plugin to TinyMCE configuration
826 - Fixed HTML/Plain toggle labels
827
828
6b47de 829 2006/09/24 (thomasb)
T 830 ----------
831 - Partial client re-write with a common list class
832 - Re-enabled multi select of contacts (Bug #1484017)
833 - Enable contact editing right after creation (Bug #1459641)
834 - Updated Hungarian, Estonian and Traditional Chinese localization
835
836
c8c1a3 837 2006/09/19 (thomasb)
T 838 ----------
839 - Correct UTF-7 to UTF-8 conversion if mbstring is not available
840
841
a0109c 842 2006/09/13 (estadtherr)
S 843 ----------
844 - Introduction of TinyMCE HTML editor support for message composition and signatures
845   Note : a new column is added to the "identities" database table
846
847
40ed9b 848 2006/09/12 (estadtherr)
S 849 ----------
850 - Fixed html2text treatment of table headers (Bug #1484020)
851 - Fixed IMAP fetch of message body (Bug #1484019)
852
853
8acab0 854 2006/09/08 (thomasb)
T 855 ----------
856 - Fixed safe_mode problems (Bug #1418381)
857 - Fixed wrong header encoding (Bug #1483976)
858
859
e170b4 860 2006/09/07 (thomasb)
T 861 ----------
862 - Made automatic draft saving configurable
863 - Fixed JS bug when renaming folders (Bug #1483989)
864 - Don't wait for complete page load when calling JavaScript init()
865 - Some improvements to prevent session expiration
866 - Prevent from double submit of spell check requests
867
868
5cd296 869 2006/09/01 (thomasb)
T 870 ----------
871 - Imporoved message parsing and HTML validation
872 - Added quota display as image (by Brett Patterson)
873 - Corrected creation of a message-id
874 - Updated Norwegian (bokmal) localization
875
876
10c92b 877 2006/08/30 (thomasb)
T 878 ----------
879 - New indentation for quoted message text
880 - Improved HTML validity
881
882
949dea 883 2006/08/28 (estadtherr)
S 884 ----------
885 - Fixed URL character set (Ticket #1445501)
886 - Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
887
888
f7bfec 889 2006/08/25 (thomasb)
T 890 ----------
891 - Fixed folder renaming: unsubscribe before rename (Bug #1483920)
892 - Finalized new message parsing (+ chaching)
893 - Updated SQL scripts and UPGRADING instructions
894
895
6c76c9 896 2006/08/23 (thomasb)
T 897 ----------
898 - Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
899
900
a5d3e6 901 2006/08/20 (thomasb)
T 902 ----------
6c76c9 903 - Fixed wrong usage of mbstring (Bug #1462439)
a5d3e6 904 - Set default spelling language (Ticket #1483938)
T 905 - Added support for Nox Spell Server
906
907
908 2006/08/18 (thomasb)
909 ----------
910 - Re-built message parsing (Bug #1327068)
f7bfec 911   Now based on the message structure delivered by the IMAP server.
a5d3e6 912 - Fixed some XSS and SQL injection issues
T 913
914
4d4264 915 2006/08/10 (thomasb)
T 916 ----------
917 - Fixed charset problems with folder renaming
918
919
fa4cd2 920 2006/08/04 (thomasb)
T 921 ----------
922 - Fixed Bug in saving identities (Ticket #1483915)
923 - Set folder name in window title (Bug #1483919)
924 - Don't add imap_root to INBOX path (Bug #1483816)
925 - Attempt to create default folders only after login
926 - Avoid usage of $CONFIG in rcube_imap class
927
928
fe79b1 929 2006/07/30 (thomasb)
T 930 ----------
931 - Alter links in HTML messages (Bug #1326402)
932 - Added fallback if host not found in 'mail_domain' array
933 - Applied patch of Charles to highlight droptargets (Ticket #1473034)
f9c107 934 - Fixed folder renaming (Bug #1483914)
T 935 - Added confirmation message after deleting a folder
fe79b1 936
T 937
24053e 938 2006/07/25 (thomasb)
T 939 ----------
940 - Made folder renaming a bit more ajax-style
941 - Changed rename-labels and German translation
942 - Fixed addressbox countbar width (Bug #1483845)
943 - Fixed refresh interval problems in Safari (Bug #1483902) 
944 - Fixed clear_message_list_header() errors (Bug #1483898)
945 - Sanity check of $message_set in imap.inc (Bug #1443200)
946 - Added correct changing of message list headers for Sent folder
947 - Updated Spanish localization (Ticket #1483887)
948 - Applied patch #1483846
949
950
f0f98f 951 2006/07/24 (richs)
S 952 ----------
953 - Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
954 - Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
955 - Draft saving now properly returns an error when saving fails
956 - Draft timer stops and resets properly when attachments are uploaded, or when saving manually
957 - Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
958
959
078adf 960 2006/07/19 (thomasb)
T 961 ----------
962 - Correct entity encoding of link urls (HTML validity)
baf135 963 - Improved usability in compose step (Ticket #1483807)
078adf 964 - Added absolute URLs to several buttons (for "open in new window")
baf135 965 - Applied patch #1328032
T 966 - Fixed Bug/Patch #1443200
078adf 967
T 968
66e2bf 969 2006/07/18 (thomasb)
bac7d1 970 ----------
T 971 - Fixed password with spaces issue (Bug #1364122)
972 - Replaced _auth hash with second cookie (Ticket #1483811)
973 - Don't use get_input_value() for passwords (Bug #1468895)
974 - Made password encryption key configurable
975 - Minor bugfixes with charset encoding
66e2bf 976 - Added <label> tags to forms (Ticket #1483810)
bac7d1 977
T 978
66e2bf 979 2006/07/07 (thomasb)
321302 980 ----------
T 981 - Fixed INSTALL_PATH bug #1425663
982
983
b4b081 984 2006/07/03 (richs)
S 985 ----------
986 - Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
987 - Updated French localizations (Ticket #1483862)
988 - Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
989 - Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
990 - Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
991 - Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php) 
992
993
25d8ba 994 2006/06/30 (richs)
S 995 ----------
996 - Fixed empty INBOX compatibility bug (Patch #1443200)
997 - Temporarily fixed French "compact" localization (Patch #1483862)
998 - Fixed "Select All" not working with Delete interface button (Bug #1332434)
999 - Fixed messsage list column compatibility with Konqueror (Bug #1395711)
1000 - Fixed "unread count" in window title when count changed (Bug #1483812)
1001 - Fixed DB error when deleting from message table (Patch #1483835)
1002
b4b081 1003
a894ba 1004 2006/06/29 (richs)
S 1005 ----------
1006 - Added ability to remove attachments (Feature #1436721)
1007 - Default folders are now auto-created on first login (Feature #1471594)
1008 - Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
1009 - Corrected Italian localizations
1010 - Tweaked rename-folder form to clear after a rename
1011
1012
c8c1e0 1013 2006/06/26 (richs)
S 1014 ----------
1015 - Added button to immediately check for new messages 
1016 - New message checking now displays status "Checking for new messages..."
1017 - New message checking now looks for unread messages in all mailboxes (Feature #1326401)
1018 - Task buttons now respond to clicks by darkening (as in other applications)
1019 - Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
1020 - Added ability to sort messages by "Size"
1021 - Added ability to rename folders (Feature #1326396)
1022 - Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
1023 - Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
1024
1025
b068a0 1026 2006/06/25
T 1027 ----------
1028 - Changed behavior to include host-specific configuration (Bug #1483849)
1029 - Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
1030 - Fixed spell checker to work with the new URL at google.com
1031 - Some memory and security optimizations sendmail.inc
1032 - Updated UGRADING description
1033
1034
1966c5 1035 2006/06/19
S 1036 ----------
1037 - Added Drafts support (Feature #1326839) (richs)
1038
b068a0 1039
d72d41 1040 2006/06/02
T 1041 ----------
1042 - Updated Estonian localization and moved from ee to et
1043 - Added Bulgarian localization
1044
1045
1046 2006/05/25
1047 ----------
1048 - Finalized GoogieSpell integration
1049
1050
cead5c 1051 2006/05/18
T 1052 ----------
1053 - Added Arabic and Armenian localizations
1054 - Updated Russian localization
1055 - Removed MDB2 classes from repository. Install them seperately if used.
1056 - Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
1057 - Allow & in e-mail addresses
1058
1059
e886c1 1060 2006/05/05
326e87 1061 ----------
e886c1 1062 - Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
T 1063 - Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
1064 - Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
1065 - Corrected INSTALL description (Bug #1476106)
ad7063 1066 - Added charset to javascript HTTP headers
e886c1 1067 - Fixed Opera bug with CC and BCC fields (Bug #1474576)
T 1068 - Changed login page title regarding product name (Bug #1476413)
326e87 1069 - Pimped search function
69b83b 1070 - Applied attachment viewing/forwarding patches by Andrew Fladmark
dd53e2 1071 - Applied prev/next patch by Leonard Bouchet
T 1072 - Applied patches by Mark Bucciarelli
1073 - Applied patch for requesting receipts by Salvatore Ansani
1074 - Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
1075
1076
c40563 1077 2006/04/13
T 1078 ----------
1079 - Added Slovenian localization
1080 - Updated Portuguese localization
1081 - Fixed parent.location problem for compose-links
1082 - Added sort order saving patch by Jacob Brunson
1083 - Added gzip compression support
1084
1085
0f246a 1086 2006/04/02
T 1087 ----------
1088 - Added Lithuanian localization
1089 - Improved search function
1090 - Added version string as template object
1091 - Load host-specific configuration file (see config/main.inc.php)
1092 - New config parameter adding domain to user names for login
1093 - Strip tags on _auth, _action, _task parameters
1094 - Corrected labels for next/previous page buttons in address book 
1095
1096
4647e1 1097 2006/03/23
T 1098 ----------
1099 - Auto-detect mail header delimiters
1100 - Regard daylight savings
1101 - Localized quota display
1102 - Started implementing search function
1103
1104
8c2e58 1105 2006/03/20
T 1106 ----------
ad57b3 1107 - Avoid error message when saving an unchanged identity (Bug #1429510)
8c2e58 1108 - Fixed hard-coded cols selection for sent folder (Bug #1354586)
T 1109 - Enable some HTML links for use with "open in new window" or "save target"
1110 - Check meta-key instead of ctrl on Macs
1111 - Ignore double clicks when holding down a modifier key
1112 - Fixed reloading of the login page
1113 - Fixed typo in compose template (Bug #1446852)
1114 - Added compose button to message read step (Request #1433288)
1115 - New config parameter for persistent database connections (Bug #1431817)
1116
1117
ffcbd8 1118 2006/03/14
T 1119 ----------
1120 - Don't remove internal HTML tags in plaintext messages
1121 - Improved error handling in DB connection failure
1122
0a6937 1123
T 1124 2006/02/22
1125 ----------
1126 - Updated localizations
1127 - Fixed bug #1435989
1128
1129
f88d41 1130 2006/02/19
T 1131 ----------
1132 - Updated localizations
1133 - Applied patch of Anders Karlsson
1134 - Applied patch of Jacob Brunson
1135 - Applied patch for virtuser_query by Robin Elfrink
1136 - Added support for References header (patch by Auke)
1137 - Added support for mbstring module by Tadashi Jokagi
1138 - Added function for automatic remove of slashes on GET and POST vars
1139   if magic_quotes is enabled
1140
1141
1142 2006/02/05
15a9d1 1143 ----------
58e360 1144 - Added Slovak, Hungarian, Bosnian and Croation translation
15a9d1 1145 - Fixed bug when inserting signatures with !?&
f88d41 1146 - Chopping message headers before inserting into the message cache table
T 1147   (to avoid bugs in Postgres)
15a9d1 1148 - Allow one-char domains in e-mail addresses
T 1149 - Make product name in page title configurable
1150 - Make username available as skin object
f88d41 1151 - Added session_write_close() in rcube_db class destructor to avoid problems
T 1152   in PHP 5.0.5
1153 - Use move_uploaded_file() instead of copy() for a more secure handling of
1154   uploaded attachments
15a9d1 1155 - Additional config parameter to show/hide deleted messages
T 1156 - Added periodic request for checking new mails (Request #1307821)
1157 - Added EXPUNGE command
1158 - Optimized loading time for mail interface
051893 1159 - Changed to full UTF-8 support
T 1160 - Additional timezones (Patch #1389912)
1161 - Added LDAP public search (experimental)
03cc16 1162 - Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
T 1163 - Casting to strings when adding empty headers to message cache (Bug #1406026)
58e360 1164 - Skip sender-address as recipient when Reply-to-all
T 1165 - Fixes in utf8-class
1166 - Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
f88d41 1167 - Added garbage collector for message cache
T 1168 - Added patches for BCC headers
15a9d1 1169
977a29 1170
T 1171 2005/12/16
1172 ----------
1173 - Added Turkish and Simplified Chinese translation
1174 - Use virtusertable to resolve e-mail addresses at login
f88d41 1175 - Configurable mail_domain used to compose correct e-mail addresses
T 1176   on first login
977a29 1177
T 1178
1cded8 1179 2005/12/03
4e17e6 1180 ----------
f88d41 1181 - Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
T 1182   Estonian and Chinese translation
f3b659 1183 - Get IMAP server capabilities in array
T 1184 - Check for NAMESPACE capability before sending command
1185 - Set default user language from config 'locale_string'
b076a4 1186 - Added sorting patch for message list
T 1187 - Make default sort col/order configurable
dba5f7 1188 - Fixed XSS in address book and identities
e0ddd4 1189 - Added more XSS protection (Bug #1308236)
T 1190 - Added tab indexes for compose form
10a699 1191 - Added 'changed' col to contacts table
T 1192 - Support for 160-bit session hashes
1193 - Added input check for contacts and identities (Patch #1346523)
1194 - Added messages/warning to compose step (Patch #1323895)
b4a999 1195 - Added favicon to the default skin
583f1c 1196 - Fixed Bug #1334337 as far as possible
ecf759 1197 - Added Reply-To-All functionality (Request #1326395, Patch #1349777)
T 1198 - Redesign of client side AJAX code (enable multi threading)
1199 - Added keep-alive signal every minute
0cbc09 1200 - Make logs dir configurable
fd8c50 1201 - Added support for SMTPS
4b0f65 1202 - Decode attachment file names
T 1203 - Make delimiter for message headers configurable
1204 - Add generic footer to sent messages
1cded8 1205 - Choose the rigt identity when replying
T 1206 - Remove signature when replying (Request #1333167)
1207 - Signatures for each identity
1208 - Select charset when composing message
1209 - Complete re-design of the caching mechanism
4b0f65 1210
T 1211
1cded8 1212 2005/08/11
T 1213 ----------
1214 - Write list header to client even if list is empty
1215 - Add functions "select all", "select none" to message list
f88d41 1216 - Improved filter for HTML messages to remove potentially malicious tags
T 1217   (script, iframe, object) and event handlers.
1cded8 1218 - Buttons for next/previous message in view mode
T 1219 - Add new created contact to list and show confirmation status
1220 - Added folder management (subscribe/create/delete)
1221 - Log message sending (SMTP log)
1222 - Grant access for Camino browser
1223 - Added German translation
1224
1225
1226 2005/10/20
1227 ----------
1228 - Added Swedish, Latvian, Portuguese and Catalan translation
1229 - Make SMTP auth method configurable
1230 - Make mailboxlist scrollable (Bug #1326372)
1231 - Fixed SSL support
1232 - Improved support for Courier IMAP (root folder and delimiter issues)
1233 - Moved taskbar from bottom to top
1234 - Added 'session_lifetime' parameter
1235 - Fixed wrong unread count when deleting message (Bug #1332434)
1236 - Srip tags when creating a new folder (Bug #1332084)
1237 - Translate HTML tags in message headers (Bug #1330134)
1238 - Correction in German translation (Bug #1329434)
1239 - Display folder names with special chars correctly (Bug #1330157)
1240
1241
1242 2005/10/07
1243 ----------
1244 - Added French, Italian, Spanish, Danish, Dutch translation
1245 - Clarified license (Bug #1305966)
1246 - Fixed PHP warnings (Bug #1299403)
1247 - Fixed english translation (Bug #1295406)
1248 - Fixed bug #1290833: Last character of email not seen
1249 - Fixed bug #1292199 when creating new user
1250 - Allow more browsers (Bug #1285101)
1251 - Added setting for showing pretty dates
1252 - Added support for SQLite database
1253 - Make use of message caching configurable
1254 - Also add attachments when forwarding a message
1255 - Long folder names will not flow over message list (Bug #1267232)
1256 - Show nested mailboxes hieracically
1257 - Enable IMAPS by host
1258
1259
1260 2005/08/20
1261 ----------
1262 - Improved cacheing of mailbox messagecount
1263 - Fixed javascript bug when creating a new message folder
1264 - Fixed javascript bugs #1260990 and #1260992: folder selection
1265 - Make Trash folder configurable
1266 - Auto create folders Inbox, Sent and Trash (if configured)
1267 - Support for IMAP root folder
1268 - Added support fot text/enriched messages
1269 - Make list of special mailboxes configurable
1270