ff-musikbüro wrote:

>I need a script, that makes Powermail (still using 4.2.1) automatically
>receive and send messages, and if possible, but not necesary, only for
>one account!

You can set your schedules to send mail automatically when retrieving
mail, instead of immediately when queued. Then you can either make a
schedule to retrieve mail periodically, or click the connect again button
after you have queued a message for sending.

If you want an AppleScript, you can do something like this:
tell application "PowerMail"
  send waiting messages
  connect to account "Account name"
end tell


Jérôme - PowerMail Engineering


---------------------------------------------------------------------
   "PowerMail 4.2 is really, really fast. It is designed with a nice,
    simple interface and lots of options. Searching through literally
    thousands of messages and addresses takes only an instant and the
    import from Mail.app worked like a charm."
  Daniel M. East, President of the The Mid-Atlantic Macintosh User Groups


         Download a demo version from www.ctmdev.com
---------------------------------------------------------------------



Reply via email to