Author Topic: RoundCube News: Update 0.2.1 released  (Read 7590 times)

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
RoundCube News: Update 0.2.1 released
« on: March 10, 2009, 07:01:23 AM »
This service release includes more than 40 bug fixes, security improvements and completes some missing translations. We also added TNEF support to decode proprietary MS Outlook attachments (winmail.dat) and tuned the performance when displaying a message. (0 comments)

More...
 
  

Offline lacri

  • Full Member
  • ***
  • Posts: 179
    • http://www.php-lexikon.de
Tnef bug
« Reply #1 on: March 10, 2009, 10:05:14 AM »
thx  for your great and hard work i have tested the TNEF implementation ...

the output is not correct ...the TNEF Libary put the responce directly via echo out
and put the response not to the return var.

the message in the error log ...
Code: [Select]
[10-Mar-2009 14:56:02] PHP Warning:  Cannot modify header information - headers already sent by (output started at /var/www/htdocs/roundcube/program/lib/tnef_decoder.inc:121) in /var/www/htdocs/roundcube/program/steps/mail/get.inc on line 110

and for the incorrect output see attached image.
« Last Edit: February 02, 2010, 11:20:58 AM by lacri »

Offline xyanide

  • Jr. Member
  • **
  • Posts: 41
RoundCube News: Update 0.2.1 released
« Reply #2 on: March 10, 2009, 08:18:17 PM »
You should report this to the roundcube trac (trac.roundcube.net).
The developers don`t come here very often.


- Xyanide