Hi,
I have installed roundcubemail-0.3-stable in a LAMP platform.
When I received an email with an inline png image (and
content-type="multipart/alternative"), roundcube doesn't display it.
Mozilla Thunderbird for example display the image correctly.
When I forward or 'edit as new' the message, the image is showed without
any problem. It seems that there was a solved ticket with this problem,
but I don't know how to fix it.
I rescue an old roundcube installation (roundcubemail-0.1) and the same
e-mails that didn't display the stable roundcube0.3 works fine here.
Maybe this could help.
Thanks in advance for your help.
--
......................................................................
__
/ / Roger Castells i Barrancos
C E / S / C A Tècnic de Microinformàtica
/_/ Centre de Supercomputació de Catalunya
Gran Capità, 2-4 (Edifici Nexus) · 08034 Barcelona
T. 93 205 6464 (ext. 502) · F. 93 205 6979 · rcastells(a)cesca.cat
......................................................................
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi, folks!
There is Roundcube 0.2.1 (seems that 0.3.1 has this problem too).
Mailboxes are IMAP under Dovecot.
There are two folders visible: Inbox and Trash,
but when I try to remove message,
"errormoving" alert is displayed, and "Trash" is always empty.
File roundcubemail/program/include/rcube_imap.php contains following code:
function move_message($uids, $to_mbox, $from_mbox='')
{
$to_mbox = $this->_mod_mailbox($to_mbox);
$from_mbox = $from_mbox ? $this->_mod_mailbox($from_mbox) :
$this->mailbox;
// make sure mailbox exists
if ($to_mbox != 'INBOX' && !in_array($to_mbox,
$this->_list_mailboxes()))
{
if (in_array($to_mbox_in, $this->default_folders))
$this->create_mailbox($to_mbox_in, TRUE);
else
return FALSE; // This always happens when Trash does not exists!
}
What is $to_mbox_in variable in this code?
It is never assigned and is always empty (while $to_mbox == 'Trash').
BTW, when Trash folder is already created, then messages are removed
normally,
but two "Trash" folders are visible in folderlist.
WBR, Ilya
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all
Hi list
my linux box is CentOS 5.4
it is properly updated
I use the old old stable version 0.1.1 of roundcubemail , which is contained
in the deposit EPEL
I preferred to continue using the version contained in the official
repositories of CentOS
I use postgresql
This is correctly configured as described in the INSTALL file
I use the standard PHP of CentOS distribution (http://fakessh.eu/ it is the
phpinfo(); page )
my problem is that
I see appear the login page (http://fakessh.eu/roundcubemail )
I enter all data but I do not
understand why I can not fit into the webmail
thanks for all your feedback
SL
nb : 'Buddha' peace themselve
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all
Hi list
I have a CentOS server properly updated with php 5.2.11
I have a total lack of internal log roundcubemail
plus I have a serious problem in authentication
url http://fakessh.eu/roundcubemail/?_task=&_action=login
with correct user and correct pass
gives me posted on the home page of roundcube an authentication error
url http://fakessh.eu/roundcubemail
with correct user and correct pass
gives me posted on the home page of roundcube an authentication error
I activate the verbose mode of roundcube without further result
$rcmail_config['debug_level'] = 8;
I use the rpm
[root@r13151 ~]# rpm -qa | grep roundcubemail
roundcubemail-0.3-1.fc11
which corresponds to the stable version 3.0
I use postgresql configure by following the INSTALL file of the rpm
One problem that may occur: the large number of mail there on the server
several tens of thousands
and also the major problem I have: I have no log, but the rpm installation is
correct
my server does not seem corrupt, I will not forward mail bizarre and the logs
are clean
thanks for all your feedbacks
nb : 'Buddha' peace themselve
_______________________________________________
List info: http://lists.roundcube.net/users/
I sent the above attached message some time ago. I received no answer!
The problem is still there and I've found no solution yet.
Nothing changed after upgrade to 3.1
Can anybody help me? Any suggestion???
Giorgio
Subject: [RCU] problem with login after upgrade to 0.3 (password crypted?)
From: Giorgio Volpe <giorgio(a)movi.fvg.it>
Date: Fri, 23 Oct 2009 23:38:01 +0200
To: users(a)lists.roundcube.net
I've just upgraded from 0.2 to 0.3
I can no more log in ...
Activating
$rcmail_config['imap_debug'] = true;
I can see in the log file <log_dir>/imap that rc sends the password to
the IMAP server not as is but "crypted"(?) and the server refuses it
[23-Oct-2009 23:02:23 +0200]: C: cp01 CAPABILITY
[23-Oct-2009 23:02:23 +0200]: S: * CAPABILITY IMAP4rev1 UIDPLUS
CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT
QUOTA IDLE ACL ACL2=UNION STARTTLS
[23-Oct-2009 23:02:23 +0200]: S: cp01 OK CAPABILITY completed
[23-Oct-2009 23:02:23 +0200]: C: a001 LOGIN "spa" "î`ovG"
[23-Oct-2009 23:02:30 +0200]: S: a001 NO Login failed.
"î`ovG" is not my password!
If I telnet the server with the plain real password it logs in!?
/etc/roundcube# telnet localhost 143
Trying 127.0.0.1...
Connected to movifvg.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2008 Double
Precision, Inc. See COPYING for distribution information.
a001 login "spa" "realplainpasswd"
a001 OK LOGIN Ok.
Any help?
thanks
giorgio
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi All,
Can anyone confirm this?
My config has
flag_for_deletion TRUE
But there's some strange behaviour in this setup.
Steps to follow:
1. Apply a filter
2. Delete messages in filtered list
3. Compact the folder
Result -> Unfiltered mailbox with the filter displayed.
Where I am expecting the filtered mailbox list to appear.
Bug, or feature?
Kind regards,
Spil
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
What needs to be changed to enable personal distribution lists in the
Address Book.
At the moment the email field in the contacts table is only varchar(128) I
think this can easely be changed to text so we can have unlimites comma
separated email addresses in there.
But I have noticed there is an e-mail validation test in the edit Contact
screen.
Where can I find the code to disable this?
--
Simple things make people happy.
Willy De la Court
PGP Public Key at http://www.linux-lovers.be/download/public_key.asc
PGP Key fingerprint = 784E E18F 7F85 9C7C AC1A D5FB FE08 686C 37C7 A689
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I upgraded to the latest patch today and now the accounts / settings
plugin does not work properly anymore. Now it is not possible to select
special folders, for additional created imap accounts. For the main account
it still works perfect, but no longer for additional accounts. Maybe it is
a problem of the "settings" plugin or "accounts" plugin. Has anyone the
same problem and a workaround solution ?
Best Regards
Tom
_______________________________________________
List info: http://lists.roundcube.net/users/