#1485983 closed Bugs (worksforme)
Read Receipt wrong displayed
| Reported by: | jasb | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3-stable |
| Component: | MIME parsing | Version: | 0.2.1 |
| Severity: | normal | Keywords: | |
| Cc: | mysql.jorge@… |
Description
Howdy,
Read Receipt's from MSOutlook 2007 get wrong displayed, check this image:
http://neotrix.decimal.pt/dbmail/rr.jpg
You'll see the (null) below, that is not part of the message. This is not shown in MSOutlook 2007, Outlook Express, Thunderbird and SquirrelMail?, this only appears in RoundCube.
Attached there's the raw message of the Read Receipt.
Attachments (2)
Change History (12)
Changed 4 years ago by jasb
comment:1 Changed 4 years ago by jasb
- Cc mysql.jorge@… added
comment:2 Changed 4 years ago by alec
- Component changed from Other to MIME parsing
- Milestone changed from later to 0.3-stable
- Resolution set to worksforme
- Status changed from new to closed
comment:3 Changed 4 years ago by jasb
I'm using last 0.3, is this only fixed in trunk?
comment:4 Changed 4 years ago by alec
I don't remember the change, but yes, it was fixed after 0.3-beta release.
comment:5 Changed 4 years ago by jasb
I'm sorry, but last trunk show's the receipt that way also!
I'm sure it's last trunk.
got it from:
svn checkout https://svn.roundcube.net/trunk
comment:6 Changed 4 years ago by alec
Enable 'imap_debug' option and show logs/imap contents.
comment:7 Changed 4 years ago by jasb
Check new attached file with the info you asked for.
Did the log with:
$rcmail_configdebug_level? = 8;
$rcmail_configimap_debug? = true;
Changed 4 years ago by jasb
comment:8 Changed 4 years ago by alec
OK, bodystructure reply looks right. What PHP version you've got?
comment:9 Changed 4 years ago by alec
Also, check with [3b7e00fb] change.
comment:10 Changed 4 years ago by jasb
Perfect now!
I'm on php 5.2.10

Works for me with current svn-trunk version.