Re: Receiving mails
Re: Receiving mails
- Subject: Re: Receiving mails
- From: Paul Marcos <email@hidden>
- Date: Mon, 29 Apr 2002 18:00:38 -0700
On Monday, April 29, 2002, at 04:36 PM, Frank Blome wrote:
>
Can anyone tell me how it is possible to receive new mails in Mail.app from one (or more) accounts (like pushing the "get mail" button). I can't find it in the dictionary.
You can't find it in the dictionary because it's not implemented yet. :-) It's on our list of things to do but it's not there yet. Sorry.
Paul
/********************* Objective-C *********************/
@implementation Signature
- (NSString *)name { return @"Paul Marcos"; }
- (NSString *)email { return @"email@hidden"; }
- (NSString *)phone { return @"(408) 974-4122"; }
@end
/********** The Other Object-Oriented Language *********/
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.