In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1329 [In-Portal CMS] Email Templates bug report always 2012-06-19 05:21 2012-07-25 05:29
alex  
alex  
normal  
closed 5.0.0  
fixed  
 
none 5.2.0  
https://groups.google.com/d/topic/in-portal-bugs/-ID6x4PToWQ/discussion
Fixes broken recipient names in multi-recipient e-mail
1
0001329: Multi-recipient e-mail has broken recipient names on 5.x
When In-Portal sends out e-mails it encodes sender and recipients e-mail addresses using Quoted-Printable as algorithm and utf-8 as charset.

Encoding is right, but when you need to send e-mail to 2 (or more) e-mails together then code, that connects them into 1 recipient string cuts of first 2 symbols of encoded line resulting in e-mail client not being able to properly decode it.
patch multi_recipient_email_has_broken_recipient_names.patch (1,593) 2012-06-19 05:21
http://tracker.in-portal.org/file_download.php?file_id=1713&type=bug
Issue History
2012-07-25 05:29 alex Note Added: 0004857
2012-07-25 05:29 alex Status resolved => closed
2012-06-19 05:25 alex Note Added: 0004737
2012-06-19 05:25 alex Status reviewed and tested => resolved
2012-06-19 05:25 alex Fixed in Version => 5.2.0
2012-06-19 05:25 alex Resolution open => fixed
2012-06-19 05:25 alex Assigned To !COMMUNITY => alex
2012-06-19 05:25 alex Changeset attached 5.2.x r15415
2012-06-19 05:24 alex Note Added: 0004736
2012-06-19 05:24 alex Status needs testing => reviewed and tested
2012-06-19 05:24 alex Assigned To => !COMMUNITY
2012-06-19 05:24 alex Developer => alex
2012-06-19 05:24 alex Status active => needs testing
2012-06-19 05:24 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/-ID6x4PToWQ/discussion
2012-06-19 05:21 alex New Issue
2012-06-19 05:21 alex File Added: multi_recipient_email_has_broken_recipient_names.patch
2012-06-19 05:21 alex Change Log Message => Fixes broken recipient names in multi-recipient e-mail
2012-06-19 05:21 alex Estimate Points => 1

Notes
(0004736)
alex   
2012-06-19 05:24   
Will test all together later.
(0004737)
alex   
2012-06-19 05:25   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001329: Multi-recipient e-mail has broken recipient names on 5.x
(0004857)
alex   
2012-07-25 05:29   
Since 5.2.0 version was released.