Changeset 2475 in subversion for trunk/roundcubemail/program/lib/imap.inc
- Timestamp:
- May 14, 2009 2:39:10 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/lib/imap.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/lib/imap.inc
r2473 r2475 2419 2419 $result .= quoted_printable_decode($line); 2420 2420 } else if ($mode == 3) { 2421 if ($line == 'end' )2421 if ($line == 'end' || preg_match('/^begin\s+[0-7]+\s+.+$/', $line)) 2422 2422 continue; 2423 2423 if ($file)
Note: See TracChangeset
for help on using the changeset viewer.
