Summary | Drafts attachments don't get sent |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | goncalo.queiros (at) portugalmail (dot) net |
Created | 12/22/2010 (5286 days ago) |
Due | |
Updated | 12/22/2010 (5286 days ago) |
Assigned | |
Resolved | 12/22/2010 (5286 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Bug #9461: Fix adding attachments from drafthttp://git.horde.org/horde-git/-/commit/385d7aca7e6185ad9d4531143f59b3b9cf16bba5
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Drafts attachments don't get sent
Type ⇒ Bug
State ⇒ Unconfirmed
arrives empty.
Been digging the code, and found out that when a draft is resumed, the
temporary file that is created to be sent is empty, so the attachment
always arrives empty. Hacking the file, and giving it content before
we send the draft, works fine, so it really seems to be a problem on
the creation of this file.
Also, when you save a draft with an attachment, when you resume that
draft, you will have an extra attachment (that is the original message)