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