Hello!
Yesterday I filed a feature request for Mail-Followup-To support:
http://trac.roundcube.net/ticket/1485547
I'd like to try to implement it (or parts of it) myself, but at first
I'm curious about your position to Mail-Followup-To support. Do you
want this feature?
I'm asking because coding a patch that will not find its way into the
tree can be frustrating, so positive feedback on this will clearly boost
my motivation ;)
LG, Daniel
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all! After my performance improvements from last few weeks I've found
another place where roundcube can be more responsive. There is (in my
opinion) redundant imap connection and redirect when user logs in to
roundcube. I think we can get rid of it. Check attached patch. I'm
sending it here first, because I'm not sure that changes will not break
something (maybe there was some reason to do redirect that i don't know).
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/hH/AaQIfQFj/onlogin.diff
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
Attached are the updated files for the French translation.
Regards,
Joel S.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/fX/NsuTs1Df/fr_FR.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
L.S.,
While I was developing a skin for RC, I noticed that several settings
are hard-coded in the configuration, and couldn't be overridden in the
skin itself.
One of these settings is the displayed columns, and order of them.
I've been busy modifying the code, and managed to provide the following:
- Specify the columns in the skin
- Specify the location of the 'attachment'-column in skin or config
My question: How do I contribute the (modified) code?
--
Kees de Keizer
kees(a)de-keizer.net
http://www.de-keizer.net/
_______________________________________________
List info: http://lists.roundcube.net/dev/
On 12 November 2008 22:57, Orkhan Guliyev wrote:
Hi.
I updated "Azerbaijani" language.
P.S Please UPDATE!
Forex-AZ forex ticarəti.Vaxt və məkan anlayışı olmadan dünya birjalarında ticarət imkanı.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/5b/QyTuRu9r/labels.inchttp://detached.gigo.com/rc/5b/QyTuRu9r/messages.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
hi there,
The following patches (see links below) provide each:
1. - rc_ldap_gen.patch
(rcube_ldap_generic class)
A generic interface for LDAP access (currently read-only operations).
Essentially it's rcube_ldap class split in two, and it's a superclass of
rcube_ldap.
rcube_ldap class behavior remains the same.
2. - rc_init_id.patch
(rcube_usr_data class)
It's a modular subsystem to collect the initial user data (such as name,
e-mail address, organization).
It currently supports mechanisms 'ldap' and 'fixed'.
Read main.inc.php.dist for instructions on how to use this.
*REQUIRES* rc_ldap_gen.patch to be applied previously.
Both patches should work with the current development version.
The first patch replaces the previous one sent by me yesterday.
Feedback is appreciated.
--
Daniel Mealha Cabrita
Divisao de Suporte Tecnico
AINFO / Reitoria / UTFPR
http://www.utfpr.edu.br
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/6c/QYMfn8rX/rc_init_id.patchhttp://detached.gigo.com/rc/6c/QYMfn8rX/rc_ldap_gen.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
I've observed that in some mails the URL will be cutted,
and only the first segment will be displayed.
The delimiters can be "." or "-".
Why is this happening? Anyway, the link works
but it annoys me as I don't see where the link goes.
In the page source I see always:
"<!-- wbr not allowed -->"
What is this wbr?
I wanted to alter the php source to disable this thing,
but I couldn't find it. Please help me!
Thanks.
Viktor Balogh
--
*********************************
Visit my panoramic photoblog!
http://vrphoto.hu
_______________________________________________
List info: http://lists.roundcube.net/dev/
I've made some investigation on messages searching. It was slow and
memory expensive. I've found that we can use SORT on servers with that
capability (r2046). Also searching with many criterias can be done in
one command (r2044). So, in numbers my changes looks as follow:
Searching in forder with 8200 messages, pagesize = 100.
1. Search for "aa" string in subject and from headers, returns 1 message:
Now - Time: 0.8 sec., Mem: 7.2 MB
Before - Time: 0.8 sec., Mem: 8.2 MB
2. Search for "aa" string in body, returns 2060 messages:
Now - Time: 2.1 sec., Mem: 8.6 MB
Before - Time: 5.5 sec., Mem: 21 MB
3. Search for "a" string in subject and from headers, returns 6090
messages:
Now - Time: 1.1 sec., Mem: 11 MB
Before - Time: 11.8 sec., Mem: 46 MB
So, it looks cool, but I'm not sure that all IMAP servers are supporting
searching with SORT, so please do some tests.
p.s. For IMAP servers without SORT capability we need still some work to
do. See my comment (search for "TODO") in r2046.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi.
I updated "Azerbaijani" language.
Forex-AZ forex ticarəti.Vaxt və məkan anlayışı olmadan dünya birjalarında ticarət imkanı.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/HS/hM31nyQG/labels.inchttp://detached.gigo.com/rc/HS/hM31nyQG/messages.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/