Re: Receipt function - now priorities

2003-03-17 Thread Wayne Brissette

Neil Lee [EMAIL PROTECTED] on 3/16/03 at 14:30 stated: 

>>I saw a mention about priorities earlier and was wondering how if at all
>>that might work.  Can we set urgent (the only one worthwhile anyway) at all?
>
>The two headings required for priorities and return receipts are:
>
>Mail Priority:
>X-Priority: (number from 1-5, one being most urgent)
>
>Return Receipt:
>Disposition-Notification-To: Name of Sendeer [EMAIL PROTECTED]
>
>I'm not an Applescript guru (Wayne? CTM?), but I'm guessing that if
>there's any way to add and set these headings via Applescript, that would
>be the easiest route.

The easiest route is what I mentioned a few months back and was reposted
recently (Thanks Tim) Here it is again:

Subject: Re: Mail priorites
From: "Wayne Brissette" <[EMAIL PROTECTED]>
Date: Fri, 20 Dec 2002 14:45:09 -0600

Zach Selland [EMAIL PROTECTED] on 20 December 2002 stated:

>On Fri, Dec 20, 2002, Wayne Brissette <[EMAIL PROTECTED]> wrote:
>
>>I won't get into the merits or non-merits of priorities, but will suggest
>>that you contact CTM Development directly and ask them about this feature
>>request. 
>
>It should be noted, also, that with version 4 there is now an option
>(under Accounts) to add user-specified headers to outgoing mail. While
>this isn't terribly realistic for setting various priorities for outgoing
>mail, perhaps it can be applescripted?
>
>Thanks,
>Zach
>

Hey, now this isn't such a bad idea. AppleScripts to do this aren't the
best idea, but you could make this work. 

To make this work, you would have to do the following:

Make 5 accounts

Account_Highest
Account_High
Account_Normal (or just Account)
Account_Low
Account_Lowest

These accounts would be identical except for one part. In the Account
area in the Advanced: area you would have to put the following:

Set Account_Highest's Other Headers to --> "X-Priority: 1"  (minus the quotes)
Set Account_High's Other Headers to --> "X-Priority: 2"  (minus the quotes)
Set Account_Normal's Other Headers to --> "X-Priority: 3"  (minus the
quotes -- or leave off all together)
Set Account_Low's Other Headers to --> "X-Priority: 4"  (minus the quotes)
Set Account_Lowest's Other Headers to --> "X-Priority: 5"  (minus the quotes)

Then you would need to setup incomming filters that would do something
based on the priorities (change items color, put into certain folder, etc.)

Now when somebody wanted to send a high priority message, they would
simply use the pull-down to change the account. This wouldn't be any more
difficult than Microsoft has made setting labels in their products.

Wayne

-- 
sans la Musique la Vie serait une Erreur
Without music, life would be a serious mistake.
- Frederich Nietzsche

Live DAT & Music Page: http://homepage.mac.com/wayneb/
PowerMail AppleScript Archives: http://homepage.mac.com/wayneb/powermail.html

Music Currently playing: 




Re: Receipt function - now priorities

2003-03-16 Thread Neil Lee

>I saw a mention about priorities earlier and was wondering how if at all
>that might work.  Can we set urgent (the only one worthwhile anyway) at all?

The two headings required for priorities and return receipts are:

Mail Priority:
X-Priority: (number from 1-5, one being most urgent)

Return Receipt:
Disposition-Notification-To: Name of Sendeer [EMAIL PROTECTED]

I'm not an Applescript guru (Wayne? CTM?), but I'm guessing that if
there's any way to add and set these headings via Applescript, that would
be the easiest route.

I'll investigate and see if there's any way to add headers with
Applescript. If anyone else figures this out before I do, please post to
the list.

Neil

---
Slumming at the beatnikPad : http://www.beatnikpad.com/
Working at theNonsuch: http://reblog.thenonsuch.com/
e-mail: [EMAIL PROTECTED]   |   yeah.




Receipt function - now priorities

2003-03-16 Thread Jonathan Greene

I saw a mention about priorities earlier and was wondering how if at all
that might work.  Can we set urgent (the only one worthwhile anyway) at all?

-- 

"There is growing evidence that smoking has pharmacological . . . 
effects that are of real value to smokers."

-- Joseph F. Cullman III, President of Philip Morris, Inc., 1962

on Sun, 16 Mar 2003 20:56:33 +0100 / Christian Roth said: 

>It is my understanding that requesting a receipt is based on a certain
>mail header. So what I have done is added a custom header to the accounts
>I want to receive receipt notifications:
>
>Setup > Accounts > Identity > Additional Headers:
>"Return-Receipt-To: [EMAIL PROTECTED]"
>
>This is what at least Microsoft Exchange responds to.
>
>When you are at the receiving side, you probably can look for this (or a
>different) header in incoming mail in a filter and create a new receipt-
>message using some AppleScript automatically (though I haven't done this
>personally).
>
>The above request header is, as far as I know, deprecated, but seems to
>work for some email systems. There's also a differently named header
>(which I do not remember anymore) that was more difficult to set up, so I
>used the above.
>
>This email should have this header intact, maybe you can see it when you
>switch on "Show headers" and if it was not stripped by the list server.
>
>Regards, Christian. 
>
>
>
>
>