Summary | Add attachments through compose link |
Queue | IMP |
Queue Version | Git master |
Type | Enhancement |
State | Accepted |
Priority | 1. Low |
Owners | |
Requester | jan (at) horde (dot) org |
Created | 02/20/2009 (5927 days ago) |
Due | |
Updated | 09/02/2009 (5733 days ago) |
Assigned | |
Resolved | |
Milestone | |
Patch | No |
http://www.horde.org/bounties/details.php#imp_attachmentlink
State ⇒ Accepted
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Add attachments through compose link
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
require to pick the attachments from a dialog in Gollem, which stores
the files in the session and hands a session id back to IMP, which
reads the files from the session.
If we instead refactor it so that Gollem is giving a path back to IMP,
then we could open the IMP compose window with such a parameter and
have an attachment automatically added without user intervention.
Obviously this has to be thought through security-wise. The idea is to
make integration with external systems easier. It's already possible
to link to the compose window and prefill addresses and the message
body, but attachments are still missing.