Skip to content

Commit

Permalink
Error refrence added
Browse files Browse the repository at this point in the history
Error "imap_fetchheader(): Bad message number" refrence added
  • Loading branch information
Webklex authored Sep 2, 2019
1 parent 446beeb commit d40033b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,7 @@ Extends [Illuminate\Support\Collection::class](https://laravel.com/api/5.4/Illum
| imap_open(): Couldn't open (...) Please log in your web browser: (...) | In order to use IMAP on some services (such as Gmail) you need to enable it first. [Google help page]( https://support.google.com/mail/answer/7126229?hl=en) |
| imap_headerinfo(): Bad message number | This happens if no Message number is available. Please make sure Message::parseHeader() has run before |
| imap_open(): Couldn't open stream {outlook.office365.com:993/imap/s (...) | Can be caused by a lot of things: head over to these issues for more information: [#153](https://github.com/Webklex/laravel-imap/issues/153) [#100](https://github.com/Webklex/laravel-imap/issues/100) [#78](https://github.com/Webklex/laravel-imap/issues/78) |
| imap_fetchheader(): Bad message number | Try to change the `message_key` [#243](https://github.com/Webklex/laravel-imap/issues/243)

## Milestones & upcoming features
* Wiki!!
Expand Down

0 comments on commit d40033b

Please sign in to comment.