Hi all, what do I need to do so that a user only has to put their username in to the login box and not the full email. user(a)thesite.com and password cut down to user and password.
Cheers :)
=
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/
I've done a little poking around can't find an solution to my problem. I
was hoping someone on the list might be able to help.
I've just done the upgrade from beta2 to rc1. But when I attempt to
access the RC site I get this error in my RC log:
PHP Fatal error: Call to undefined function: strip_quotes() in
/var/www/htdocs/roundcube/index.php on line 93
Does anyone have any suggestions for me?
Thanks in advance.
--
Jason Murray
IMBA Durham Region Rep - www.imba.org/canada
DMBA President - www.durhammountainbiking.ca
TORBG Executive - www.torbg.org
_______________________________________________
List info: http://lists.roundcube.net/users/
Following up in my list of misadventures with a Domino IMAP server (for the
record, "* OK Domino IMAP4 Server Release 6.5.5FP3"), I noticed that when
preparing for a reply, RC wouldn't auto-fill the To and Subject fields from
the original message. Also the header line looked something like:
On , wrote:
It's not the first time that I had to tweak RC to make it drive around what I
can only conclude to be weirdness in the Domino server, mostly effecting the
IMAP function get_headers(). In this particular case I managed to make
everything appear again by changing the following line in
program/steps/mail/compose.inc, from
$MESSAGE['headers'] = &$IMAP->get_headers($msg_uid);
to
$MESSAGE['headers'] = &$IMAP->get_headers($msg_uid , $_GET['_mbox'] , false );
I am using 0.1-rc1 at this point. To be very honest I am afraid to upgrade it
because I'd have to scout around and re-introduce my changes. I'd rather wait
for the owners of the Domino server to announce an upgrade on their part...
Cordialità / Best regards / Gxis la
------------------------------------------------------------------------
Manuel Giorgini <giorgini(a)interlogica.net>, Programmatore
INTERLOGICA e-business solutions - http://www.interlogica.net
Via Fusinato, 27 - IT 30171 Mestre VE - Italia - Unione Europea
Tel +39 041 099 30 00 (6 linee r.a.) - Fax +39 041 504 11 72
------------------------------------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've just tried to install the RC1 of roundcube. But I've encountered
some strange Problems:
Steps to reproduce:
-I try to login.
-I take teh correct logininformations
-Login
-> get back to login-Screen, ith blank fields
There is no warning in the log-directory. (It is writeable and i know it
works.)
I get a new row in the session-table (mysql)
I get a user in the users-table
I found a some topics with this Problem in the Forum, but I didn't find
any solve.
Any Ideas?
Regards,
Christian
--
UNEM-Produktion
Dipl.-Inf. Christian Kütbach
Tel.:02507-982722
c.kuetbach(a)unem.de
www.unem.de
_______________________________________________
List info: http://lists.roundcube.net/users/
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/