Re: revMail, OSX 10.4.4 and Umlaute

2006-01-17 Thread R. Hillen


Hello Sarah, Dave and Thiery,

Am 17.01.2006 um 17:11 schrieb [EMAIL PROTECTED]:



Message: 10
Date: Mon, 16 Jan 2006 22:58:33 +0100
From: "R. Hillen" <[EMAIL PROTECTED]>
Subject: revMail, OSX 10.4.4 and Umlaute
To: use-revolution@lists.runrev.com
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed




Thank you all for yout quick and helpfull answers.
Richard.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: revMail, OSX 10.4.4 and Umlaute

2006-01-17 Thread Thierry Arbellot

Bugzilla 2259, reported in October 2004, status is still pending.

Thierry

On 2006, Jan 16, , at 22:58, R. Hillen wrote:


Hello,

On OSX 10.4.4 I´m using revMail to send some Data using the 
Mac-Mail-Programm..


After upgrading to 10.4.4. this doesn´t work. I found the cause was a  
"german Umlaut" in the text of the subject.


revmail "[EMAIL PROTECTED]","Hier Ausfüllen","Text of Mail"

doesn´t work, but

revmail "[EMAIL PROTECTED]","Hier Ausfuellen","Text of Mail"

will be ok.

Any hints, what to do?

Richard.___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: revMail, OSX 10.4.4 and Umlaute

2006-01-17 Thread Dave Cragg


On 17 Jan 2006, at 07:21, Dave Cragg wrote:



 put uniDecode(uniEncode("Hier Ausfüllen"),utf8) into tSubject
 revmail "[EMAIL PROTECTED]", tSubject,"Text of Mail"



Sorry, I repeated the original syntax error. It needs an extra comma.


  put uniDecode(uniEncode("Hier Ausfüllen"),utf8) into tSubject
  revmail "[EMAIL PROTECTED]",,tSubject,"Text of Mail"

Cheers
Dave___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: revMail, OSX 10.4.4 and Umlaute

2006-01-16 Thread Dave Cragg


On 17 Jan 2006, at 06:53, Sarah Reichelt wrote:



revmail "[EMAIL PROTECTED]","Hier Ausfüllen","Text of Mail"

doesn´t work, but



I had a look at the script in the revCommon library and it contains
the following lines:
put urlEncode(pSubject) into pSubject
put urlEncode(pBody) into pBody
replace "+" with "%20" in pSubject
replace "+" with "%20" in pBody

I would have thought they would make it work, even with umlauts, but
in fact, when I commented them out, it all worked fine.


Using utf8 for the subject and message text also seems to work.

 put uniDecode(uniEncode("Hier Ausfüllen"),utf8) into tSubject
 revmail "[EMAIL PROTECTED]", tSubject,"Text of Mail"

As with Sarah's solution, I don't know what will happen with other  
mail clients. But at least you can avoid editing the rev library.


Cheers
Dave___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: revMail, OSX 10.4.4 and Umlaute

2006-01-16 Thread Sarah Reichelt
> On OSX 10.4.4 I´m using revMail to send some Data using the Mac-Mail-
> Programm..
>
> After upgrading to 10.4.4. this doesn´t work. I found the cause was
> a  "german Umlaut" in the text of the subject.
>
> revmail "[EMAIL PROTECTED]","Hier Ausfüllen","Text of Mail"
>
> doesn´t work, but
>
> revmail "[EMAIL PROTECTED]","Hier Ausfuellen","Text of Mail"
>
> will be ok.

The same thing happens on Mac OS X 10.4.3 here, although you need an
extra comma between the "To" address & the subject, unless you want to
specify a CC recipient.

I had a look at the script in the revCommon library and it contains
the following lines:
put urlEncode(pSubject) into pSubject
put urlEncode(pBody) into pBody
replace "+" with "%20" in pSubject
replace "+" with "%20" in pBody

I would have thought they would make it work, even with umlauts, but
in fact, when I commented them out, it all worked fine. This may be
only with later Mac systems and it may be only with Apple mail rather
than any other email client, so I would be reluctant to make the
change for an app you mean to distribute, but for your own purposes,
it should work fine.

Cheers,
Sarah
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


revMail, OSX 10.4.4 and Umlaute

2006-01-16 Thread R. Hillen

Hello,

On OSX 10.4.4 I´m using revMail to send some Data using the Mac-Mail- 
Programm..


After upgrading to 10.4.4. this doesn´t work. I found the cause was  
a  "german Umlaut" in the text of the subject.


revmail "[EMAIL PROTECTED]","Hier Ausfüllen","Text of Mail"

doesn´t work, but

revmail "[EMAIL PROTECTED]","Hier Ausfuellen","Text of Mail"

will be ok.

Any hints, what to do?

Richard.___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution