Hi,
I'd like to know what the difference between these two downloads
is. I am concerned both about the practical part (functionality)
and about the licensing issues.
I haven't found anything in the web explaining what the difference
is, so if anyone could clarify it for me that would be wonderful.
If it's somewhere in the web please, kindly point me to the
relevant doc, I haven't been able to find it.
Thanks and congratulations for this great product.
--
Jesús Guerrero
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi Roundcube users
We're proud to announce the stable release of version 0.3 with the
long-awaited plugin API. Now the doors are finally open to extend
Roundcube's functionality and the integration in other web-based systems
got much easier. The package includes a default set of useful plugins as
well as some sample code. An introduction to plugin development can be
found on our wiki [1].
This release also includes some more bug fixes especially fixes and
improvements of the LDAP support. Get all the details from the Changelog [2].
Together with this release we pimped our website with a fresh and sexy
screen design created by Micha Krautwasser, a very talented designer at
bueroflint.com. Many thanks man!
As usual you can download the new release from our (gorgeous) website [3].
Have fun!
Thomas
[1] http://trac.roundcube.net/wiki/Doc_Plugins
[2] http://trac.roundcube.net/wiki/Changelog
[3] http://roundcube.net/downloads
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I've just started to upgrade 0.2.2 to 0.3 stable and got the following
error in the error log after configuration:
"IMAP Error: Empty startup greeting"
I've checked imap.inc and tried to change buffer length at 623 line
stream_get_line($conn->fp, 8192, "\r\n"); Login was successfull only
after changing 8192 to 32?! Where is the problem?
Bit if I'm trying to run the same IMAP connection PHP code in test php
it works fine.
With regards, Andrey
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi friends,
there are already adapting to the plugin to create groups of contacts to
version 3.0 ?
--
----------------------------------------------------------------
Tiago Gomes Pereira http://www.tiagogomes.eti.br
LPI Certified
LPI ID - LPI000129445
IT Service Management - ITIL FOUNDATION V2
ID - SR341901
algodas(a)gmail.com
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I'm taking my first steps in Roundcube here, and things work out pretty
find mostly.
One thing I can't seem to get to work is the LDAP address book that my
university runs. What I did was, I looked into main.inc.php, created a
section
========================== *snip* ==========================
$rcmail_config['ldap_public']['UA'] = array(
'name' => 'my university',
'hosts' => array('ldap.myuni.com'),
'port' => 389,
'use_tls' => false,
'user_specific' => false,
'base_dn' => '<my base dn>',
'bind_dn' => '<my bind dn>',
'bind_pass' => '<password>',
'writable' => false,
'ldap_version' => 3,
'search_fields' => array('mail', 'cn'),
'name_field' => 'cn',
'email_field' => 'mail',
'surname_field' => 'sn',
'firstname_field' => 'givenName',
'sort' => 'sn',
'scope' => 'list',
'filter' => '',
'fuzzy_search' => false );
========================== *snap* ==========================
and tadaa, the Roundcubes' address book section features a new address
book "my university". Unfortunately, though, no single entry appears in
there, even after searching.
There are no error while binding (according to logs/error), so I guess
that goes alright.
I have no idea where the mistake could be. Anyone else with a hint, maybe?
Cheers,
Nico
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I've been running 0.3rc for a few weeks and, since this morning only , I
have the following message on the top-left corner of the window:
----
DB Error in /<XXXX>/program/include/rcube_mdb2.php (623): MDB2 Error:
constraint violation Query: _doQuery: [Error message: Could not execute
statement] [Last executed query: EXECUTE
mdb2_statement_mysql_586751139f2cf6ff93d7883f2080104b31458319d USING @0,
@1, @2, @3, @4, @5, @6, @7, @8, @9, @10] [Native code: 1062] [Native
message: Duplicate entry '1-INBOX.msg-108742' for key 2]
----
It doesn't appear at every reload, it's quite random...
Any idea of were this could be coming from ?
Thanks,
Julien
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
we have a debian lenny server running postgresql 8.3, php 5 and moodle
1.9.5. We have a mail server running cyrus-imapd adjacent to it. For
various reasons, we installed roundcube on the moodle server to be a
front-end to the cyrus imapd on the other server.
We're currently running roundcube v0.2.2 which is using the existing
postgresql as its database. That database was originally created against
roundcube v1-2 and I've had to upgrade it, somewhat manually as there
didn't seem to be a script that could do it. We're running imapproxy on
the roundcube server to try and speed things up.
I have just over 3500 emails in my mailbox. That's quite a few, but it's
not massive. When I login to roundcube it takes a full minute to show me
the mailbox (I have it set to display the most recent 100 mails). Every
time I click for the next page of 100 mails, I wait at least another minute
before it's displayed. During this time, Postgresql runs at moreorless
100% the entire time. This is just not usable. By contrast, when I login
to ilohamail, I see the first 20 mails in 2 seconds.
It's possible that our manual upgrade has missed an index somewhere and as
a result postgresql is having to work unduly hard. Does anyone have any
suggestions for what I might do to work out what the hold up is?
Any other suggestions? Surely Roundcube isn't really this slow? Perhaps
there's a bottleneck I just need to work out and all will be better?
Gavin
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi list,
I installed rcu 0.3-RC1. Everything works fine, when I add the
Language Selection plugin I can login with en_US, but when I select
any other language it just doesn't do anything. I already tried adding
the taskbar and the captcha
plugins because I've seen some warnings about that in the error_log.
This fixes the warnings but not the issue.
Someone had an idea?
Thanks,
Wesley Hof,
Unix system engineer,
KPN Belgium.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi list,
I installed rcu 0.3-RC1. Everything works fine, when I add the
Language Selection plugin I can login with en_US, but when I select
any other language it just doesn't do anything. I already tried adding
the taskbar and the captcha
plugins because I've seen some warnings about that in the error_log.
This fixes the warnings but not the issue.
Someone had an idea?
Thanks,
Wesley Hof,
Unix system engineer,
KPN Belgium.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello Everyone,
Today I faced strange thing. I am monitoring my server with AIDE software.
It detects changes in the filesystem structure, for example notifying me
about file being created, changed or deleted. What I spotted was that
sqlite.db file was created in my roundcube/bin directory. What's more when
I check original location of the file which is roundcube/sqlite.db it was
11G in size! Is this normal? What is exactly stored in the file? I removed
(previously backed up) both files and everything seems to be working OK. So
I am wondering - did someone "visited" my server and did something nasty?
Or is this suppose to happen and sqlite.db can grow to 11G over time?
Any help would be greatly appreciated. Thanks!
--
Michał Droździewicz
_______________________________________________
List info: http://lists.roundcube.net/users/