Due to changed behaviour of fread (see php bug 24033) we cannot use large
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 24 Jul 2003 21:23:18 +0000 (21:23 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 24 Jul 2003 21:23:18 +0000 (21:23 +0000)
commit811318c51f2e27e815c205ff80d42dd88cfd1d49
tree1450c1fbeeddd2162952ea622ff036b12929f34c
parentff6f916c8c81d309a784ad397155a68c315ac89f
Due to changed behaviour of fread (see php bug 24033) we cannot use large
buffersizes anymore because we cannot trust fread if the requested buffer is
actually returned.
blocking socket connections do not work anymore like they supposed to work
:(

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5418 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/imap_general.php