On Tue, 2005-08-02 at 15:11 +0200, Denis wrote:
> i've see that the last versione available on cvs
> is the same that i've installed in my debian sarge....
> so, what is the problem of cvs?
> 

Try changing the lines which read:

else
{
        /* assume imap */
        $mailauth =
imap_open('{'.$GLOBALS['phpgw_info']['server']['mail_server']
        .':'.$GLOBALS['phpgw_info']['server']['mail_port'].'}INBOX',
$username , $passwd);
}

to read:

else
{
        /* assume imap */
        $mailauth =
imap_open('{'.$GLOBALS['phpgw_info']['server']['mail_server'] . '/notls'
        .':'.$GLOBALS['phpgw_info']['server']['mail_port'].'}INBOX',
$username , $passwd);
}

CCing to phpgw-users and moving discussion there, subscribe if you want
to participate.

Cheers

Dave
-- 
Dave Hall (aka skwashd)
API Coordinator
phpGroupWare
-------------------------------------------------------------------------
Do you think if Bill Gates got laid in high school, do you think there'd 
be a Microsoft?  Of course not.
Underwear Goes Inside The Pants by Lazy Boy



_______________________________________________
Phpgroupware-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-users

Reply via email to