email

2008-05-28 Thread vinitha
Hi, I've build an email application,which doesn't using any email clients.In this application i've to extract emails and email addresses from other email clients(example mail.app,entourage etc).Which method can i use for it?I searched this topic,then i got some topics related to apple script.Is

Re: NSTExtView

2008-05-22 Thread vinitha
> > On 22 May '08, at 8:42 PM, [EMAIL PROTECTED] wrote: > >> [str initWithString:[self messageField]]; > > Well, that's the problem. You initialized the attributed string from a > plain string, which means it gets no formatting. > > If your text is in an NSTextField, call -attributedStringValue on

NSTExtView

2008-05-22 Thread vinitha
i've set the bold menu item by setting the action addFontTrait in fontmanager.Now it is working i can give the data's as bold italic etc in textView. I tried to convert it to HTML form by using the code. NSString * aTitle = @"Sample"; NSArray*excluded = [NSArray arrayWithObjects: @"

NSWindow in main nib.

2008-05-22 Thread vinitha
Hi, I posted a qustion that about wndow zoom button.Now i got the window by setting all the intial positions. Thanks ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact t

Pantomime in xcode3.0

2008-05-20 Thread vinitha
I'm using pantomime for sending mail without using mail client.I could use this framework to send attachments by using the following code. [message setContentType:@"multipart/mixed"]; [message setContentTransferEncoding: PantomimeEncodingBase64]; [message setCharset: @"us-ascii"]; [messa

html question

2008-05-19 Thread vinitha
Hi, I want to convert string to its corresponding values.I found a method in NSAttributedString initWithHtml,i think it will convert HTML to attributed string.I found 3 attributes NSString *NSExcludedElementsDocumentAttribute; NSString *NSTextEncodingNameDocumentAttribute; NSString *NSPrefixSpace

string to html.

2008-05-16 Thread vinitha
hi, I've to convert text or image to its corresponding html code. i've done setContentType: @"text/html"; setContentTransferEncoding:None; setCharset: @"us-ascii" NSDictionary*attr = [NSDictionary dictionaryWithObject:NSHTMLTextDocumentType forKey:NSDocumentTypeDocumentAttribute]; NSAtt

html

2008-05-15 Thread vinitha
Hi, I'm using xcode3.0 and objective c.Is there any way to generate html from the plain test or images?Actualy i've to send mail in both the way in normal way and its html view also.So cocoa provide any features to this?Anybody can help me? Thanks ___

Pantomime working well.

2008-05-14 Thread vinitha
ok,Pantomime framework is working fine now,I've given wrong port,sory.Thanks to Ludovic Marcotte for helping me. thanks ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

Anybody using Pantomime or mail-core framework?

2008-05-12 Thread vinitha
I'm used pantomime framework to send mail without using any email client.But the connection is established,after that serviceInitialized method doesn't run.I given correct server,name and password.Anybody can help me? When the try to use Mailcore framework,the connectToServer function throwing unk

How to send email without using email client

2008-05-08 Thread vinitha
Hi, I'm working with mac 10.5 and xcode3.0.I've to send email from an application with out using any email client.When i try to use message framework,It doesn't work.(deliverMessage always returns no)Is there any any way to send email from my application without using any email client,and i've to s

How to send email without using email client

2008-05-08 Thread vinitha ks
Hi, I'm working with mac 10.5 and xcode3.0.I've to send email from an application with out using any email client.When i try to use message framework,It doesn't work.(deliverMessage always returns no)Is there any any way to send email from my application without using any email client,and i've to

SQL

2008-05-05 Thread vinitha ks
hi, I'm trying to do some database applications using cocoaMySql framework.This is my first database application. could connect with the database,and accesses the table of particular databases.But i couldn't access Fields.Is there any help or documentation available for using cocoaMysql?I didn't

How can i connect to database?

2008-04-29 Thread vinitha
hi, I'm working in xcode3.0 in leopard machine in cocoa application and using objective c.How can i connect to database in my cocoa application?And how can i make final exe of my project? Thanks vinitha ___ Cocoa-dev mailing list (Coco

How can i connect to database?

2008-04-29 Thread vinitha
hi, I'm working in xcode3.0 in leopard machine in cocoa application and using objective c.How can i connect to database in my cocoa application?And how can i make final exe of my project? Thanks vinitha ___ Cocoa-dev mailing list (Coco