Changeset 1480e2f in github
- Timestamp:
- Oct 2, 2009 3:22:33 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- ee3c580
- Parents:
- 7d1db8c
- File:
-
- 1 edited
-
program/lib/imap.inc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/lib/imap.inc
rbdab2c5 r1480e2f 2271 2271 else 2272 2272 $prev = ''; 2273 2273 2274 2274 if ($file) 2275 2275 fwrite($file, base64_decode($line)); … … 2307 2307 } 2308 2308 } 2309 2310 2309 // read in anything up until last line 2311 2310 if (!$end) … … 2315 2314 2316 2315 if ($result) { 2317 $result = rtrim($result, "\t\r\n\0\x0B");2318 2316 if ($file) { 2319 2317 fwrite($file, $result); … … 2321 2319 echo $result; 2322 2320 } else 2323 return $result; // substr($result, 0, strlen($result)-1);2321 return $result; 2324 2322 2325 2323 return true; 2326 2324 } 2327 2325 } 2328 2326 2329 2327 return false; 2330 2328 }
Note: See TracChangeset
for help on using the changeset viewer.
