Does macallan mail server support roundcube???
Does macallan mail server support IMAP connections? If so: yes.
If it's straight pop3, then no, it doesn't.
I installed Round Cube and IMAP Server Macallan Mail .
Everything seems to work at first. I see a list of my IMAP folders and messages, as expected. However, when I double-click a subject instead of pulling up the body it just refreshes and does nothing else.
Thanks for any tips.
Is there anything in your error log?
Thanks
my system
windows server 2003
roundcube 0.3
the log is
[18-Sep-2009 14:54:41 +0200]: PHP Error: Could not convert string from UTF7-IMAP to UTF-8. Make sure iconv/mbstring is installed or lib/utf8.class is available. in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\program\include\main.inc on line 279 (GET /?_task=mail&_action=getunread&_remote=1&_=1253278477401&_unlock=0)
my php version is
PHP Version 5.2.9-2
Apache Version
Apache/2.2.8 (Win32) DAV/2 PHP/5.2.9-2 mod_ssl/2.2.8 OpenSSL/0.9.8g
Loaded Modules
core mod_win32 mpm_winnt http_core mod_so mod_php5 mod_actions mod_alias mod_asis mod_auth_basic mod_authn_default mod_authn_file mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_charset_lite mod_dav mod_dir mod_env mod_include mod_isapi mod_log_config mod_mime mod_mime_magic mod_negotiation mod_setenvif mod_speling mod_ssl
iconv
iconv support enabled
iconv implementation "libiconv"
iconv library version 1.11
Directive Local Value Master Value
iconv.input_encoding ISO-8859-1 ISO-8859-1
iconv.internal_encoding ISO-8859-1 ISO-8859-1
iconv.output_encoding ISO-8859-1 ISO-8859-1
mbstring
Multibyte Support enabled
Multibyte string engine libmbfl
HTTP input encoding translation enabled
Multibyte (japanese) regex support enabled
Multibyte regex (oniguruma) version 4.4.4
Multibyte regex (oniguruma) backtrack check On
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
Directive Local Value Master Value
mbstring.detect_order auto auto
mbstring.encoding_translation On On
mbstring.func_overload 0 0
mbstring.http_input auto auto
mbstring.http_output pass pass
mbstring.internal_encoding no value no value
mbstring.language neutral neutral
mbstring.strict_detection Off Off
mbstring.substitute_character no value no value
Thanks
Well according to your php info you have iconv/mbstring is installed so try going to your program/include/main.inc file line 34 and remove the @ symbol
@include_once('lib/utf8.class.php');
If that doesn't work go to your config/main.inc.php and change the $rcmail_config['debug_level'] value to 8 and see you you get more error information.