Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is an error in the configuration file "imap.php" #103

Closed
orukaz opened this issue May 24, 2018 · 4 comments
Closed

There is an error in the configuration file "imap.php" #103

orukaz opened this issue May 24, 2018 · 4 comments

Comments

@orukaz
Copy link

orukaz commented May 24, 2018

There is an error in the configuration file:

In imap.php line 92: Use of undefined constant FT_UID - assumed 'FT_UID'

Please fix laravel-imap/src/config/imap.php config file parameter:

ERROR:

'fetch' => FT_UID,

FIX:

'fetch' => 'FT_UID',

orukaz added a commit to orukaz/laravel-imap that referenced this issue May 24, 2018
I fixed that error: Webklex#103

'fetch' => FT_UID,    ---->    'fetch' => 'FT_UID',
@Webklex
Copy link
Owner

Webklex commented May 24, 2018

Hi @orukaz ,
this isn't a bug :)

Please take a look at:
http://php.net/manual/en/imap.constants.php
#14
#37

Best regards

@Webklex Webklex closed this as completed May 24, 2018
@orukaz
Copy link
Author

orukaz commented May 24, 2018 via email

@kolvin
Copy link

kolvin commented Jun 20, 2018

@orukaz Did you solve this?

@Webklex
Copy link
Owner

Webklex commented Jun 20, 2018

Hi @kolvin have you checked #14 and #37 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants