[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-users] pop3 protocol problem in email module
From: |
Tomasz Spyrczak |
Subject: |
[Phpgroupware-users] pop3 protocol problem in email module |
Date: |
Mon, 10 Dec 2001 21:45:06 +0100 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi there!
I just want to report a problem that can occur when connecting to some pop3
servers from the email module of the phpgw (at least in 0.9.10).
The problem is that some pop3 servers don't accept commands followed by LF
("\n" in php) only. In my installation the email module didn't work because
pop3 server required every command to be followed by CR+LF ("\r\n" in php).
So, in order to use this kind of pop3 server one has to:
1. Reconfigure the server to accept commands followed by LF only.
OR
2. Change every call
msg2socket($socket,"command\n")
to
msg2socket($socket,"command\r\n")
in
email/inc/class.msg_pop3.inc.php
email/inc/class.msg_common.inc.php
T.Spyrczak
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>
iQA/AwUBPBUerMbMsgKq/FYXEQKRpwCfQKQu6+2Z61TssUGnd4ASO/aRzugAoKrO
+zSD906o1bYbUpwenZbIBuh4
=gjE2
-----END PGP SIGNATURE-----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-users] pop3 protocol problem in email module,
Tomasz Spyrczak <=