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