#1486432 closed Bugs (fixed)
Display differences between outlook and RC
| Reported by: | jasb | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.4-stable |
| Component: | Core functionality | Version: | 0.3.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Howdy,
I'd been seeing a difference on how message are displayed between MSO and RC.
This case, what got into my attention is the word "Decimal" that is apearing on top of the body text "Teste".
The image that is supposed to appear in the end of the message, is beeing shown as an attach.
Is there something you can do about this?
Attachments (3)
Change History (8)
Changed 3 years ago by jasb
Changed 3 years ago by jasb
Changed 3 years ago by jasb
comment:1 Changed 3 years ago by alec
comment:2 Changed 3 years ago by alec
Problem with title ("Decimal") has been fixed in [96b679d1].
comment:3 Changed 3 years ago by jasb
Thank you for this last fix :)
About the image, I understand that the problem is on outlook.
This message was produced with MSOE, but i believe the same will happen with it's replacer "Windows Mail", that is the same but with another name.
If it's possible to do anything about this, an workarround or so, let me know.
comment:4 Changed 3 years ago by alec
- Component changed from User Interface to Core functionality
- Milestone changed from later to 0.4-stable
- Resolution set to fixed
- Status changed from new to closed
Finally fixed in [648db37e]. The problem was with image's part mimetype.
comment:5 Changed 3 years ago by jasb
Thank you!

The method which Outlook uses to produce multipart/alternative messages with inline images is wrong. It should be m/related inside of m/alternative, not m/alternative inside of m/related. That's why we have a problem here. Maybe we could handle this frequent situation in better way.