Best unofficial Apache Server developers community |
| Threads | Replies | First post | Last post | |
|---|---|---|---|---|
|
Mailing list migration to new host By: Thomas Bruederli 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…
|
8 | Mar 4 2012 08:37 |
Mar 5 2012 10:36 |
|
|
Re: Roundcube 0.8-beta with new skin ready for testing By: Thomas Bruederli Ian Lewis wrote: > Hi - not sure where 'potential bugs' in Larry
should be reported but > here's hijacking this thread (writing
this with Larry now)... > > 1) I have the Larry 'reply all'
button working on the top (taskbar?) > set…
|
2 | Mar 3 2012 12:35 |
Mar 5 2012 04:02 |
|
|
PHP 5.4.0 released By: Aleksandar Lazic 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…
|
3 | Mar 2 2012 11:06 |
Mar 4 2012 15:55 |
|
|
It seems impossible to unsubscribe folders that have been deleted By: Rimas Kudelis 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
|
3 | Feb 26 2012 12:31 |
Mar 2 2012 07:49 |
|
|
breaking the 'mail'/'addressbook' modality - summary By: Ian Lewis 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…
|
0 | Mar 1 2012 02:48 |
Mar 1 2012 02:48 |
|
|
test message - please ignore By: Ian Lewis please ignore... thanks - Ian
|
0 | Mar 1 2012 02:37 |
Mar 1 2012 02:37 |
|
|
SQLite 3 By: double Hello, Is there a roadmap for SQLite 3? CentOS 6 has only SQLite 3
in the repository. Thanks a lot Marcus
|
1 | Feb 18 2012 10:58 |
Feb 29 2012 20:13 |
|
|
Re: Roundcube and openldap search hierarchy By: Andreas Dick can you please publish some output of ldapsearch... with at least a
contact and group record? what is exactly your problem? you can not
assing a contact to a specific group? can you try to do it with using
ldapmodify on the command line? e.g.…
|
0 | Feb 29 2012 14:25 |
Feb 29 2012 14:25 |
|
|
Breaking the 'mail' / 'addressbook' divide in Roundcube By: Ian Lewis Any advice appreciated of how best to do this. I'm trying to
re-model the current 'modal' behaviour of Roundcube between the
'mail' view and the 'addressbook' view, and have spent maybe a dozen
hours working my way through the code trying to get…
|
3 | Feb 27 2012 11:43 |
Feb 29 2012 11:03 |
|
|
ADMIN] Mail server changes made By: Jason Fesler To the Round Cube community. Today I've made changes to the mail
server, that will hopefully enable me to continue serving as your list
host. I've changed the numeric IP address used for posts being sent
from this mailing list. This change *may*…
|
1 | Feb 26 2012 13:32 |
Feb 29 2012 04:40 |
|
|
Hook question(s): render_mailboxlist By: Andy Theuninck 1. Is there anything I can set/alter in the return value to change
which <option> gets the "selected" attribute? 2. This seems
really basic, but what all do I look at to figure out within the hook
function to determine where it's being…
|
1 | Feb 28 2012 17:13 |
Feb 29 2012 01:44 |
|
|
Different directory for 3rd plugins ? By: Claudio Filho Hi I am using some 3rd plugins and when i tried update my
instalation (0.7 -> 0.7.1), i saw the problem about who is from
core and who is from other sources. Is possible use other directory
to install this others plugins? I think that is a…
|
7 | Feb 14 2012 12:17 |
Feb 28 2012 17:32 |
|
|
advanced search for messages By: Kaifamm Hi, I'm trying Roundcube and I think it's great !!!!!!! But I
have not found an advanced search of messages, you can't search and
filtering for multiple fields of message at the same time. For
example, I want search messages from one date to…
|
0 | Feb 28 2012 09:39 |
Feb 28 2012 09:39 |
|
|
testing ldap addressbook By: Nelson Serafica I'm currently studying roundcube with ldap as its DEFAULT
addressbook. I have a running ldap for addressbook and it is working
fine in an email client such as Thunderbird. Below is my setup in TB
Base DN : dc=mail,dc=foo,dc=com Port 388 Port 388…
|
1 | Feb 26 2012 21:22 |
Feb 27 2012 03:17 |
|
|
junk processing flow needs two Junk folders, not just one By: Brian J. Murrell This is an OpenPGP/MIME signed message (RFC 2440 and 3156)This is an
OpenPGP/MIME signed message (RFC 2440 and 3156)I hope you will indulge
this posting to the dev list as it really is more a dev matter than a
using matter. I was going to file a…
|
3 | Feb 25 2012 16:30 |
Feb 26 2012 11:58 |
|
|
Roundcube and openldap search hierarchy By: Sasha Kacanski Hi All, I setup a rouncube (svn current) with two cyrus imap servers
and openldap/mysql. I managed to extend my ldap hierarchy to include
following: ou=People,dc=xxxx,dc=org for public address book this
works fine and all users are visible from…
|
3 | Feb 25 2012 10:14 |
Feb 26 2012 07:16 |
|
|
Suggestion: password plugin By: Andy Theuninck I modified my install so that the password plugin could use multiple
drivers. Email is by far the service my users use the most, but it
would be nice to keep their all their passwords in sync when the email
password changes. The main change is that…
|
5 | Feb 22 2012 17:10 |
Feb 24 2012 08:49 |
|
|
Re: Config settings and JS By: Andy Theuninck > The preferred way to pass config options to the client script is
> something like this: > >
$RCMAIL->output->set_env('allow_omit_domain', >
$RCMAIL->config->get('smtp_allow_omit_domain', false); > >
On the client…
|
0 | Feb 21 2012 16:21 |
Feb 21 2012 16:21 |
|
|
Cache messages don't clear after specified period By: Jure Kranjc Hi We are using rc 0.7.1 with messages cache enabled and we noticed
that our cache_messages table in mysql is full of cache records since
upgrade (1 month). These records should be purged after defined
period of time. Is that a bug? Should we…
|
1 | Feb 15 2012 09:12 |
Feb 21 2012 11:17 |
|
|
Plugin to load plugins according to users choice By: Roland Liebl http://trac.roundcube.net/ticket/1488331 I've code a plugin for
that. I'd like to ask for your opinions. Would you prefer to have a
separate link 'Manage Plugins' in settings section or should this
plugin hook into designated sections, f.e.: …
|
5 | Feb 5 2012 12:20 |
Feb 20 2012 09:46 |