Hello all,
I'm running Roundcube 0.5 RC on our server and I think there is a bug,
somehow related to this closed bug:
http://trac.roundcube.net/ticket/1486532
When replying to a mail a single space character is inserted before every
line written. The original message appears below the answer which is set
this way in the settings of Roundcube.
Can somebody confirm?
Regards,
Martin
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Is there a routine available which would be able to remove a stale user
from the MySQL database along with any other table entries related to
them such as contacts etc etc?
I have dozens of long gone users, and I would like to clean up the DB.
Yes, they aren't hurting anything by being there, but they aren't helping
anything either.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I have a message that won't display correctly in roundcube. In
internet explorer 8, when the message is selected, it starts to open
it, says loading at the top of the screen, but never loads it. It
will load in chrome and firefox, but it only loads halfway. This
message displays correctly in our live webmail which is tupimail as
well as in windows live mail. Any ideas what might be happening here
or where I might look to find out?
Thanks,
James
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I installed today's 0.5-rc release for testing, and already have a
question. One of the new features in the Changelog is "Add 'loading'
message on message move/copy/delete/mark actions"
Well, I've already got three complaints on this from my testing team.
While
it's OK for most users, I have users who delete multiple consecutive
messages by highlighting the first one, and then clicking "Delete"
multiple
times until the batch is gone. (They have "After message delete/move
display the next message" as True.) While this method works fine in
0.4.2,
the "Loading..." dialogs start to stack up quickly in 0.5-rc and after
two
or three clicks they cover the Delete button and the user has to wait
for
the dialogs to clear before proceeding.
So I'm wondering if any thought has been given to making these new
dialogs
a preference that could be enabled/disabled? While making it a per-user
setting would be ideal, I could live with just having the ability to
turn
it off globally in the main.config.php if that would be easier.
--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
541.461.8343
____________
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi list,
I'm testing a shared mailbox with roundcube and, so far, didn't manage
to make it work.
I have cyrus-imap and a shared mailbox named "testshared" in
/var/spool/cyrus/mail/t/shared/testshared
I can subscribe and browse this mailbox from thunderbird with userA.
But with the same userA, when I try to access it from roundcube, I get
the error "Server Error: STATUS: Mailbox does not exist".
I tried to change my default settings in main.inc.php as follow:
---
$rcmail_config['imap_ns_personal'] = "INBOX.";
$rcmail_config['imap_ns_other'] = null;
$rcmail_config['imap_ns_shared'] = "shared.";
---
But that doesn't work either.
What is the correct configuration to access a shared mailbox from
roundcube ?
Thanks,
Julien
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
Is there any way to change the sender identity based on the email
service domain?
Here is my scenario: horde provides the webmail service for two domains:
.student.domain.com
.profs.domain.com
The email addresses are created in the following way:
username(a)student.domain.com (for the first)
username(a)domain.com (for the second)
However, with this configuration:
$rcmail_config['default_host'] = array(
‘profs.domain.com => ' domain.com ',
'student.domain.com' => 'student.domain.com',
);
The roundcubemail creates the sender identity for the second domain like
this: username(a)profs.domain.com , which is not valid to send emails.
Is there any way to set up roundcube the way I need? Thank you
--
Ricardo Ruivo
System Administrator
SIC - Serviço de Informática e Comunicações
Department of Informatics Engineering
Faculty of Science and Technology
University of Coimbra | Portugal
My PGP Public Key is available at:
http://pgp.dei.uc.pt:11371/pks/lookup?op=get&search=0x7D4F6A4C
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/sQ/WaKlzKYG/signature.asc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hohoho folks,
Our Christmas gift for 2010 is now available for download. We just
published the release candidate package for the upcoming version 0.5
of Roundcube webmail. It's now feature-complete with a reworked user
interface for the IMAP folder management and improved handling for
mailing list headers. Details are listed in the changelog as usual:
http://trac.roundcube.net/wiki/Changelog
Please download this latest release from http://roundcube.net/download
and let us know about things that need improvement. The final version
will be ready soon and we're already making big plans for 2011.
Enjoy the upcoming days and have a great party for new year!
Cheers,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hello roundcube network.
I just noticed a problem on the last trunk.
you can not select the new files to add in the INBOX because the window
is full and there is no scroll bar to scroll to the bottom of the list
any return are welcome , thanks
- --
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7
gpg --keyserver pgp.mit.edu --recv-key 092164A7
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iD8DBQFNCrAVtXI/OwkhZKcRAnONAKCFfLic6G7vTniLrZ1MyNvDp/mbiwCdGDgw
T+HNxE+ZeE9sEzEbsBMAvpQ=
=l9Wh
-----END PGP SIGNATURE-----
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello there,
I've got a problem with the pf_password plugin to change the users password
in the postfixadmin mysql database.
This mysql code works properly: ['password_query'] = 'UPDATE mailbox SET
password=%c WHERE username=%u';
But how is the syntax to make use of the
modified,pass_modified,last_password and second_password fields?
The default querysyntax doesn't work for me: ['password_query'] = "UPDATE
`mailbox` SET `password` = %n , modified=now() , pass_modified=now()
,`last_password` = %y, `second_last_password` = %z WHERE `username` = %u
LIMIT 1";
Also 'password'=%c haven't worked.
Thanks,
Tobias
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Tm/xsSaRHks/smime.p7s
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e