Anonymous | Login | Signup for a new account | 2021-03-04 23:59 GMT | ![]() |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001349 | SiT! | inbound email | public | 2010-06-18 16:03 | 2010-07-21 21:29 | ||||
Reporter | nicdev | ||||||||
Assigned To | ivan | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 3.60 LTS | ||||||||
Target Version | 3.62 LTS | Fixed in Version | 3.62 LTS | ||||||
Summary | 0001349: Certain messages are imported with empty message bodies | ||||||||
Description | Certain mail messages are sent as Single part mime messages, but when the single part is html, the message body is in fact empty, and the $message variable is not filled. this is quite rare, but happens. | ||||||||
Additional Information | In inboundemail.php changes are required to treat such messages as per chat with Ivan. Sample of code changes: switch ($results['Type']) { case 'html': if (!empty($results['Alternative'][0]['Data'])) { $message = $results['Alternative'][0]['Data']; } else { $message = strip_tags(html_entity_decode($results['Data'],ENT_QUOTES)); } break; case 'text': $message = $results['Data']; break; default: break; } | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
ivan (administrator) 2010-06-19 17:07 |
Fixed in svn 3.x branch: r6513 Fixed in git 784830c thanks Nico |
ivan (administrator) 2010-07-18 15:05 |
Released in v3.62 |
![]() |
|||
Date Modified | Username | Field | Change |
2010-06-18 16:03 | nicdev | New Issue | |
2010-06-19 16:24 | ivan | Assigned To | => ivan |
2010-06-19 16:24 | ivan | Status | new => assigned |
2010-06-19 16:25 | ivan | Target Version | => 3.62 LTS |
2010-06-19 17:07 | ivan | Note Added: 0003262 | |
2010-06-19 17:07 | ivan | Status | assigned => resolved |
2010-06-19 17:07 | ivan | Fixed in Version | => Current SVN |
2010-06-19 17:07 | ivan | Resolution | open => fixed |
2010-07-18 15:05 | ivan | Note Added: 0003331 | |
2010-07-18 15:05 | ivan | Status | resolved => closed |
2010-07-21 21:29 | ivan | Fixed in Version | Current SVN => 3.62 LTS |
Copyright © 2000 - 2021 MantisBT Team |