Changeset 2154 in subversion for trunk/roundcubemail/program/lib/Mail/mimePart.php
- Timestamp:
- Dec 16, 2008 7:37:05 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/lib/Mail/mimePart.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/lib/Mail/mimePart.php
r2043 r2154 186 186 if (isset($contentType['type'])) { 187 187 $headers['Content-Type'] = $contentType['type']; 188 if (isset($contentType['charset'])) { 189 $headers['Content-Type'] .= "; charset=\"{$contentType['charset']}\""; 190 } 188 191 if (isset($contentType['name'])) { 189 192 $headers['Content-Type'] .= ';' . MAIL_MIMEPART_CRLF; … … 193 196 isset($contentType['language']) ? $contentType['language'] : NULL, 194 197 isset($params['name-encoding']) ? $params['name-encoding'] : NULL); 195 } elseif (isset($contentType['charset'])) {196 $headers['Content-Type'] .= "; charset=\"{$contentType['charset']}\"";197 198 } 198 199 }
Note: See TracChangeset
for help on using the changeset viewer.
