It's an RFC: http://www.faqs.org/rfcs/rfc2368.html

The syntax is:

mailtoURL  =  "mailto:"; [ to ] [ headers ]
     to         =  #mailbox
     headers    =  "?" header *( "&" header )
     header     =  hname "=" hvalue
     hname      =  *urlc
     hvalue     =  *urlc

i.e. you can specify the address and any headers. I don't see any way of
specifying an attachment.

poc

On Thu, 2007-10-25 at 08:12 -0400, Brian J. Murrell wrote:
> I'm wondering what all of the valid arguments that one can put in an
> evolution "mailto:..."; invocation.  So far I have found:
> 
>       * attach
>       * cc
>       * bcc
>       * subject
> 
> Are there any more?  Specifically, can I set the source account (i.e.
> which of the many From: selections)?  How about the attachment
> parameters such as Content-type (assuming evo doesn't always get it
> right), "name", etc.?
> 
> Thanx!
> 
> b.
> 
> 
> _______________________________________________
> Evolution-list mailing list
> Evolution-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-list

_______________________________________________
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to