/headers/Message/NSString-NSEmailAddressString.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSString.h"
00008 
00009 @interface NSString (NSEmailAddressString)
00010 + (id)nameExtensions;
00011 + (id)nameExtensionsThatDoNotNeedCommas;
00012 + (id)partialSurnames;
00013 + (id)formattedAddressWithName:(id)fp8 email:(id)fp12 useQuotes:(BOOL)fp16;
00014 - (id)copyUncommentedAddress;
00015 - (id)uncommentedAddress;
00016 - (id)uncommentedAddressRespectingGroups;
00017 - (id)addressComment;
00018 - (id)copyAddressComment;
00019 - (void)firstName:(id *)fp8 middleName:(id *)fp12 lastName:(id *)fp16 extension:(id *)fp20;
00020 - (BOOL)appearsToBeAnInitial;
00021 - (id)addressList;
00022 - (id)trimCommasSpacesQuotes;
00023 - (id)componentsSeparatedByCommaRespectingQuotesAndParens;
00024 - (id)searchStringComponents;
00025 - (BOOL)isLegalCommentedEmailAddress;
00026 - (BOOL)isLegalEmailAddress;
00027 - (id)addressDomain;
00028 @end
00029