"Warren Post" <inv...@invalid.invalid> wrote:
> On Mon, 17 Sep 2012 16:10:12 -0600, JJ
> AutoIt is Windows only, and I'm using Linux. But I see your point, and
> I'm sure there's more than one scripting solution that could do this.
> LibreOffice itself has a pretty powerful (and multiplatform)
> scripting language, for starters.
>
> But given that the consensus at
ask.libreoffice.org (where I also
> asked) seems to be that it can't just work out of the box like it
> does for, say, Thunderbird, then what I'll do is make a feature
> request of LibreOffice. Does anyone know of any reason the
> LibreOffice developers might blame this on an issue with Opera? I ask
> because I'd like to preempt any objections.
One thing for sure is that the specs for "mailto" protocol doesn't
mention anything about mail attachments. So, one example such as
Microsoft Outlook (older version only; Windows), use non-standard
variable like this:
mailto:
h...@there.com?subject=intro&body=whatever&attachments="c:
\image.jpg"
I don't know about linux but, in Windows, there's a programming interface
(API) for email called MAPI in a file named "MAPI32.DLL", so any program
can use it to send emails to whatever the default email application is,
as long as the email application provides MAPI service. Thunderbird does
as well as SeaMonkey. But not Opera. There's no reference to that file
whatsoever. That's one half thing for sure why they (and now me) blame
Opera.
I suppose linux has this kind of API also, and Opera for linux probably
doesn't utilize it too.