Dear subscribers
A new major release is now available for deep testing. With this version we
fixed over 50 bugs and added new features like threaded message listing and
contact groups support as well as many little improvements that make e-mail
reading with Roundcube an even better experience.
While it's still called a beta release we consider it to be stable enough
for productive environments. However the new features may have some minor
issues which we are happy to hear about.
Download the 0.4-beta version now from http://roundcube.net/download
A complete list of changes can be found as usual at
http://trac.roundcube.net/wiki/Changelog
Attention: Please note that the database schema has changed. Therefore you
should carefully read the UGRADING instructions and make sure you apply the
according SQL statements from SQL/*.update.sql to your database. Run
bin/update.sh to see what needs to be done.
Have fun!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I'd like to store my roundcube data in pgsql, but not in the schema
PUBLIC but some other, e.g. ROUNDCUBE.
I fail to log into the correct schema when giving the following syntax
in db.inc.php:
pgsql://username:password@localhost/database?schema=ROUNDCUBE
Any idea on how to succeed in logging into the schema?
Best Regards
Dirk
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi there,
I have developed a mail clustering solution that works with most mail servers,
and has massive scalability. It's called Proto Balance Mail and it's
downloadable
from http://protobalance.com/protobalancemail.html
Now Proto Balance Mail directs traffic, and aportions mailboxes -- so
it does not
actually store mail. It is meant to allow you to deploy multiple instances of
whatever mail server and webmail client you are already accustomed to.
It would be good to integrate this product with RoundCube of course. The result
would be a web-mail solution that supports large sites - like those with over
10,000 or 100,000 mailboxes or more.
If there is anyone interested, please contact me on paulsheer(a)gmail.com or
protobalance(a)protobalance.com
Kind regards, and thanks very much for RoundCube - it's great.
-paul
_______________________________________________
List info: http://lists.roundcube.net/users/
Dear all,
There seems to have no information on the following issue in the List. Kindly share your advice.
How do we configure RC to use the default folders in OS X Server 10.6, such as Drafts, Sent, Trash and Junk?
Charles So
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have the following trouble:
If I delete (move to trash) several messages one after the other,
roundcube get slow after deleting a few messages (around 5). Slow means,
that it takes around a minute to delete a single message.
In the logs I see, that for every delete operation, roundcube issues a
new connection/login to the imap server. I suspect that after a few such
operations, to "pool" of available connections to the imap server is
exhausted, which causes the delay.
This is supported by the observation that the delete operation seems to
complete as soon as an "old" connection is closed, which seems to happen
after 60 s (keep_alive time).
I wonder if I configured something wrong, because to my opinion it would
be more efficient if roundcube just uses the established-connection
instead of opening a new one for every (delete) operation.
I just realized, that for every operation (i.e. view a message)
roundcube issues a new login/connection to the imap server. Is this
really intended?
Any hints welcome.
cheers,
Hp
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
i read in the announcement mail, that roundcube is supporting threaded
message viewing now. Is there a configuration option in the config, i must
set for it to work ?
Best Regards
Tom
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I've setup Roundcube 0.3.1 with dovecot and managesieve. My setup is
working fine with any IMAP client (Apple Mail, Thunderbird, Evolution,
etc.) but I have issues with folders in roundcube.
Basically, it seems in the pane I can only see folders if:
- the folder is Inbox
- the folder is subscribed
- the folders lives in the same folder in which there is a subscribed
folder
all other folders do not show up in the folders pane, but I can see them
in the Settings > Folders menu and if I subscribe to them, then they
appear in the Folders Pane.
I've searched the options and played with imap_root/imap_delimiter, but
this seems not to be the issue.
Any idea?
thanks
Luca
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm used to Thunderbird, and there a couple of features in it
that would make Roundcube far more useful to me.
The first is the split window layout that Thunderbird uses.
I normally select the oldest message, and Thunderbird immediately
shows that message in another window. I then just hit Delete
or Junk repeatedly to peel through all of the emails. Just one
click per email, and I don't have to move the mouse around. I
am viewing the subject list the whole time, so I can queue up
decisions in my mind as to what is spam, and what needs to be
read.
With Roundcube, I have to double click on a message, then
the whole page is replaced with the message. If I hit
Delete, I am sent back to the subject list. It would be
much better for me if the next message would simply load
in place. Then I could just keep hitting Delete to get
through all of my messages. Squirrel mail has a
"Delete and Next" link that does this. Right now, I
have to go back and forth between the subject list and
the message window, reloading the subjects each time I
read a message, which can be time consuming.
Anyway, great job on Roundcube. It's an impressive webmail
client.
Thanks,
Tobiah
_______________________________________________
List info: http://lists.roundcube.net/users/
hello boys and girls
hello all users of this list
hello guru of php
hello much many people
here is my previous discution
Hi there,
You don't really need to write any line in C to change the password the
PAM way:
http://svn.php.net/viewvc/pecl/pam/trunk/README?view=markup
This is a PECL module, so installation is easy: pecl install pam
See you!!
emi
2010/4/20 fakessh <fakessh(a)fakessh.eu>:
On Tue, 20 Apr 2010 14:09:07 +0200, "A.L.E.C" <alec(a)alec.pl> wrote:
fakessh wrote:
I try to implement the change password plugin I just watched
http://trac.roundcube.net/browser/trunk/plugins/password it does not seem
to have an option to change password when using
dovecot
I do not use sql or ldap. I use pam to store my password
through the authentication to postfix and dovecot: my passwords are login
or plain text if so, can you enlighten me how to use the change password
plugin
I don't know if there is a plugin or driver for PAM passwords
change. You need a command line tool for changing passwords e.g. chpasswd
and use it in PHP. For example see 'sasl' driver from 'password' plugin.
Programmers can take a look at http://www.unicom.com/sw/web-chpass. Also
virtualmin (which we support in virtualmin driver) probably is
working with PAM.
thank you A.L.E.C thanks you all users I just look at the code
http://trac.roundcube.net/browser/trunk/plugins/password/drivers/sasl.php
to integrate easily into roundcube it is simply necessary to modify the
code web-chpass and the executable c nipasswd then plugin with a part in c
I'm afraid of writing this piece of c, I just perl the c is entirely taken
from http://www.unicom.com/sw/web-chpass I am afraid to make mistakes in
writing c them what someone feels able to write this plugin derives from
nipasswd _______________________________________________ List info:
http://lists.roundcube.net/dev/
i just perl and c
I do not know php
I want a little help to understand and run the documentation
I correctly installed pecl install pam
I have the following API
1 API
2
3 bool pam_auth(string $username, string $password [, string &$error [
$checkacctmgmt = true ] ])
4 bool pam_chpass(string $username, string $oldpassword, string
$newpassword [, string &$error ])
5
6 The parameters are
7
8 username - Username to check
9 password - User supplied password
10 error - Output parameter to put any error messages in
11 checkacctmgmt - Call pam_acct_mgmt() to check account expiration and
access hours (requires root access!)
12 oldpassword - Current password on account
13 newpassword - Password to change to
can you give me a simple example using this API
bool pam_auth (string $username, string $password
[, string &$error [ $checkacctmgmt = true ] ])
^ ^ ^ ^
^ ^
what it 's what it 's what it 's what it 's
what it 's what it 's
bool pam_chpass (string $username, string
$oldpassword, string $newpassword [, string &$error ])
^ ^ ^ ^
^ ^
what it 's what it 's what it 's what it 's
what it 's what it 's
can you give me a simple example of how these functions
A simple example would allow me to easily write the plugin for
roundcubemail
thanks for your advice
thanks for all return
aka /fakessh/
_______________________________________________
List info: http://lists.roundcube.net/users/
Greetings Everyone!
I'm relatively new to RoundCube, having used it
daily for the last month and really like it. I'm at an intermediate
programming level when it comes to PHP and was wondering if some of you
might be able to answer this question for me:
I use RoundCube at work
where I maintain a database of professional physician contacts. I want to
migrate (and of course keep backups just in case) my contact list over to
RoundCube.
However, a few fields I need are missing for me:
Telephone
Number
Address
So, is this something that I can look forward to in
implementation soon or something I'll need to code myself for the time
being (which I can do, easily enough)?
My big concern is that if I code
this myself then it will undoubtedly break when I upgrade RoundCube in the
future.
Thanks everyone!
- Len W. Brown
len(a)lenwbrown.com
_______________________________________________
List info: http://lists.roundcube.net/users/