Hi, I've installed RoundCube, and works ok, except by the fact it doesn't show the body of the emails. I suspect it can be a problem with the Courier-IMAP server. What do you think?
Running C-I, and roundcube, no problems.
On 10/13/05, Alvaro Graves agraves@dcc.uchile.cl wrote:
Hi, I've installed RoundCube, and works ok, except by the fact it doesn't show the body of the emails. I suspect it can be a problem with the Courier-IMAP server. What do you think?
--
Cheers, AG
Alvaro Graves Fuenzalida - agraves [@] dcc.uchile.cl Computer Science Engineer - Universidad de Chile CS Master student - Universidad de Chile
same behavior here only that the code in cvs showes the e-mail but does not remove messages
Hi, I've installed RoundCube, and works ok, except by the fact it doesn't show the body of the emails. I suspect it can be a problem with the Courier-IMAP server. What do you think?
--
Cheers, AG
Alvaro Graves Fuenzalida - agraves [@] dcc.uchile.cl Computer Science Engineer - Universidad de Chile CS Master student - Universidad de Chile
The latest CVS version should work with Courier. If a message is not deleted make sure you entered the correct folder name for 'trash_mbox' in main.inc.php. For Courier this would be 'INBOX.Trash'. Also check settings for 'sent_mbox'.
Regards, Thomas
2005/10/13, Ovidiu Ghinet ovidiu@ethernet.ro:
same behavior here only that the code in cvs showes the e-mail but does not remove messages
Hi, I've installed RoundCube, and works ok, except by the fact it doesn't show the body of the emails. I suspect it can be a problem with the Courier-IMAP server. What do you think?
--
Cheers, AG
Alvaro Graves Fuenzalida - agraves [@] dcc.uchile.cl Computer Science Engineer - Universidad de Chile CS Master student - Universidad de Chile
Currently you have to change this in a few places, including the skin.
I will submit a change (later tonight, still at work) so that this prefix has to only be set once in the main config file.
Also, I believe that it is possible to retrive this prefix from imap - I know thunderbird allows you to set it, but also defaults to a "allow server override" for the folder prefix.
Does anyone know further details on this?
j
On Thu, 13 Oct 2005 23:33:27 +0200, Thomas Bruederli roundcube@gmail.com wrote:
The latest CVS version should work with Courier. If a message is not deleted make sure you entered the correct folder name for 'trash_mbox' in main.inc.php. For Courier this would be 'INBOX.Trash'. Also check settings for 'sent_mbox'.
Regards, Thomas
2005/10/13, Ovidiu Ghinet ovidiu@ethernet.ro:
same behavior here only that the code in cvs showes the e-mail but does not remove messages
Hi, I've installed RoundCube, and works ok, except by the fact it doesn't show the body of the emails. I suspect it can be a problem
with
the Courier-IMAP server. What do you think?
--
Cheers, AG
Alvaro Graves Fuenzalida - agraves [@] dcc.uchile.cl Computer Science Engineer - Universidad de Chile CS Master student - Universidad de Chile
2005/10/13, Joshua Layne joshua@willowisp.net:
Currently you have to change this in a few places, including the skin.
I will submit a change (later tonight, still at work) so that this prefix has to only be set once in the main config file.
Also, I believe that it is possible to retrive this prefix from imap - I know thunderbird allows you to set it, but also defaults to a "allow server override" for the folder prefix.
Does anyone know further details on this?
Yes, you can get the prefic from the IMAP server. This is done with the function iil_C_NameSpace() in program/lib/imap.inc
In the latest CVS version, this is done (see rcube_imap.inc) but it does not set the 'imap_root' property because this would mean that the main INBOX folder is not accessible from RoundCube. I have to change the behavior of that 'imap_root' (which is quite deep) setting first. To fix this properly will take a wile...
Thomas
Given this situation, I am going to hold off on my hack. If anyone needs to have their icons and everything looking cute, please feel free to email me off-list (so as to not bog it down) and I can walk you through it. j.
On Thu, 13 Oct 2005 23:51:59 +0200, Thomas Bruederli roundcube@gmail.com wrote:
2005/10/13, Joshua Layne joshua@willowisp.net:
Currently you have to change this in a few places, including the skin.
I will submit a change (later tonight, still at work) so that this
prefix has to only be set once in the main config file.
Also, I believe that it is possible to retrive this prefix from imap - I
know thunderbird allows you to set it, but also defaults to a "allow server override" for the folder prefix.
Does anyone know further details on this?
Yes, you can get the prefic from the IMAP server. This is done with the function iil_C_NameSpace() in program/lib/imap.inc
In the latest CVS version, this is done (see rcube_imap.inc) but it does not set the 'imap_root' property because this would mean that the main INBOX folder is not accessible from RoundCube. I have to change the behavior of that 'imap_root' (which is quite deep) setting first. To fix this properly will take a wile...
Thomas