thomascube
2007-09-24 5a6efffd36c00783adde326105e1158cee2e5277
commit | author | age
4e17e6 1 CHANGELOG RoundCube Webmail
T 2 ---------------------------
3
c45471 4 2007/09/24 (robin)
S 5 ----------
6 - Fix preview pane size for Safari & Konqueror (#1484187)
7
8
aca3d2 9 2007/09/20 (robin)
S 10 ----------
11 - Make smtp HELO/EHLO hostname configurable (#1484067)
12
13
4d0413 14 2007/09/19 (thomasb)
5eee00 15 ----------
4d0413 16 - Unlock interface when message sending fails (#1484570)
5eee00 17 - Eval PHP code in template includes (if configured)
T 18 - Show message when folder is empty. Mo more static text in table (#1484395)
19 - Only display unread count in page title when new messages arrived
20 - Show mailbox name in page title
21
22
03b271 23 2007/09/09 (thomasb)
T 24 ----------
eb6842 25 - Fixed wrong delete button tooltip (#1483965)
74ae88 26 - Fixed charset encoding bug (#1484429)
03b271 27 - Applied patch for LDAP version (#1484552)
T 28 - Improved XHTML validation
29
30
0d1dd7 31 2007/09/05 (thomasb)
T 32 ----------
33 - Fix message list selection (#1484550)
34 - Better fix lowercased usernames (#1484473)
35 - Update pngbehavior Script as suggested in #1484490
36
37
301454 38 2007/08/29 (richs)
S 39 ----------
40 - Fixed moving/deleting messages when more than 1 is selected
41
6b603d 42 2007/08/15 (thomasb)
T 43 ----------
44 - Applied patch for LDAP contacts listing by Glen Ogilvie
45 - Applied patch for more address fields in LDAP contacts (#1484402)
46 - Close LDAP connections on script shutdown
47
48
88f66e 49 2007/08/13 (thomasb)
T 50 ----------
51 - Add alternative for getallheaders() (fix #1484508)
52 - Revert changes for mbstring usage (fix #1484509)
53
54
31d9ef 55 2007/08/10 (thomasb)
719a25 56 ----------
T 57 - Identify mailboxes case-sensitive
58 - Sort mailbox list case-insensitive (closes #1484338)
59 - Fix display of multipart messages from Apple Mail (closes #1484027)
60 - Protect AJAX request from being fetched by a foreign site (XSS)
61 - Make autocomplete for loginform configurable by the skin template
fc7374 62 - Fix compose function from address book (closes #1484426)
b8e65c 63 - Added //IGNORE to iconv call (patch #1484420, closes #1484023)
T 64 - Check if mbstring supports charset (#1484290 and #1484292)
65 - Prefer iconv over mbstring (as suggested in #1484292)
8810b6 66 - Check filesize of template includes (#1484409)
e71598 67 - Updated Simplified Chinese localization
T 68 - Added Ukrainian translation
719a25 69
T 70
31d9ef 71 2007/08/09 (richs)
4b9efb 72 ----------
S 73 - Fixed bug with buttons not dimming/enabling properly after switching folders
74 - Fixed compose window becoming unresponsive after saving a draft (#1484487)
75 - Re-enabled "Back" button in compose window now that bug #1484487 is fixed
76 - Fixed unresponsive interface issue when downloading attachments (#1484496)
77 - Lowered status message time from 5 to 3 seconds to improve responsiveness
78 - Added note to INSTALL about .htaccess limiting upload_max_filesize
79 - Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
fc7374 80 - Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
4b9efb 81 - Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed
S 82
719a25 83
3fc00e 84 2007/07/03 (thomasb)
T 85 ----------
86 - Added Macedonian (Slavic FYROM) localization
87 - Fix status message bug #1484464 with regard to #1484353
88 - Fix address adding bug reported by David Koblas
9e0bb6 89 - Applied socket error patch by Thomas Mangin
3fc00e 90
T 91
5bd325 92 2007/06/28 (tomekp)
S 93 ----------
94 - fix typos in Polish localization (Janusz Zamecki)
95
96
9cc925 97 2007/06/27 (tomekp)
S 98 ----------
99 - Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization
100
101
95609c 102 2007/06/12 (thomasb)
T 103 ----------
104 - Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization
105 - Added Irish/Gaelic translation
106 - Little correction in Swedish translation
107 - Quote username for virtuser_query
108 - Pass-by-reference workarround for PHP5 in sendmail.inc
109
110
570f0b 111 2007/06/04 (estadtherr)
S 112 ----------
113 - Fixed bug in HTML->Plain editor toggling
114
115
b2fb95 116 2007/05/28 (thomasb)
T 117 ---------
118 - Fixed buggy imap_root settings (closes #1484379)
119 - Prevent default events on subject links (#1484399)
120 - Typo in rcube_smtp.inc
121
122
2c6337 123 2007/05/23 (estadtherr)
S 124 ----------
125 - Upgrade to TinyMCE v2.1.1.1
126
127
8d0758 128 2007/05/18 (thomasb)
T 129 ----------
130 - Use HTTP-POST requests for actions that change state
131
132
028953 133 2007/05/17 (thomasb)
T 134 ----------
6ae6e4 135 - Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
028953 136 - Renamed localization folder for Chinese (Big5)
T 137 - Chanegd Slovenian language code from 'si' to 'sl'
e3caaf 138 - Added Sinhala (Sri-Lanka) localization
T 139 - Use global filters and bind username/ for Ldap searches (#1484159)
6ae6e4 140 - Hide quota display if imap server does not support it
T 141 - Hide address groups if no LDAP servers configured
142 - Add link to message subjects (closes #1484257)
143 - Better SQL query for contact listing/search (closes #1484369)
028953 144
T 145
cd6396 146 2007/05/13 (thomasb)
T 147 ----------
148 - Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
2e8a61 149 - Fixed marking as read in preview pane (closes #1484364)
281e3e 150 - CSS hack to display attachments correctly in IE6
a23884 151 - Wrap message body text (closes #1484148)
cd6396 152
T 153
154 2007/05/03 (yllar)
155 ----------
156 - Updated French, Lithuanian, Armenian, Spanish and Italian translations
157
158
a19598 159 2007/05/01 (thomasb)
T 160 ----------
f5d6a9 161 - Updated German, Euskara, Hungarian, Romanian and Spanish translation
a19598 162 - Added Hindi and Kurdish localization
T 163
164
f5d6a9 165 2007/04/28 (thomasb)
a19598 166 ----------
f5d6a9 167 - LDAP access is back in address book (closes #1484087)
a19598 168 - Added search function for contacts
T 169 - New Template parsing and output encoding
f5d6a9 170 - Fixed bugs #1484119 and #1483978
a19598 171
T 172
fd3934 173 2007/04/08 (thomasb)
T 174 ----------
175 - Fixed message moving procedure (closes #1484308)
176 - Fixed display of multiple attachments (closes #1466563)
177 - Fixed check for new messages (closes #1484310)
178 - List attachments without filename
179
180
aad6e2 181 2007/03/27 (thomasb)
T 182 ----------
183 - New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
184   Should close bugs #1483951 and #1484299
185
186
28bfe4 187 2007/03/23 (thomasb)
T 188 ----------
189 - Correctly translate mailbox names (closes #1484276)
190 - Quote e-mail address links (closes #1484300)
191
192
3cf664 193 2007/03/21 (thomasb)
T 194 ----------
195 - Updated PEAR::Mail_mime package
196 - Added Persian localization
197 - Updated Catalan and Brazilian Portuguese translations
198 - Updated INSTALL manual with a note about database passwords
199 - Accept single quotes for HTML attributes when modifying message body (thanks Jason)
200 - Sanitize input for new users/identities (thanks Colin Alston)
201
202
5cc4b1 203 2007/03/19 (thomasb)
T 204 ----------
205 - Don't download HTML message parts
206 - Convert HTML parts to plaintext if 'prefer_html' is off
207 - Correctly parse message/rfc822 parts (closes #1484045)
208 - Code cleanup
209
210
86958f 211 2007/03/18 (thomasb)
T 212 ----------
213 - Also use user_id for unique key in messages table (closes #1484074)
214 - Hide contacts drop down on blur (closes #1484203)
215 - Make entries in contacts drop down clickable
216 - Turn off browser autocompletion on login page
217 - Quote <? in text/html message parts
218 - Hide border around radio buttons
219 - Replaced old JS function calls.
220
221
5a6ad2 222 2007/03/13 (thomasb)
T 223 ----------
224 - Applied patch for attachment download by crichardson (closes #1484198)
225 - Fixed bug in Postgres DB handling (closes #1484068)
226 - Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
227 - Fixed array_merge bug (closes #1484281)
228 - Fixed flag for deletion in list view (closes #1484264)
229 - Finally support semicolons as recipient separator (closes ##1484251)
230 - Fixed message headers (subject) encoding
231
232
024797 233 2007/03/04 (tomekp)
5a6ad2 234 ----------
024797 235 - check if safe mode is on or not (closes #1484269)
S 236
5a6ad2 237
7bbd5f 238 2007/03/02 (thomasb)
ff52be 239 ----------
7bbd5f 240 - Show "no subject" in message list if subject is missing (closes #1484243)
ff52be 241 - Solved page caching of message preview (closes #1484153)
T 242 - Only use gzip compression if configured (closes #1484236)
243
244
e17702 245 2007/02/25 (estadtherr)
S 246 ----------
247 - Fixed priority selector issue (#1484150)
87e2fd 248 - Upgraded to TinyMCE v2.1.0
e17702 249
S 250
e6a406 251 2007/02/21 (thomasb)
T 252 ----------
253 - Fixed some CSS issues in default skin (closes #1484210 and #1484161)
254 - Prevent from double quoting of numeric HTML character references (closes #1484253)
255
256
a9e531 257 2007/02/07 (tomekp)
S 258 ----------
259 - Updated (bg) translation (Doichin Dokov)
e6a406 260
a9e531 261
9d41ed 262 2007/02/06 (tomekp)
S 263 ----------
264 - Updated (pl) translation
265 - Updated (pt_BR) translation (Robson F. Ramaldes)
266 - Big cleanup in program/localization
267
e6a406 268
9dbf74 269 2007/02/05 (thomasb)
T 270 ----------
271 - Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
272
273
bb8562 274 2007/01/07 (estadtherr)
S 275 ----------
276 - Fixed display of HTML message attachments (closes #1484178)
277
278
97c8d3 279 2007/01/07 (thomasb)
T 280 ----------
281 - Applied patch for preview caching (closes #1484186)
21b5c7 282 - Added Thai and Vietnamese localization files
97c8d3 283
bb8562 284
86df15 285 2006/12/29 (thomasb)
T 286 ----------
287 - Added error handling for attachment uploads
288 - Use multibyte safe string functions where necessary (closes #1483988)
289 - Updated Swiss German localization (de_CH)
290
291
ee883a 292 2006/12/22 (thomasb)
T 293 ----------
294 - Applied security patch to validate the submitted host value (by Kees Cook)
295 - Applied security patch to validate input values when deleting contacts (by Kees Cook)
296 - Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
297 - Applied a patch to more aggressively sanitize a HTML message
298 - Visualize blocked images in HTML messages
299
300
04c618 301 2006/12/20 (thomasb)
T 302 ----------
303 - Fixed wrong message listing when showing search results (closes #1484131)
304 - Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
305 - Show remote images when opening HTML message part as attachment
306
307
a7d5c6 308 2006/12/17 (thomasb)
T 309 ----------
310 - Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
311
312
1a98a6 313 2006/12/06 (thomasb)
T 314 ----------
315 - Improve memory usage when sending mail (closes #1484098)
316 - Mark messages as read once the preview is loaded (closes #1484132)
317 - Include smtp final response in log (closes #1484081)
318
319
421f5e 320 2006/12/04 (thomasb)
T 321 ----------
322 - Corrected date string in sent message header (closes #1484125)
323 - Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
324 - Changed srong tooltips for message browse buttons (closes #1483930)
325
326
dd792e 327 2006/12/03 (estadtherr)
S 328 ----------
329 - Added fix to convert HTML signatures for plain text messages
330 - Fixed signature delimeter character to be standard (Bug #1484035)
331
332
53ed1e 333 2006/12/01 (thomasb)
T 334 ----------
335 - Implemented preview pane
336 - Fixed XSS vulnerability (Bug #1484109)
337 - Remove newlines from mail headers (Bug #1484031)
338 - Selection issues when moving/deleting (Bug #1484044)
339 - Applied patch of Clement Moulin for imap host auto-selection
340 - ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
341 - Fixed folder name encoding in subscription list (Bug #1484113)
342 - Fixed JS errors in identity list (Bug #1484120)
343 - Show client debug console on debug_level 8
733c78 344 - Added Serbian translation
T 345 - Updated Spanish and Bulgarian localization
53ed1e 346
cf87c1 347
086377 348 2006/11/22 (robin)
53ed1e 349 ----------
086377 350 - Fix a bug introduced with Shift-Del yesterday
S 351
352
cf87c1 353 2006/11/21 (robin)
53ed1e 354 ----------
b6677b 355 - Add missing nl_NL translations
S 356 - Translate foldernames in folder form (closes #1484113)
357
358
359 2006/11/21 (robin)
53ed1e 360 ----------
cf87c1 361 - Added first and last buttons to message list, address book
S 362   and message detail
363 - Pressing Shift-Del bypasses Trash folder
364 - Enable purge command for Junk folder
365
366
367 2006/11/17 (robin)
368 ----------
369 - Re-initialize message list after shift-select and delete
370
371
372 2006/11/16 (robin)
373 ----------
374 - Fixed updating message list after expunge and purge
375 - Fetch all aliases if virtuser_query is used instead
376   of only the first one
377
378
8e2090 379 2006/11/11 (estadtherr)
S 380 ----------
381 - fixed deletion/moving of messages from within "show" page
382
383
53ed1e 384 2006/11/09 (thomasb)
T 385 ----------
386 - Little bugfix in HTML encoding
387 - Fixed encoding issues and delete-on-reply problem
388 - Corrected template parsing
389
390
f0ea59 391 2006/11/07 (estadtherr)
S 392 ----------
393 - Upgraded to TinyMCE v2.0.8
394 - Fixed CSS path for editor popups
395
6b1fc0 396 2006/09/26 (estadtherr)
S 397 ----------
398 - Added spellchecker plugin to TinyMCE configuration
399 - Fixed HTML/Plain toggle labels
400
401
6b47de 402 2006/09/24 (thomasb)
T 403 ----------
404 - Partial client re-write with a common list class
405 - Re-enabled multi select of contacts (Bug #1484017)
406 - Enable contact editing right after creation (Bug #1459641)
407 - Updated Hungarian, Estonian and Traditional Chinese localization
408
409
c8c1a3 410 2006/09/19 (thomasb)
T 411 ----------
412 - Correct UTF-7 to UTF-8 conversion if mbstring is not available
413
414
a0109c 415 2006/09/13 (estadtherr)
S 416 ----------
417 - Introduction of TinyMCE HTML editor support for message composition and signatures
418   Note : a new column is added to the "identities" database table
419
420
40ed9b 421 2006/09/12 (estadtherr)
S 422 ----------
423 - Fixed html2text treatment of table headers (Bug #1484020)
424 - Fixed IMAP fetch of message body (Bug #1484019)
425
426
8acab0 427 2006/09/08 (thomasb)
T 428 ----------
429 - Fixed safe_mode problems (Bug #1418381)
430 - Fixed wrong header encoding (Bug #1483976)
431
432
e170b4 433 2006/09/07 (thomasb)
T 434 ----------
435 - Made automatic draft saving configurable
436 - Fixed JS bug when renaming folders (Bug #1483989)
437 - Don't wait for complete page load when calling JavaScript init()
438 - Some improvements to prevent session expiration
439 - Prevent from double submit of spell check requests
440
441
5cd296 442 2006/09/01 (thomasb)
T 443 ----------
444 - Imporoved message parsing and HTML validation
445 - Added quota display as image (by Brett Patterson)
446 - Corrected creation of a message-id
447 - Updated Norwegian (bokmal) localization
448
449
10c92b 450 2006/08/30 (thomasb)
T 451 ----------
452 - New indentation for quoted message text
453 - Improved HTML validity
454
455
949dea 456 2006/08/28 (estadtherr)
S 457 ----------
458 - Fixed URL character set (Ticket #1445501)
459 - Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
460
461
f7bfec 462 2006/08/25 (thomasb)
T 463 ----------
464 - Fixed folder renaming: unsubscribe before rename (Bug #1483920)
465 - Finalized new message parsing (+ chaching)
466 - Updated SQL scripts and UPGRADING instructions
467
468
6c76c9 469 2006/08/23 (thomasb)
T 470 ----------
471 - Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
472
473
a5d3e6 474 2006/08/20 (thomasb)
T 475 ----------
6c76c9 476 - Fixed wrong usage of mbstring (Bug #1462439)
a5d3e6 477 - Set default spelling language (Ticket #1483938)
T 478 - Added support for Nox Spell Server
479
480
481 2006/08/18 (thomasb)
482 ----------
483 - Re-built message parsing (Bug #1327068)
f7bfec 484   Now based on the message structure delivered by the IMAP server.
a5d3e6 485 - Fixed some XSS and SQL injection issues
T 486
487
4d4264 488 2006/08/10 (thomasb)
T 489 ----------
490 - Fixed charset problems with folder renaming
491
492
fa4cd2 493 2006/08/04 (thomasb)
T 494 ----------
495 - Fixed Bug in saving identities (Ticket #1483915)
496 - Set folder name in window title (Bug #1483919)
497 - Don't add imap_root to INBOX path (Bug #1483816)
498 - Attempt to create default folders only after login
499 - Avoid usage of $CONFIG in rcube_imap class
500
501
fe79b1 502 2006/07/30 (thomasb)
T 503 ----------
504 - Alter links in HTML messages (Bug #1326402)
505 - Added fallback if host not found in 'mail_domain' array
506 - Applied patch of Charles to highlight droptargets (Ticket #1473034)
f9c107 507 - Fixed folder renaming (Bug #1483914)
T 508 - Added confirmation message after deleting a folder
fe79b1 509
T 510
24053e 511 2006/07/25 (thomasb)
T 512 ----------
513 - Made folder renaming a bit more ajax-style
514 - Changed rename-labels and German translation
515 - Fixed addressbox countbar width (Bug #1483845)
516 - Fixed refresh interval problems in Safari (Bug #1483902) 
517 - Fixed clear_message_list_header() errors (Bug #1483898)
518 - Sanity check of $message_set in imap.inc (Bug #1443200)
519 - Added correct changing of message list headers for Sent folder
520 - Updated Spanish localization (Ticket #1483887)
521 - Applied patch #1483846
522
523
f0f98f 524 2006/07/24 (richs)
S 525 ----------
526 - Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
527 - Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
528 - Draft saving now properly returns an error when saving fails
529 - Draft timer stops and resets properly when attachments are uploaded, or when saving manually
530 - Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
531
532
078adf 533 2006/07/19 (thomasb)
T 534 ----------
535 - Correct entity encoding of link urls (HTML validity)
baf135 536 - Improved usability in compose step (Ticket #1483807)
078adf 537 - Added absolute URLs to several buttons (for "open in new window")
baf135 538 - Applied patch #1328032
T 539 - Fixed Bug/Patch #1443200
078adf 540
T 541
66e2bf 542 2006/07/18 (thomasb)
bac7d1 543 ----------
T 544 - Fixed password with spaces issue (Bug #1364122)
545 - Replaced _auth hash with second cookie (Ticket #1483811)
546 - Don't use get_input_value() for passwords (Bug #1468895)
547 - Made password encryption key configurable
548 - Minor bugfixes with charset encoding
66e2bf 549 - Added <label> tags to forms (Ticket #1483810)
bac7d1 550
T 551
66e2bf 552 2006/07/07 (thomasb)
321302 553 ----------
T 554 - Fixed INSTALL_PATH bug #1425663
555
556
b4b081 557 2006/07/03 (richs)
S 558 ----------
559 - Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
560 - Updated French localizations (Ticket #1483862)
561 - Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
562 - Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
563 - Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
564 - Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php) 
565
566
25d8ba 567 2006/06/30 (richs)
S 568 ----------
569 - Fixed empty INBOX compatibility bug (Patch #1443200)
570 - Temporarily fixed French "compact" localization (Patch #1483862)
571 - Fixed "Select All" not working with Delete interface button (Bug #1332434)
572 - Fixed messsage list column compatibility with Konqueror (Bug #1395711)
573 - Fixed "unread count" in window title when count changed (Bug #1483812)
574 - Fixed DB error when deleting from message table (Patch #1483835)
575
b4b081 576
a894ba 577 2006/06/29 (richs)
S 578 ----------
579 - Added ability to remove attachments (Feature #1436721)
580 - Default folders are now auto-created on first login (Feature #1471594)
581 - Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
582 - Corrected Italian localizations
583 - Tweaked rename-folder form to clear after a rename
584
585
c8c1e0 586 2006/06/26 (richs)
S 587 ----------
588 - Added button to immediately check for new messages 
589 - New message checking now displays status "Checking for new messages..."
590 - New message checking now looks for unread messages in all mailboxes (Feature #1326401)
591 - Task buttons now respond to clicks by darkening (as in other applications)
592 - Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
593 - Added ability to sort messages by "Size"
594 - Added ability to rename folders (Feature #1326396)
595 - Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
596 - Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
597
598
b068a0 599 2006/06/25
T 600 ----------
601 - Changed behavior to include host-specific configuration (Bug #1483849)
602 - Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
603 - Fixed spell checker to work with the new URL at google.com
604 - Some memory and security optimizations sendmail.inc
605 - Updated UGRADING description
606
607
1966c5 608 2006/06/19
S 609 ----------
610 - Added Drafts support (Feature #1326839) (richs)
611
b068a0 612
d72d41 613 2006/06/02
T 614 ----------
615 - Updated Estonian localization and moved from ee to et
616 - Added Bulgarian localization
617
618
619 2006/05/25
620 ----------
621 - Finalized GoogieSpell integration
622
623
cead5c 624 2006/05/18
T 625 ----------
626 - Added Arabic and Armenian localizations
627 - Updated Russian localization
628 - Removed MDB2 classes from repository. Install them seperately if used.
629 - Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
630 - Allow & in e-mail addresses
631
632
e886c1 633 2006/05/05
326e87 634 ----------
e886c1 635 - Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
T 636 - Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
637 - Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
638 - Corrected INSTALL description (Bug #1476106)
ad7063 639 - Added charset to javascript HTTP headers
e886c1 640 - Fixed Opera bug with CC and BCC fields (Bug #1474576)
T 641 - Changed login page title regarding product name (Bug #1476413)
326e87 642 - Pimped search function
69b83b 643 - Applied attachment viewing/forwarding patches by Andrew Fladmark
dd53e2 644 - Applied prev/next patch by Leonard Bouchet
T 645 - Applied patches by Mark Bucciarelli
646 - Applied patch for requesting receipts by Salvatore Ansani
647 - Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
648
649
c40563 650 2006/04/13
T 651 ----------
652 - Added Slovenian localization
653 - Updated Portuguese localization
654 - Fixed parent.location problem for compose-links
655 - Added sort order saving patch by Jacob Brunson
656 - Added gzip compression support
657
658
0f246a 659 2006/04/02
T 660 ----------
661 - Added Lithuanian localization
662 - Improved search function
663 - Added version string as template object
664 - Load host-specific configuration file (see config/main.inc.php)
665 - New config parameter adding domain to user names for login
666 - Strip tags on _auth, _action, _task parameters
667 - Corrected labels for next/previous page buttons in address book 
668
669
4647e1 670 2006/03/23
T 671 ----------
672 - Auto-detect mail header delimiters
673 - Regard daylight savings
674 - Localized quota display
675 - Started implementing search function
676
677
8c2e58 678 2006/03/20
T 679 ----------
ad57b3 680 - Avoid error message when saving an unchanged identity (Bug #1429510)
8c2e58 681 - Fixed hard-coded cols selection for sent folder (Bug #1354586)
T 682 - Enable some HTML links for use with "open in new window" or "save target"
683 - Check meta-key instead of ctrl on Macs
684 - Ignore double clicks when holding down a modifier key
685 - Fixed reloading of the login page
686 - Fixed typo in compose template (Bug #1446852)
687 - Added compose button to message read step (Request #1433288)
688 - New config parameter for persistent database connections (Bug #1431817)
689
690
ffcbd8 691 2006/03/14
T 692 ----------
693 - Don't remove internal HTML tags in plaintext messages
694 - Improved error handling in DB connection failure
695
0a6937 696
T 697 2006/02/22
698 ----------
699 - Updated localizations
700 - Fixed bug #1435989
701
702
f88d41 703 2006/02/19
T 704 ----------
705 - Updated localizations
706 - Applied patch of Anders Karlsson
707 - Applied patch of Jacob Brunson
708 - Applied patch for virtuser_query by Robin Elfrink
709 - Added support for References header (patch by Auke)
710 - Added support for mbstring module by Tadashi Jokagi
711 - Added function for automatic remove of slashes on GET and POST vars
712   if magic_quotes is enabled
713
714
715 2006/02/05
15a9d1 716 ----------
58e360 717 - Added Slovak, Hungarian, Bosnian and Croation translation
15a9d1 718 - Fixed bug when inserting signatures with !?&
f88d41 719 - Chopping message headers before inserting into the message cache table
T 720   (to avoid bugs in Postgres)
15a9d1 721 - Allow one-char domains in e-mail addresses
T 722 - Make product name in page title configurable
723 - Make username available as skin object
f88d41 724 - Added session_write_close() in rcube_db class destructor to avoid problems
T 725   in PHP 5.0.5
726 - Use move_uploaded_file() instead of copy() for a more secure handling of
727   uploaded attachments
15a9d1 728 - Additional config parameter to show/hide deleted messages
T 729 - Added periodic request for checking new mails (Request #1307821)
730 - Added EXPUNGE command
731 - Optimized loading time for mail interface
051893 732 - Changed to full UTF-8 support
T 733 - Additional timezones (Patch #1389912)
734 - Added LDAP public search (experimental)
03cc16 735 - Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
T 736 - Casting to strings when adding empty headers to message cache (Bug #1406026)
58e360 737 - Skip sender-address as recipient when Reply-to-all
T 738 - Fixes in utf8-class
739 - Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
f88d41 740 - Added garbage collector for message cache
T 741 - Added patches for BCC headers
15a9d1 742
977a29 743
T 744 2005/12/16
745 ----------
746 - Added Turkish and Simplified Chinese translation
747 - Use virtusertable to resolve e-mail addresses at login
f88d41 748 - Configurable mail_domain used to compose correct e-mail addresses
T 749   on first login
977a29 750
T 751
1cded8 752 2005/12/03
4e17e6 753 ----------
f88d41 754 - Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
T 755   Estonian and Chinese translation
f3b659 756 - Get IMAP server capabilities in array
T 757 - Check for NAMESPACE capability before sending command
758 - Set default user language from config 'locale_string'
b076a4 759 - Added sorting patch for message list
T 760 - Make default sort col/order configurable
dba5f7 761 - Fixed XSS in address book and identities
e0ddd4 762 - Added more XSS protection (Bug #1308236)
T 763 - Added tab indexes for compose form
10a699 764 - Added 'changed' col to contacts table
T 765 - Support for 160-bit session hashes
766 - Added input check for contacts and identities (Patch #1346523)
767 - Added messages/warning to compose step (Patch #1323895)
b4a999 768 - Added favicon to the default skin
583f1c 769 - Fixed Bug #1334337 as far as possible
ecf759 770 - Added Reply-To-All functionality (Request #1326395, Patch #1349777)
T 771 - Redesign of client side AJAX code (enable multi threading)
772 - Added keep-alive signal every minute
0cbc09 773 - Make logs dir configurable
fd8c50 774 - Added support for SMTPS
4b0f65 775 - Decode attachment file names
T 776 - Make delimiter for message headers configurable
777 - Add generic footer to sent messages
1cded8 778 - Choose the rigt identity when replying
T 779 - Remove signature when replying (Request #1333167)
780 - Signatures for each identity
781 - Select charset when composing message
782 - Complete re-design of the caching mechanism
4b0f65 783
T 784
1cded8 785 2005/08/11
T 786 ----------
787 - Write list header to client even if list is empty
788 - Add functions "select all", "select none" to message list
f88d41 789 - Improved filter for HTML messages to remove potentially malicious tags
T 790   (script, iframe, object) and event handlers.
1cded8 791 - Buttons for next/previous message in view mode
T 792 - Add new created contact to list and show confirmation status
793 - Added folder management (subscribe/create/delete)
794 - Log message sending (SMTP log)
795 - Grant access for Camino browser
796 - Added German translation
797
798
799 2005/10/20
800 ----------
801 - Added Swedish, Latvian, Portuguese and Catalan translation
802 - Make SMTP auth method configurable
803 - Make mailboxlist scrollable (Bug #1326372)
804 - Fixed SSL support
805 - Improved support for Courier IMAP (root folder and delimiter issues)
806 - Moved taskbar from bottom to top
807 - Added 'session_lifetime' parameter
808 - Fixed wrong unread count when deleting message (Bug #1332434)
809 - Srip tags when creating a new folder (Bug #1332084)
810 - Translate HTML tags in message headers (Bug #1330134)
811 - Correction in German translation (Bug #1329434)
812 - Display folder names with special chars correctly (Bug #1330157)
813
814
815 2005/10/07
816 ----------
817 - Added French, Italian, Spanish, Danish, Dutch translation
818 - Clarified license (Bug #1305966)
819 - Fixed PHP warnings (Bug #1299403)
820 - Fixed english translation (Bug #1295406)
821 - Fixed bug #1290833: Last character of email not seen
822 - Fixed bug #1292199 when creating new user
823 - Allow more browsers (Bug #1285101)
824 - Added setting for showing pretty dates
825 - Added support for SQLite database
826 - Make use of message caching configurable
827 - Also add attachments when forwarding a message
828 - Long folder names will not flow over message list (Bug #1267232)
829 - Show nested mailboxes hieracically
830 - Enable IMAPS by host
831
832
833 2005/08/20
834 ----------
835 - Improved cacheing of mailbox messagecount
836 - Fixed javascript bug when creating a new message folder
837 - Fixed javascript bugs #1260990 and #1260992: folder selection
838 - Make Trash folder configurable
839 - Auto create folders Inbox, Sent and Trash (if configured)
840 - Support for IMAP root folder
841 - Added support fot text/enriched messages
842 - Make list of special mailboxes configurable
843