NGMBoxReader
Inherits From: NSEnumerator
Declared In: NGMBoxReader.h
Methods: + readerForMBox: , + mboxWithSource: , - initWithSource: , - nextMessage


Class Description
No class description.


Instance Variables
id<NGByteSequenceStream> source;
NSString *lastDate;
NSString *separator;
BOOL isEndOfStream;
IMP readByte;

sourceNo description.
lastDateNo description.
separatorNo description.
isEndOfStreamNo description.
readByteNo description.



Method Types
+ readerForMBox:
+ mboxWithSource:
- initWithSource:
- nextMessage


Class Methods
mboxWithSource:
+ (id)mboxWithSource:(id<NGByteSequenceStream>)_source
No method description.

readerForMBox:
+ (id)readerForMBox:(NSString *)_path
No method description.


Instance Methods
initWithSource:
- (id)initWithSource:(id<NGByteSequenceStream>)_source
No method description.

nextMessage
- (id<NGMimePart>)nextMessage
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.