diff --git a/reference/mailparse/functions/mailparse-msg-parse-file.xml b/reference/mailparse/functions/mailparse-msg-parse-file.xml index e65eeec9f3..dbbae8a8b3 100644 --- a/reference/mailparse/functions/mailparse-msg-parse-file.xml +++ b/reference/mailparse/functions/mailparse-msg-parse-file.xml @@ -28,6 +28,12 @@ Path to the file holding the message. The file is opened and streamed through the parser. + + + The message contained in filename is supposed to end with a newline + (CRLF); otherwise the last line of the message will not be parsed. + + diff --git a/reference/mailparse/functions/mailparse-msg-parse.xml b/reference/mailparse/functions/mailparse-msg-parse.xml index 14917e8b3d..ad9945aa96 100644 --- a/reference/mailparse/functions/mailparse-msg-parse.xml +++ b/reference/mailparse/functions/mailparse-msg-parse.xml @@ -36,8 +36,12 @@ data - - + + + The final chunk of data is supposed to end with a newline + (CRLF); otherwise the last line of the message will not be parsed. + +