NSString (EDMessageUtilities)


Declared In:
NSString+MessageUtils.h


Category Description

No category description.


Method Types

- isValidMessageID
- getURLFromArticleID
- stringByRemovingBracketComments
- realnameFromEMailString
- addressFromEMailString
- addressListFromEMailString
- stringByRemovingReplyPrefix
- stringByApplyingROT13
- stringWithCanonicalLinebreaks
- stringByUnwrappingParagraphs
- stringByWrappingToLineLength:
- stringByPrefixingLinesWithString:

Instance Methods

addressFromEMailString

- (NSString *)addressFromEMailString

No method description.


addressListFromEMailString

- (NSArray *)addressListFromEMailString

No method description.


getURLFromArticleID

- (NSString *)getURLFromArticleID

No method description.


isValidMessageID

- (BOOL)isValidMessageID

No method description.


realnameFromEMailString

- (NSString *)realnameFromEMailString

No method description.


stringByApplyingROT13

- (NSString *)stringByApplyingROT13

No method description.


stringByPrefixingLinesWithString:

- (NSString *)stringByPrefixingLinesWithString:(NSString *)prefix

No method description.


stringByRemovingBracketComments

- (NSString *)stringByRemovingBracketComments

No method description.


stringByRemovingReplyPrefix

- (NSString *)stringByRemovingReplyPrefix

Removes prefixes like 'Re:', 'Re^3:', 'Re: Re: ' or 'Re[4]:' from the receiver.


stringByUnwrappingParagraphs

- (NSString *)stringByUnwrappingParagraphs

No method description.


stringByWrappingToLineLength:

- (NSString *)stringByWrappingToLineLength:(unsigned int)length

No method description.


stringWithCanonicalLinebreaks

- (NSString *)stringWithCanonicalLinebreaks

No method description.


Version 2.0 Copyright ©2002 by Erik Doernenburg. All Rights Reserved.