[PATCH] MapiSendMail() implementation

Kuba Ober kuba at mareimbrium.org
Tue Mar 29 08:27:31 CST 2005


On poniedziałek 07 marzec 2005 02:40 pm, Mike Hearn wrote:
> On Mon, 2005-03-07 at 20:21 +0100, Michael Stefaniuc wrote:
> > Gnome has the notion of "default email client", i suspect KDE has it too.
>
> Unless you use Bonobo+Evolution (and maybe KMail+DCOP) though you can't
> match the abilities of MAPI, which lets you create arbitrary emails.

Using dcop with kmail gives you more power, but for basic functionality 
command line suffices:

echo "Hello!" > contents_file
kmail \
  --subject "Test email" \
  --header "In-Reply-To: <1110224432.3769.40.camel at littlegreen>" \
  --msg contents_file \
  --composer

Cheers, Kuba




More information about the wine-devel mailing list