diff --git a/reference/mailparse/book.xml b/reference/mailparse/book.xml index 2fa7e96964..7cd4d94f59 100644 --- a/reference/mailparse/book.xml +++ b/reference/mailparse/book.xml @@ -1,40 +1,37 @@ - - + Mailparse - + &reftitle.intro; - + Mailparse is an extension for parsing and working with email messages. - It can deal with RFC 822 and RFC 2045 (MIME) compliant + It can deal with RFC 822 and RFC 2045 (MIME) compliant messages. - - + + Mailparse is stream based, which means that it does not keep in-memory copies of the files it processes - so it is very resource efficient when dealing with large messages. - + - + Mailparse requires the mbstring extension, and mbstring must be loaded before mailparse. - + - + &reference.mailparse.setup; &reference.mailparse.constants; &reference.mailparse.reference; - - diff --git a/reference/mailparse/configure.xml b/reference/mailparse/configure.xml index 14bb7d2ccd..e92c20f59d 100644 --- a/reference/mailparse/configure.xml +++ b/reference/mailparse/configure.xml @@ -1,28 +1,27 @@ -
+
&reftitle.install; - + &pecl.moved; &pecl.info; &url.pecl.package;mailparse. - - + + In order to use these functions you must compile PHP with mailparse support - by using the configure + by using the configure option. - - + + Windows users will enable php_mailparse.dll inside of &php.ini; in order to use these functions. &pecl.windows.download.avail; - - + + It is necessary that the mbstring extension is loaded before mailparse. - +
-
&reftitle.resources; - + Mailparse defines the resource type mailparse_mail_structure, which is returned by mailparse_msg_create and mailparse_msg_parse_file. - +