Changeset 5463
- Timestamp:
- 02/02/12 09:11:02 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/inc/class.imap_functions.inc.php
r5453 r5463 4086 4086 4087 4087 $folder_id = str_replace('/',$this->imap_delimiter,$params['folder_id']); 4088 4088 $folder_id = mb_convert_encoding($folder_id, "UTF7-IMAP","UTF-8, ISO-8859-1, UTF7-IMAP"); 4089 4089 if(!$this->mbox || !is_resource($this->mbox)) 4090 4090 $this->mbox = $this->open_mbox();
Note: See TracChangeset
for help on using the changeset viewer.