Dear subscribers of the Roundcube mailing lists
I'd like to announce the migration of our mailing lists to a new host
which is planned to take place on Monday, March 5th at 3pm GMT.
There's no action required on your side, all subscriptions and
settings will be transferred to the new host. There might be some
delay until all nodes on the net have updated their DNS entries for
lists.roundcube.net and to avoid any loss of messages during that
period, we recommend to suspend posting between 3pm and 9pm GMT on
Monday.
This is also a good occasion to thank Jason at gigo.com for offering
the list hosting for the last couple of years and to Jeroen at
kolab.org to take over.
Best,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Dear developers,
We don't have skin 'larry' in managesive plugin , when click "Filters" in Preferences, the user interface is not usable.
http://trac.roundcube.net/browser/trunk/plugins/managesieve/skins
Thanks very much for your great work and the beautiful Larry. :)
----
Zhang Huangbin
iRedMail: Open Source Mail Server Solution for Red Hat Enterprise Linux,
CentOS, Scientific Linux, Debian, Ubuntu, openSUSE, FreeBSD:
http://www.iredmail.org/
On 2012-03-05 16:36, Jeroen van Meeuwen (Kolab Systems) wrote:
> On 2012-03-05 16:26, Georg C. F. Greve wrote:
>> On Monday 05 March 2012 16.12:26 Jeroen van Meeuwen wrote:
>>> List info: http://lists.roundcube.net/dev/
>>> BT/%(user_delivered_to_md5)s
>>
>> Uhm. Kinky footer.
>>
>
> Indeed. I've reset all the footers for the Roundcube mailing lists to
> the default mailman footer for lists, for now.
>
Nope, not good enough either. I've used %(description)s instead of
"%(realname)s site list" for now, this should do it.
Kind regards,
Jeroen van Meeuwen
--
Systems Architect, Kolab Systems AG
e: vanmeeuwen at kolabsys.com
m: +44 74 2516 3817
w: http://www.kolabsys.com
pgp: 9342 BF08
Dear list members,
PHP 5.4.0 released!
http://www.php.net/archive/2012.php#id2012-03-01-1
I have make a naive change for roundcube.
install php 5.4.0
change nginx to new 5.4.0 php-fpm instanze
try to use roundcube.
I was unable to use the rc due to some Server errors.
I got the following messages in my errorlog.
ERROR:
[02-Mar-2012 17:36:49 +0100]: IMAP Error: rcube::imap_init(true) is
deprecated, use rcube::imap_connect() instead in
/home/phpapps/installed/rc06rc/program/include/rcmail.php on line 639
(GET /rc06rc/?_task=settings&_action=plugin.serverinfo)
Could this be the problem?
What I also have seen are the following entries.
####
[02-Mar-2012 16:37:15 UTC] PHP Strict Standards:
Non-static method PEAR::setErrorHandling() should not be called
statically in /home/phpapps/installed/rc06rc/program/include/iniset.php
on line 131
[02-Mar-2012 16:37:15 UTC] PHP Strict Standards:
Declaration of html_hiddenfield::show() should be compatible with
html::show() in /home/phpapps/installed/rc06rc/program/include/html.php
on line 377
[02-Mar-2012 16:36:53 UTC] PHP Strict Standards:
Declaration of rcube_template::write() should be compatible with
rcube_html_page::write($templ = '', $base_path = '') in
/home/phpapps/installed/rc06rc/program/include/rcube_template.php on
line 32
###
a lot of MDB2 lines.
###
[02-Mar-2012 16:37:16 UTC] PHP Strict Standards: Non-static method
PEAR::isError() should not be called statically, assuming $this from
incompatible context in
/home/phpapps/installed/rc06rc/program/include/rcube_mdb2.php on line
713
[02-Mar-2012 16:37:16 UTC] PHP Strict Standards: Non-static method
PEAR::isError() should not be called statically, assuming $this from
incompatible context in
/home/phpapps/installed/rc06rc/program/lib/MDB2/Driver/mysql.php on line
1698
...
[02-Mar-2012 16:37:16 UTC] PHP Strict Standards: Non-static method
PEAR::isError() should not be called statically, assuming $this from
incompatible context in
/home/phpapps/installed/rc06rc/program/lib/MDB2/Driver/Datatype/Common.php
on line 1227
...
[02-Mar-2012 16:37:16 UTC] PHP Strict Standards: Non-static method
PEAR::isError() should not be called statically, assuming $this from
incompatible context in
/home/phpapps/installed/rc06rc/program/lib/MDB2/Driver/mysql.php on line
1656
...
[02-Mar-2012 16:37:16 UTC] PHP Strict Standards: Only variables should
be assigned by reference in
/home/phpapps/installed/rc06rc/program/lib/MDB2/Driver/Datatype/Common.php
on line 1221
...
####
Is it worth to try to migrate from MDB2 to PDO, would you accept such
patches?
Have anybody else try to use php 5.4?
Best regards
Aleks
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
It looks like at least in v.0.7, it's impossible to remove subscription
from folders that have been deleted. Has this been fixed? If not, can
anyone please fix it? :)
Thanks!
Rimas
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
In summary, 'contacts list' incorporated on the 'mail' page worked ok with a slightly modified 0.8-SVN.
The sample code in the 0.8-SVN with the contacts list
on the 'compose' page was a great help. I was able to move the contacts
list onto the 'mail' page by doing the following:
* moving the new address/contacts list function declarations
('rcmail_adressbook_list' and 'rcmail_contacts_list') from
'program/steps/mail/compose.inc' to 'program/steps/mail/func.inc'
(incidentally for various reasons I think it would be easier if
mail/func.inc was actually mail/mail.inc, etc - it would reduce the
challenge of making Roundcube less 'modal' a bit anyway)
* moving the add_handlers for 'adressbooks' and 'addresslist' from
compose.inc to func.inc
* In 'program/js/apps.js', moving the contactslist/adressbookslist code UP
from the "if (this.env.action == 'compose').." section into the main
"switch (this.task) { case 'mail': .." section. The contactslist code can
still be bracketed with an "if (this.gui_objects.contactslist).." condition
so it is only executed when a contact list is present on the page (as
opposed to using the "if action=compose" type condition which limits it to
the compose page...
So I've had some success with the contacts list on the left of the main
mail page - BIG thanks to Thomas for the platform and the support. If
you're interested (I assume not ) there's a screenshot on the first mail
of the thread a couple of days ago on this topic of what a 'contact-centric'
email client based on Roundcube could actually look like.
Ian
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello,
Is there a roadmap for SQLite 3?
CentOS 6 has only SQLite 3 in the repository.
Thanks a lot
Marcus
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80