[imp] IMP as Windows default mailer, attachments?

2012-12-02 Thread Lukas Gradl
Hi! I'm trying to install Imp H5 as Windows default mailer. I could register it as default for mailto links, but this only opens the compose window with the recievers address filled in - no message body, no attachments. To fully replace the desktop mailer I would need to pass the message bo

[imp] Possible Bug in IMP H5?

2012-12-02 Thread Lukas Gradl
Hi! I'm not very good at php, so I ask here first before opening a bug in bugtracker. When composing a mail through a mailto link the message body is not passed to the dynamic compose window. In imp/lib/Dynamic/Compose.php near the end there are the lines case 'new': case 'template_new': d

Re: [imp] IMP as Windows default mailer, attachments?

2012-12-02 Thread Michael M Slusarz
Quoting Lukas Gradl : To fully replace the desktop mailer I would need to pass the message body to the window as well and automatically upload an attachment. Is there any chance to do so? Is there any way to automatically upload an attachment? Yes. But you need to mimic PHP's upload data

Re: [imp] Possible Bug in IMP H5?

2012-12-02 Thread Michael M Slusarz
Quoting Lukas Gradl : When composing a mail through a mailto link the message body is not passed to the dynamic compose window. [snip] Shouldn't that last line be: $onload->body = strval($args['body']); Yes. Fixed in IMP 6.0.3. michael ___ Michael Slusar