DO NOT buffer base64 encoded attachments before we decode them. Instead
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 18 Jun 2003 18:39:12 +0000 (18:39 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 18 Jun 2003 18:39:12 +0000 (18:39 +0000)
commit7c7b74b374e2cbc848b8fff895123d26f0d9051d
tree26c0b19e4fce920e613e2a4f5f1d5ab4c9cd1baa
parent1916271776071b472e751cbee660dd1f85c11a2d
DO NOT buffer base64 encoded attachments before we decode them. Instead
decode them directly after we retrieved the data from the imapserver and
echo te result. This will safe a lot of memmory usage :)

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