Hi,
im trying to setup Round Cube up to use imaps (993) instead of imap (143) but can't see where to change.
Any ideas?
Thanks in advance :o)
/Torben
Hi Torben,
Actually the IMAP wrapper supports IMAPS if PHP is installed with the Open SSL module. I didn't implement or test it yet because I don't have Open SSL currently installed. You can try it out by setting $ICL_SSL = TRUE; $ICL_PORT = 993; in program/include/rcube_imap.inc (in lines 28/29).
Please report your experience with this hack.
Regards, Thomas
2005/10/6, Torben tbg@mail.dk:
Hi,
im trying to setup Round Cube up to use imaps (993) instead of imap (143) but can't see where to change.
Any ideas?
Thanks in advance :o)
/Torben
It worked like a charm for me, if i also changed "port=143" to "port=993" on line 78 in program/include/rcube_imap.inc.
/rasssta
On Thu, 6 Oct 2005 12:32:01 +0200, Thomas Bruederli roundcube@gmail.com wrote:
Hi Torben,
Actually the IMAP wrapper supports IMAPS if PHP is installed with the Open SSL module. I didn't implement or test it yet because I don't have Open SSL currently installed. You can try it out by setting $ICL_SSL = TRUE; $ICL_PORT = 993; in program/include/rcube_imap.inc (in lines 28/29).
Please report your experience with this hack.
Regards, Thomas
2005/10/6, Torben tbg@mail.dk:
Hi,
im trying to setup Round Cube up to use imaps (993) instead of imap (143) but can't see where to change.
Any ideas?
Thanks in advance :o)
/Torben
I can also confirm that this works (using latest CVS). Thanks for the heads up!
jw
On Thu, 6 Oct 2005 22:18:27 +0200, Rasmus rasmus@bazooka.se wrote:
It worked like a charm for me, if i also changed "port=143" to "port=993" on line 78 in program/include/rcube_imap.inc.
/rasssta
On Thu, 6 Oct 2005 12:32:01 +0200, Thomas Bruederli roundcube@gmail.com wrote:
Hi Torben,
Actually the IMAP wrapper supports IMAPS if PHP is installed with the Open SSL module. I didn't implement or test it yet because I don't have Open SSL currently installed. You can try it out by setting $ICL_SSL = TRUE; $ICL_PORT = 993; in program/include/rcube_imap.inc (in lines 28/29).
Please report your experience with this hack.
Regards, Thomas
2005/10/6, Torben tbg@mail.dk:
Hi,
im trying to setup Round Cube up to use imaps (993) instead of imap (143) but can't see where to change.
Any ideas?
Thanks in advance :o)
/Torben
Greetings,
Has anyone come up with a fix or workaround for using Roundcube with Courier IMAP? My folder prefix is "INBOX.". If I leave the prefix undefined, all folders are listed as "INBOX.Foldername", however if I specify the prefix, no folders are listed at all.
Dave _________________________________________________ David A. Davenport dave@firebin.net P: 206-353-6320 W: http://dave.firebin.net
AIM: Firebin ICQ: 4658321 MSN: passport@firebin.net _________________________________________________
Hi David,
This must be due bad implementation of the root_dir parameter. RoundCube always added a slash as delimiter but Courier uses a dot. Please try the attached patch for the file program/include/rcube_imap.inc
With my best regards, Thomas
2005/10/7, David A. Davenport registration@firebin.net:
Greetings,
Has anyone come up with a fix or workaround for using Roundcube with Courier IMAP? My folder prefix is "INBOX.". If I leave the prefix undefined, all folders are listed as "INBOX.Foldername", however if I specify the prefix, no folders are listed at all.
Dave _________________________________________________ David A. Davenport dave@firebin.net P: 206-353-6320 W: http://dave.firebin.net
AIM: Firebin ICQ: 4658321 MSN: passport@firebin.net _________________________________________________
Hi Thomas,
Actually, when I upgraded to the October release (thought I'm now running CVS) everything resolved itself and is working wonderfully.
The only major remaining problem I'm having with Courier is with opening messages marked as unread, which I posted earlier.
Thanks again!
Dave
On Sun, 9 Oct 2005 13:54:32 +0200, Thomas Bruederli roundcube@gmail.com wrote:
Hi David,
This must be due bad implementation of the root_dir parameter. RoundCube always added a slash as delimiter but Courier uses a dot. Please try the attached patch for the file program/include/rcube_imap.inc
With my best regards, Thomas
2005/10/7, David A. Davenport registration@firebin.net:
Greetings,
Has anyone come up with a fix or workaround for using Roundcube with Courier IMAP? My folder prefix is "INBOX.". If I leave the prefix undefined, all folders are listed as "INBOX.Foldername", however if I specify the prefix, no folders are listed at all.
Dave _________________________________________________ David A. Davenport dave@firebin.net P: 206-353-6320 W: http://dave.firebin.net
AIM: Firebin ICQ: 4658321 MSN: passport@firebin.net _________________________________________________
David A. Davenport wrote:
Hi Thomas,
Actually, when I upgraded to the October release (thought I'm now running CVS) everything resolved itself and is working wonderfully.
The only major remaining problem I'm having with Courier is with opening messages marked as unread, which I posted earlier.
Hi David, Thomas,
I confirm this bug as well with Courier-IMAP 4.03 and PHP 5.0.4 and CVS snapshot.
I tried to debug the issue by using tcpdump, and error_log but the FETCH goes ok except the do..while loop never exit and thus it doesn't close the connection (I see unterminated imapd processes floating around. Probably because it misses a \n somewhere. This is a severe bug and I wonder if the error is within the Iloha package or Roundcube.
Thomas: if you need access to a Courier-IMAP server to sort this out or if you like to get some verbose output of tcpdump, I can provide you a login/pass.
Jasper
Thanks again!
Dave
On Sun, 9 Oct 2005 13:54:32 +0200, Thomas Bruederli roundcube@gmail.com wrote:
Hi David,
This must be due bad implementation of the root_dir parameter. RoundCube always added a slash as delimiter but Courier uses a dot. Please try the attached patch for the file program/include/rcube_imap.inc
With my best regards, Thomas
2005/10/7, David A. Davenport registration@firebin.net:
Greetings,
Has anyone come up with a fix or workaround for using Roundcube with Courier IMAP? My folder prefix is "INBOX.". If I leave the prefix undefined, all folders are listed as "INBOX.Foldername", however if I specify the prefix, no folders are listed at all.
Dave _________________________________________________ David A. Davenport dave@firebin.net P: 206-353-6320 W: http://dave.firebin.net
AIM: Firebin ICQ: 4658321 MSN: passport@firebin.net _________________________________________________