BruceXin
Joined: 22 Feb 2008
Posts: 1
|
| Posted: Sat Feb 23, 2008 9:15 am Post subject: Some problems when use imap with gmail |
|
|
Hi, I'm a chinese user, and I'm in trouble when use webmail.
The first is connect imap server failed.
At line 58 in mailbox.php:
$this->imapServerAddress=gethostbyname(trim($this->boxinfo["mail_servername"]));
If don't use gethostbyname then ok:
$this->imapServerAddress=trim($this->boxinfo["mail_servername"]);
The second is mailbox name not support multi-language.
I'm use gmail for test, and mailbox name encoding is error, looks like these:
&XfJT0ZABkK5O9g-
&g0l6Pw-
I tried use imap_utf7_decode convert but still incorrect.
Please help me! |
|