Re: [Pythonmac-SIG] Controlling Mail.app from Python

2006-05-28 Thread Ronald Oussoren
On 29-mei-2006, at 2:23, Daniel Lord wrote: > > On May 28, 2006, at 10:58, David Warde-Farley wrote: > >> Maybe for such complicated interactions a plugin would do the >> trick? (I'm not totally sure, I haven't explored their full >> capability). >> >> If you're interested see the tutorial at >>

Re: [Pythonmac-SIG] Controlling Mail.app from Python

2006-05-28 Thread Daniel Lord
On May 28, 2006, at 10:58, David Warde-Farley wrote: > Maybe for such complicated interactions a plugin would do the > trick? (I'm not totally sure, I haven't explored their full > capability). > > If you're interested see the tutorial at > > http://www.bazza.com/~eaganj/weblog/2006/03/29/dem

Re: [Pythonmac-SIG] Controlling Mail.app from Python

2006-05-28 Thread David Warde-Farley
On 28-May-06, at 10:12 AM, Daniel Lord wrote: > The one thing I haven't succeeded in doing was to create a pure > Python mail filter. I had to write an AppleScript hack that used the > last word in the mail filter title as the name of a Python script to > run and pass it the rule name and message

Re: [Pythonmac-SIG] Controlling Mail.app from Python

2006-05-28 Thread Daniel Lord
On May 27, 2006, at 21:26, Marcin Komorowski wrote: > Is there a way to control Mail.app application from within Python the > way it can be controlled using AppleScript? Explore the appscript module (http://freespace.virgin.net/ hamish.sanderson/appscript.html). I have found it to be powerful a