Active
Project:
Basic webmail
Version:
7.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2014 at 23:17 UTC
Updated:
21 May 2015 at 10:52 UTC
Jump to comment: Most recent
Comments
Comment #1
eyenology commentedcorrected version
Comment #2
oadaeh commentedYou need to install the IMAP extension for PHP. If using some Debian variant, run
or
If using something else, you will need to research how to get it installed.
Comment #3
eyenology commentedok, on my Ubuntu 12.04 machine installing php5-imap via apt-get worked, I can access my webmail!
But I'm getting the following error:
Notice: Undefined property: stdClass::$parts in _basic_webmail_get_parts_list() (line 268 of SITE/sites/all/modules/basic_webmail/basic_webmail.common.inc).
Everything seems to be operating normally, but I'm not sure what is triggering that error.
Comment #4
oadaeh commented@eyenology, are you still getting that error?
Comment #5
michel.settembrino commentedI am getting this error when I am testing the module with simplytest.me
Regards,
Michel.
Comment #6
oadaeh commented@MS-Informatique which error?
Comment #7
michel.settembrino commentedSame as the one reported by eyenology.
PHP Fatal error: Call to undefined function imap_open() in *website*/basic_webmail/basic_webmail.common.inc on line 42
Comment #8
oadaeh commentedMy #2 comment is still the correct answer, but your probably not going to be able to do that with simplytest.me.