On 1 May '08, at 9:05 PM, Peter Zegelin wrote:
If I shorten the Subject to just subject=AlphaDraw it works but it looks like any spaces are causing the method to fail.Any suggestions what may be wrong?
Spaces aren't legal in URLs, so the NSURL object you're getting is nil. You have to URL-encode the subject string, calling - stringByAddingPercentEscapesUsingEncoding:.
—Jens
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
