Changeset 6720
- Timestamp:
- 07/05/12 15:38:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/inc/class.imap_functions.inc.php
r6704 r6720 2945 2945 break; 2946 2946 case 'imapMSG': 2947 $mbox_stream = $this->open_mbox( $value['folder']);2947 $mbox_stream = $this->open_mbox(mb_convert_encoding($value['folder'] , 'ISO-8859-1' , 'UTF7-IMAP')); 2948 2948 $rawmsg = $this->getRawHeader($value['uid']) . "\r\n\r\n" . $this->getRawBody($value['uid']); 2949 2949
Note: See TracChangeset
for help on using the changeset viewer.