Re: automating PowerMail

2005-08-23 Thread Jim Pistrang
Hi Mikael, As for your problem, Jim, I wonder if much of yor email is HTML-based? Perhaps that affects speed negatively. I also have a very large database, but no, the bulk of the email is not html based. What I appear to have in common with others who experience slowdowns is that I am running

Re: automating PowerMail

2005-08-23 Thread Mikael Byström
I have 192 299 messages currently in my PowerMail DB and I experience no slowdown in 3-pane view, though mostly I read from an opened message of the recent messages window. Saving a message sometimes take far too long, like 10 seconds or so. I compact my DB like once a month, going from 1.8GB to

Re(2): automating PowerMail

2005-08-23 Thread Karel Gillissen
hi Steve, You can save an Automator action as an iCal event: Create your action in automator Choose save as plugin... Select 'iCal alarm' from the pop-up now iCal opens and you can set the date and time (and if needed: recurrent) that you want to perform your action It is lot of fun to play

Re: automating PowerMail

2005-08-23 Thread Gregor Schmidpeter
Am 23.08.2005 um 6:43 Uhr schreibt A-NO-NE Music ([EMAIL PROTECTED]): I have posted this 2-3 times. In my case, PM slows down after using momery/cpu intensive app such as sample player or DSP application. As soon as I quit these app, I need to restart PM to get its performance back. No one

Re: automating PowerMail

2005-08-23 Thread A-NO-NE Music
I have posted this 2-3 times. In my case, PM slows down after using momery/cpu intensive app such as sample player or DSP application. As soon as I quit these app, I need to restart PM to get its performance back. No one else seen this? This is 100% reproducible on my AlBook1.5/1GB/

Re: automating PowerMail

2005-08-23 Thread Ben Kennedy
Steve Abrahamson wrote at 3:45 PM (-0500) on 8/22/05: Also, I don't know what you have the activate in there for. Because he wants to do quit and re-launch. Err... right. Duh, oops. :) -b -- Ben Kennedy, chief magician zygoat creative technical services 613-228-3392 | 1-866-466-4628

Re: automating PowerMail

2005-08-23 Thread Steve Abrahamson
On 8/22/05 at 3:24 PM, Ben Kennedy ([EMAIL PROTECTED]) said: Jim Pistrang wrote at 3:09 PM (-0400) on 8/22/05: tell application PowerMail 5.2.1 quit activate end tell Any reason why this might be a bad idea? It strikes me that it might break if/when PowerMail moves to a new

Re: automating PowerMail

2005-08-23 Thread Steve Abrahamson
On 8/22/05 at 8:54 AM, Jim Pistrang ([EMAIL PROTECTED]) said: Rather than complain too much g I thought I'd use the OSX Automator to quit out of PowerMail and re-open it sometime in the middle of the night. I see how to launch an application with Automator, and I know how to schedule my

Re: automating PowerMail

2005-08-23 Thread Steve Abrahamson
10.3.9 on 1ghz PowerBook here, over 10k messages stored in database (200- 300 folders at last count), and PM's been slow for a while. 2-pane view. Restarting doesn't seem to help. I'm looking forward to moving to 10.4 in the hopes that it will help - or more to the point, the freshly reformatted

Re: automating PowerMail

2005-08-23 Thread Wayne Brissette
The idea I think is to do a reboot, thus the quit, then activate lines. However, you might want to put a delay in it. quit delay 30 activate This will delay the reboot 30 seconds. Ben, the issue with PowerMail and version seems to be unique to some builds of PowerMail. I've seen them put

Re: automating PowerMail

2005-08-23 Thread Ben Kennedy
Jim Pistrang wrote at 3:09 PM (-0400) on 8/22/05: tell application PowerMail 5.2.1 quit activate end tell Any reason why this might be a bad idea? It strikes me that it might break if/when PowerMail moves to a new version and the application name changes. Any other thoughts

Re: automating PowerMail

2005-08-23 Thread Jim Pistrang
Hi Wayne, I will offer this up though. I have found that using a combination of cron and AppleScript tended to work better at automating tasks than just cron or AS alone. So, should I set up a cron to execute this script in the middle of the night? tell application PowerMail 5.2.1

Re: automating PowerMail

2005-08-23 Thread Wayne Brissette
Darn, you beat me to it. ;-) I will offer this up though. I have found that using a combination of cron and AppleScript tended to work better at automating tasks than just cron or AS alone. Wayne -Original Message- From: Ben Kennedy [EMAIL PROTECTED] Jim Pistrang wrote at 2:29 PM

Re: Odd Characters

2005-08-23 Thread Anthony Sanna
There's a bug either at the sender or the recipient's end: either the sender is misrepresenting the MIME encoding in the message, or the recipient is not properly handling it. I've gotten some odd characters from other e-mails, the most common is a ? instead of a quote, but the 1 instead of an

Re: automating PowerMail

2005-08-23 Thread Ben Kennedy
Jim Pistrang wrote at 2:29 PM (-0400) on 8/22/05: Meanwhile, can anyone tell me how to Quit out of PM, either with an applescript or with the automator? I am completely and utterly green with applescript, but here is my guess: tell application PowerMail quit end tell Does that do it?

Re: automating PowerMail

2005-08-23 Thread listes
Jim Pistrang [EMAIL PROTECTED] wrote: Hi all, I'm running the latest versions of PowerMail and OSX on a 1.67GHz G4 PowerBook with 1gb memory. I get over 300 emails per day, including a lot that are filtered directly to trash or a spam folder. I find that after a few days of steady use,

Re: Odd Characters

2005-08-23 Thread Ben Kennedy
Matthias Schmidt wrote at 11:42 PM (+0900) on 8/22/05: Ascii 20 is a space, 9 a Tab and 13 a carriage return and 10 a line feed. Almost... ASCII 32 is a space (represented as 20 in hexadecimal). In answer to Tony's question, what you're seeing is a quoted- printable (that's a particular kind

Re: automating PowerMail

2005-08-23 Thread Peter Baral
Am Mo, 22. Aug 2005, schrieb Jim Pistrang [EMAIL PROTECTED]: I get over 300 emails per day, including a lot that are filtered directly to trash or a spam folder. I find that after a few days of steady use, PowerMail gets sluggish. I mostly see this when clicking from one email to the next in

Re: Odd Characters

2005-08-23 Thread Matthias Schmidt
the first thing I never saw. Ascii 20 is a space, 9 a Tab and 13 a carriage return and 10 a line feed. could clip with the wrong amount of USM, you1re in trouble. You don1t want to sharpen noise, this one is a M$ Outlook/Entourage Bug The special characters make it only, if they are part of

Odd Characters

2005-08-23 Thread Anthony Sanna
Someone asked me a question that I didn't have an answer to. She asked why certain e-mails contained odd characters. This excerpt was from another message that was quoted in a reply. In this case, it seems that =20= was substituted for a hard return: - - - - - This tells me, the first 4 are