Changeset 1196 in subversion
- Timestamp:
- Mar 21, 2008 8:03:45 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_imap.inc
r1195 r1196 1675 1675 $a_mboxes = $mbox_name; 1676 1676 else if (is_string($mbox_name) && strlen($mbox_name)) 1677 $a_mboxes = explode(',', $mbox_name);1677 $a_mboxes = (array)$mbox_name; 1678 1678 1679 1679 // let this common function do the main work … … 2336 2336 if ($pos !== false) 2337 2337 { 2338 // rfc: all line breaks or other characters not found in the Base64 Alphabet must be ignored by decoding software 2339 // delete all blanks between MIME-lines, differently we can receive unnecessary blanks and broken utf-8 symbols 2340 $input = preg_replace("/\?=\s+=\?/", '?==?', $input); 2341 2338 2342 $out = substr($input, 0, $pos); 2339 2343
Note: See TracChangeset
for help on using the changeset viewer.
