vtiger Forum Index vtiger
The Honest Open Source CRM
 

Some problems when use imap with gmail
Click here to go to the original topic

 
       vtiger Forum Index -> Webmail
Previous topic :: Next topic  
Author Message
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!
Back to top  
 
       vtiger Forum Index -> Webmail
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.15 © 2001, 2002 phpBB Group