#1485747 closed Bugs (worksforme)
attachments not included in forwarded mail
| Reported by: | davidfarrar | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3-stable |
| Component: | PHP backend | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When forwarding a mail containing attachments, the files are shown in the attachment list while editing the message but are not actually included in the mail when it is sent.
Any additional attachments appended to the message when composing the reply are included as normal.
Change History (5)
comment:1 Changed 4 years ago by alec
- Component changed from Addressbook to PHP backend
- Milestone changed from later to 0.2.1
comment:2 Changed 4 years ago by thomasb
Works for me as well.
comment:3 Changed 4 years ago by alec
- Resolution set to worksforme
- Status changed from new to closed
No feedback.
comment:4 Changed 4 years ago by nick.lock
We have now worked round this problem, and are able to offer more information in case others encounter the same issue.
OS is Ubuntu 9.04, with RC build 2435.
Although no entries could be found in the logs regarding mails with missing attachments, large numbers of errors were recorded in roundcube/logs/errors of the type reported here:
http://www.roundcubeforum.net/pending-issues/4051-mdb2-error-constraint-violation.html
Setting
$rcmail_config['enable_caching'] = FALSE;
in roundcube/config/main.inc.php fixes these error messages (as reported in the forum post) and also restores the attachment forwarding functionality.
comment:5 Changed 4 years ago by alec
- Milestone changed from 0.2.2 to 0.3-stable
Please, test with current svn-trunk version.

Works for me. We need more info. Any errors in the logs?