| Summary | Add attachments through compose link |
| Queue | IMP |
| Queue Version | Git master |
| Type | Enhancement |
| State | Accepted |
| Priority | 1. Low |
| Owners | |
| Requester | Jan Schneider <jan (at) horde (dot) org> |
| Created | 02/20/09 (391 days ago) |
| Due | |
| Updated | 09/02/09 (197 days ago) |
| Assigned | |
| Resolved | |
| Attachments | |
| Milestone | |
| Patch | No |
http://www.horde.org/bounties/details.php#imp_attachmentlink
State ⇒ Accepted
Patch ⇒
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Add attachments through compose link
Type ⇒ Enhancement
Priority ⇒ 1. Low
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.