git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13874
7612ce4b-ef26-0410-bec9-
ea0150e637f0
}
if (!$exclude) {
- if (($entity->type0 == 'multipart') &&
- ($entity->type1 != 'related')) {
+ if ($entity->type0 == 'multipart') {
$result = $entity->getAttachments($exclude_id, $result);
} else if ($entity->type0 != 'multipart') {
$result[] = $entity;
- Remove personal data from Message ID seed. (#880029/847107)
- Implemented page referal verification mechanism. (Secunia Advisory SA34627)
- Implemented security token system. (Secunia Advisory SA34627)
+ - Fix issue with multi-part related messages not showing all attachments (#2830140).
Version 1.5.1 (branched on 2006-02-12)
--------------------------------------