mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
* eMail: fix problem with failedattachment from vfs
This commit is contained in:
parent
262c0e5990
commit
669f2083b0
@ -844,15 +844,12 @@
|
||||
{
|
||||
egw_vfs::load_wrapper('vfs');
|
||||
}
|
||||
else
|
||||
{
|
||||
$_mailObject->AddAttachment (
|
||||
$attachment['file'],
|
||||
$_mailObject->EncodeHeader($attachment['name']),
|
||||
(strtoupper($attachment['type'])=='MESSAGE/RFC822'?'7bit':'base64'),
|
||||
$attachment['type']
|
||||
);
|
||||
}
|
||||
$_mailObject->AddAttachment (
|
||||
$attachment['file'],
|
||||
$_mailObject->EncodeHeader($attachment['name']),
|
||||
(strtoupper($attachment['type'])=='MESSAGE/RFC822'?'7bit':'base64'),
|
||||
$attachment['type']
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user