* Centralise the attachment deleting code into the Message class
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 21 Nov 2005 20:11:48 +0000 (20:11 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 21 Nov 2005 20:11:48 +0000 (20:11 +0000)
commitc077ffeb31033c67acc441a1d0314a9e1896d6fc
treec5d30bf9cb4c9e83472cad169c2558700caa7f13
parentf6382d6b141b4d79fd98661aea6aafb1b10f2850
* Centralise the attachment deleting code into the Message class
* Use this from the various places in the code where this was duplicated
* Fix the broken code in signout.php to cleanup lingering attachments
  by using this same function.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10387 7612ce4b-ef26-0410-bec9-ea0150e637f0
ChangeLog
class/mime/Message.class.php
src/compose.php
src/read_body.php
src/signout.php