We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9412504 commit 0d7c461Copy full SHA for 0d7c461
src/IMAP/Message.php
@@ -246,9 +246,9 @@ private function parseHeader() {
246
* Will be extended in the future
247
*
248
* Currently known invalid formats:
249
- * ^ Datetime ^ Problem ^ Cause ^
250
- * | Mon, 20 Nov 2017 20:31:31 +0800 (GMT+8:00) | Double timezone specification | A Windows feature |
251
- * | | and invalid timezone (max 6 char) | |
+ * ^ Datetime ^ Problem ^ Cause
+ * | Mon, 20 Nov 2017 20:31:31 +0800 (GMT+8:00) | Double timezone specification | A Windows feature
+ * | | and invalid timezone (max 6 char) |
252
* | 04 Jan 2018 10:12:47 UT | Missing letter "C" | Unknown
253
254
* Please report any new invalid timestamps to [#45](https://github.com/Webklex/laravel-imap/issues/45)
0 commit comments