I have a problem in Roundcube where some messages don't have dates at
all. That field just shows up blank.
I realized that all of the emails doing this were coming from
livejournal.com, so I compared the dates between one that does display:
Date: Sun, 07 Oct 2007 00:07:27 -0700
and one that doesn't display:
Date: Sat, 6 Oct 2007 21:34:24 UT
So my guess is that the UT is throwing things off. Any suggestions on a
fix?
--
Todd Megee
http://rathervague.com/
Even the clearest and most perfect circumstantial evidence is likely to be at
fault, after all, and therefore ought to be received with great caution. Take
the case of any pencil, sharpened by any woman; if you have witnesses, you will
find she did it with a knife; but if you take simply the aspect of the pencil,
you will say that she did it with her teeth.
-- Mark Twain, "Pudd'nhead Wilson's Calendar"
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi! I'm setting up a mailserver with postfix + dovecot following this HOW-TO
(http://workaround.org/articles/ispmail-etch/) and I would like to use
RoundCube (0.1 rc1) for it. I'm using virtual domains. The problem is that I
can't get RoundCube working: every time I try to login i get "Login failed".
I have this in my main.inc.php:
$rcmail_config['virtuser_query'] = "SELECT email FROM
mailserver.view_usersWHERE email = '%u'";
RoundCube mysql user has reading access to the mailserver DB, and I have
successfully tested this query on the DB.
I think the problem is that my imap server is using TLS. Is that "diagnosis"
correct? How can I fix it?
Thanks in advance,
Daniele
--
Daniele Salatti
http://www.salatti.net
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
strange thing!! I uploaded some days again my version of roundcube, and everything was working, I could connect to any IMAP server. But since today my login fail but without an error (mit log status is 4, so errors should be displayed), if I log in with a wrong password there will be an error displayed.
Check this out: http://jangloeckner.virtual.vps-host.net/roundcube/
Exactly the same roundcube configuration runs on an other server, there everything is working fine (check it out: http://www.dddesign.ch/roundcube/ )
Any ideas?
jan
--
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm using r803 from 2007-09-20.
When composing in HTML mode, the first click of 'Save Draft' works as it
should. Subsequent clicks of 'Save Draft' do nothing.
In Plain text mode the 'Save Draft' button works perfectly.
-Michael
--
CONFIDENTIALITY NOTICE:
This message, and any attachments that may accompany it, contain information that is intended for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential, or otherwise exempt from disclosure under applicable law. If the recipient of this message is not the intended recipient, any disclosure, copying, or other use of this communication or any of the information, which it contains is unauthorized and prohibited. If you have received this message in error, please notify the original sender by return mail and delete this message, along with any attachments, from your computer. Thank you.
_______________________________________________
List info: http://lists.roundcube.net/users/
New to the list. I am trying to upgrade from from Version 0.1-beta2 to Version 0.1-rc1
and am receiving the following error when running the mysql.update.sql script. Can someone please tell
me how to fix this. thanks!
SQL query:
ALTER TABLE `messages` DROP `body` ,
DROP INDEX `cache_key` ,
ADD `structure` TEXT,
ADD UNIQUE `uniqueness` ( `user_id` , `cache_key` , `uid` ) ;
MySQL said: <http://dev.mysql.com/doc/mysql/en/error-messages-server.html>
#1062 - Duplicate entry '4-INBOX.msg-390' for key 2
and here is the script that was supplied to upgrade:
-- RoundCube Webmail update script for MySQL databases
-- Updates from version 0.1-beta and 0.1-beta2
ALTER TABLE `messages`
DROP `body`,
DROP INDEX `cache_key`,
ADD `structure` TEXT,
ADD UNIQUE `uniqueness` (`user_id`, `cache_key`, `uid`);
ALTER TABLE `identities`
ADD `html_signature` tinyint(1) default 0 NOT NULL;
-- Uncomment these lines if you're using MySQL 4.1 or higher
ALTER TABLE `users`
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci,
CHANGE `username` `username` VARCHAR( 128 ) CHARACTER SET utf8 COLLATE utf8_
general_ci NOT NULL,
CHANGE `alias` `alias` VARCHAR( 128 ) CHARACTER SET utf8 COLLATE utf8_genera
l_ci NOT NULL;
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have installed rc the latest from the website. I just get a blank
page. My error log says:
[02-Oct-2007 12:07:27] PHP Fatal error: Call to a member function
on a non-object in
/home/brentadv/public_html/rc/program/include/rcube_db.inc on line
366
[02-Oct-2007 12:35:45] PHP Fatal error: Call to a member function
on a non-object in
/home/brentadv/public_html/rc/program/include/rcube_db.inc on line
366
[02-Oct-2007 12:36:45] PHP Fatal error: Call to a member function
on a non-object in
/home/brentadv/public_html/rc/program/include/rcube_db.inc on line
366
Line 366 says:
return "now()";
:s but I don't think it's that.
Also I couldn't work out how to do this in cpanel. I have already
set up my database with correct username and pass.
Database Setup
While we're uploading (or after we're done) we have one final step
to do before we can start using Roundcube. We need to set up our
database. Open your website control panel. You first need to create
a database and user with the information we decided earlier. Then
add that user to the database. Next we execute the SQL file found
in the "/SQL/" directory in Roundcube that is named:
"*.initial.sql" where * is your database backend type (mySQL,
PostgreSQL, SQLite).
For example with mysql enter the following code on the command line:
mysql --user=(your_db_user_name) -p (your_db_name) < mysql.initial.sql
=
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/dev/www.danda.org.uk
DANDA - Developmental Adult Neuro-Diversity Association
=
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/