Changeset 7773 for trunk


Ignore:
Timestamp:
01/21/13 10:38:50 (11 years ago)
Author:
cristiano
Message:

Ticket #3311 - Caracteres estranho em email via Z-push

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zpush/backend/expresso/providers/imapProvider.php

    r7709 r7773  
    10491049            $htmlBody = str_replace("\n","\r\n", str_replace("\r","",$htmlBody)); 
    10501050            $plainBody = str_replace("\n","\r\n", str_replace("\r","",$plainBody)); 
    1051  
     1051            $plainBody = html_entity_decode($plainBody); 
    10521052            if (Request::GetProtocolVersion() >= 12.0) { 
    10531053                $output->asbody = new SyncBaseBody(); 
Note: See TracChangeset for help on using the changeset viewer.