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