AMPMCOMessageParser Class Reference
| Inherits from | AMPMCOAbstractMessage : AMPObject : NSObject |
| Declared in | AMPMCOMessageParser.h AMPMCOMessageParser.m |
Class Methods
messageParserWithData:
returns a parsed message from the given RFC 822 data.
+ (AMPMCOMessageParser *)messageParserWithData:(NSData *)dataDeclared In
AMPMCOMessageParser.hInstance Methods
data
data of the RFC 822 formatted message. It’s the input of the parser.
- (NSData *)dataDeclared In
AMPMCOMessageParser.hhtmlBodyRendering
HTML rendering of the body of the message to be displayed in a web view.
- (NSString *)htmlBodyRenderingDeclared In
AMPMCOMessageParser.hmainPart
It’s the main part of the message. It can be MCOMessagePart, MCOMultipart or MCOAttachment.
- (AMPMCOAbstractPart *)mainPartDeclared In
AMPMCOMessageParser.h