alecpl
2009-05-14 b31a0af1f4da941542e2639bb1ea2e4620d0a1db
program/lib/imap.inc
@@ -2418,7 +2418,7 @@
               else
                  $result .= quoted_printable_decode($line);
            } else if ($mode == 3) {
               if ($line == 'end')
               if ($line == 'end' || preg_match('/^begin\s+[0-7]+\s+.+$/', $line))
                  continue;
               if ($file)
                  fwrite($file, convert_uudecode($line));