From 6dca9d6fe24f4f6a31980088556e393e382b35f8 Mon Sep 17 00:00:00 2001 From: Samir Shah Date: Sun, 24 Jul 2016 06:49:15 +0300 Subject: [PATCH] Remove TODOs from readme - it doesn't look like senders will ever support failure reports and HTTP reporting. --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 365152c..cc78063 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,3 @@ and can be installed using [Composer](http://getcomposer.org/). Alternatively yo - Knock your self out analysing the data. The `parse()` function returns `false` if it encounters any errors while parsing the data (`true` otherwise). To see what the errors were, use the `get_errors()` method, which will return an array of error messages. - -## To do - -Once recipients start supporting them: - -- Failure report parser -- An endpoint for receiving reports using HTTP \ No newline at end of file