Changeset 8145
- Timestamp:
- 05/08/13 10:43:47 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/inc/class.imap_functions.inc.php
r8098 r8145 960 960 961 961 $content .= $this->decodeMailPart($part->body,$part->ctype_parameters['charset']); 962 $i = -1; 962 963 } 963 964 … … 968 969 969 970 $content .= '<pre>'. htmlentities($this->decodeMailPart($part->body,$part->ctype_parameters['charset'],false)).'</pre>'; 971 $i = -1; 970 972 } 971 if(strtolower($part->ctype_secondary) == 'calendar')972 $content.= $this->builderMsgCalendar($this->decodeMailPart($part->body, $part->ctype_parameters['charset']));973 973 // Comentado para tratamento de e-mail multipart alternative com html e ical. Parseava o ical e ignorava o html. 974 //if(strtolower($part->ctype_secondary) == 'calendar') 975 // $content.= $this->builderMsgCalendar($this->decodeMailPart($part->body, $part->ctype_parameters['charset'])); 974 976 } 975 977 976 $i = -1;977 978 break; 978 979 … … 1466 1467 } 1467 1468 $return['alarm'] = $alarm; 1468 1469 1469 1470 return $return; 1470 1471 }
Note: See TracChangeset
for help on using the changeset viewer.