Changeset 6735
- Timestamp:
- 07/06/12 11:10:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4/expressoMail1_2/inc/class.imap_functions.inc.php
r6719 r6735 2946 2946 break; 2947 2947 case 'imapMSG': 2948 $mbox_stream = $this->open_mbox( $value['folder']);2948 $mbox_stream = $this->open_mbox(mb_convert_encoding($value['folder'] , 'ISO-8859-1' , 'UTF7-IMAP')); 2949 2949 $rawmsg = $this->getRawHeader($value['uid']) . "\r\n\r\n" . $this->getRawBody($value['uid']); 2950 2950
Note: See TracChangeset
for help on using the changeset viewer.