diff --git a/Documentation/gsdoc/GSMime.html b/Documentation/gsdoc/GSMime.html index 06886f3cd..860d94ea6 100644 --- a/Documentation/gsdoc/GSMime.html +++ b/Documentation/gsdoc/GSMime.html @@ -43,7 +43,7 @@

The classes

diff --git a/Documentation/gsdoc/GSMimeParser.html b/Documentation/gsdoc/GSMimeParser.html index 78283ad9d..cf896f1da 100644 --- a/Documentation/gsdoc/GSMimeParser.html +++ b/Documentation/gsdoc/GSMimeParser.html @@ -27,6 +27,21 @@ an associated document into which data is stored.

+

+ + You supply the document to be parsed as one or more data + items passed to the Parse: method, and (if + the method always returns YES, you give it + a final nil argument to mark the end of the + document. +

+ +

+ + On completion of parsing a valid document, the + document method returns the resulting parsed document. +

+

Instance Variables