Opened 4 years ago
Closed 4 years ago
#1485773 closed Bugs (fixed)
TNEF Implementation Bug
| Reported by: | lacri | Owned by: | thomasb |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2.2 |
| Component: | PHP backend | Version: | 0.2.1 |
| Severity: | normal | Keywords: | TNEF winmail.dat |
| Cc: | eric.appelt@… |
Description
i have tested the TNEF implementation,
the output is not correct in preview pane, by reply and view the message, the TNEF Libary put the responce directly out
and put the response not to a return var.
the message in the error log
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
Change History (6)
comment:1 Changed 4 years ago by lacri
- Cc eric.appelt@… added
comment:2 Changed 4 years ago by alec
- Owner set to thomasb
comment:3 Changed 4 years ago by lacri
i have implemented and testet the horde tnef decoder http://www.kolab.org/pipermail/kolab-commits/2005q4/003205.html
does not working => Maximum execution time of 120 seconds exceeded
type0 and type1 in rcube_imap.php are set to types and subtypes for this class
winmail.dat with single attachment are display when i open the attachment in the file a notice thats a Mapi Massage not supportet. on a winmail.dat with multiple contents execution time out.
i hope you find a solution for this.
comment:4 Changed 4 years ago by alec
Provide a sample message, please.
comment:5 Changed 4 years ago by lacri
i forward sample messages to you via E-Mail
comment:6 Changed 4 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Fixed in [dadb05b0], but we need a better TNEF decoding implementation.

Here's a simple object oriented implementation of tnef files handling (tnef.php) http://www.kolab.org/pipermail/kolab-commits/2005q4/003205.html