Re: NSCalendarDate and locale
Re: NSCalendarDate and locale
- Subject: Re: NSCalendarDate and locale
- From: Bob Savage <email@hidden>
- Date: Mon, 28 Jan 2002 12:47:02 -0600
on 1/28/02 10:50 AM, Malte Tancred at email@hidden wrote:
>
Perhaps it would be better to write the header parsing
>
code yourself and then use NSCalendarDate, especially
>
considering the following statement from the link above:
>
>
"One can in principle insert extra spaces, tabs, and
>
comments into a timestamp, like any other tokenizable
>
field value:
>
>
Mon (Lundi), 4(quatre)May (Mai) 1998(1998-05-04)03 : 04 : 12 +0000
>
"
>
>
I'm not sure NSCalendarDate handles RFC822 header field
>
comments like the above. Perhaps I'm wrong.
There is also a rather nice looking objective-c mail framework called
pantomime that you might want to look into:
<
http://www.collaboration-world.com/pantomime/>
Bob