Changeset 1887


Ignore:
Timestamp:
12/22/09 15:07:08 (14 years ago)
Author:
niltonneto
Message:

Ticket #2 - Desfazendo envio de código errado feito na r1489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.imap_functions.inc.php

    r1824 r1887  
    877877                                                                $obj = imap_rfc822_parse_headers(imap_fetchbody($this->mbox, $msg_number, $msg_part, FT_UID), $msg->encoding[$msg_number][$values]); 
    878878                                                                $content .= "<hr align='left' width='95%' style='border:1px solid #DCDCDC'>"; 
    879                                                                 $content .= "<br>".$attachment['type'].' - '.$attachment['part_in_msg']."<table  style='margin:2px;border:1px solid black;background:#EAEAEA'>"; 
     879                                                                $content .= "<br><table  style='margin:2px;border:1px solid black;background:#EAEAEA'>"; 
    880880                                                                $content .= "<tr><td><b>".$this->functions->getLang("Subject").":</b></td><td>".$this->decode_string($obj->subject)."</td></tr>"; 
    881881                                                                $content .= "<tr><td><b>".$this->functions->getLang("From").":</b></td><td>".$this->decode_string($obj->from[0]->mailbox."@".$obj->from[0]->host)."</td></tr>"; 
Note: See TracChangeset for help on using the changeset viewer.