Changeset 2103


Ignore:
Timestamp:
03/01/10 16:21:06 (14 years ago)
Author:
niltonneto
Message:

Ticket #850 - Corrigido formatação de texto ao visualizar email text/plain.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/expressoMail1_2/inc/class.imap_functions.inc.php

    r2100 r2103  
    712712                        if (strtolower($msg->structure[$msg_number]->subtype) == "plain") 
    713713                        { 
    714                                 $content .= nl2br($this->decodeBody((imap_body($this->mbox, $msg_number, FT_UID)), $msg->encoding[$msg_number][0], $msg->charset[$msg_number][0])); 
     714                                $content .= '<span style="font-family: monospace">' . nl2br($this->decodeBody((imap_body($this->mbox, $msg_number, FT_UID)), $msg->encoding[$msg_number][0], $msg->charset[$msg_number][0])) . '</span>'; 
    715715                        } 
    716716                        else if (strtolower($msg->structure[$msg_number]->subtype) == "html") 
Note: See TracChangeset for help on using the changeset viewer.