Skip to content

Commit 0d7c461

Browse files
committed
unused pipes removed
1 parent 9412504 commit 0d7c461

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/IMAP/Message.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,9 @@ private function parseHeader() {
246246
* Will be extended in the future
247247
*
248248
* 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) | |
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) |
252252
* | 04 Jan 2018 10:12:47 UT | Missing letter "C" | Unknown
253253
*
254254
* Please report any new invalid timestamps to [#45](https://github.com/Webklex/laravel-imap/issues/45)

0 commit comments

Comments
 (0)