Hi,
Trying to fix #1485659, which hurts me too, I noticed a number of
raise_error() calls missing required parameters.
Attached patch fixes three of those. Not sure though if type in
utf8.class.php and spell_pspell.inc should be 'php', so I'm not
committing this yet.
There are two other occurances in rcube_ldap.php, but I have no clue
what error code to put there.
Robin
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Vp/NN6EXh1a/raise_error.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,
Here is the updated Korean Localization files.
Hanjo Kim
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Kw/WvhG8XA3/ko_KR.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/
Could I just poke you devs to please include STARTTLS support sooner
rather than later? I just lost a few hours writing a patch to add this
(I don't know PHP) and later discovered that someone had already done
the same:
http://trac.roundcube.net/ticket/1485284
The implementation isn't that complex and I've found more than a few
messages online involving people trying to get roundcube to use TLS. I
believe STARTTLS is considered the standard way to do both encrypted
IMAP and SMTP (STARTTLS in SMTP is already supported) and it's quite
irritating to have to open up an extra port for IMAP over SSL.
Regards,
Francis
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I would like to propose a modification of "iniset.php" to eliminate
possible "Undefined index: HTTPS" notices in the error log.
The existence of $_SERVER['HTTPS'] should be tested before any attempt
to retrieve its value. We currently use the following solution:
isset($_SERVER['HTTPS']) ? ini_set('session.cookie_secure',
($_SERVER['HTTPS'] && ($_SERVER['HTTPS'] != 'off')))
: ini_set('session.cookie_secure', 0);
The proposed modification is attached as a patch file.
Regards,
Jonas Nasholm
Bitfuse Network
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/j3/EflQHdK2/program_include_inis.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,
I’ve attached an updated Swedish localization for version
trunk-r2162-20081216. We currently use this translation in our systems.
Keep up the excellent work!
Regards,
Jonas Nasholm
Bitfuse Network
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/CD/yInFDl6e/sv_SE.tgz
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
While it is still unclear whether or not there is a problem with
bin/html2text.php (http://trac.roundcube.net/ticket/1485618), maybe it's worth
considering adding session checking to all of the utilities in the bin
directory. If a vulnerability exists in a utility, then having a session check
will limit or complicate its exploitation.
The way quotaimg.php was doing session checking could be used in the other
utilities. (quotaimg.php's session checking was removed in October:
http://trac.roundcube.net/changeset/2012).
-kris
--
Kris Steinhoff
ITCS Web/DB Production Team
The University of Michigan
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi RC Devs,
I'm looking at the cache in the messages table regarding ticket #1485634.
It looks to me like this is what the caching is currently doing:
In _list_headers, if it is determined that the cache is more than 10%
out of sync, it fetches the headers for the page you are currently on
and puts them in the cache.
Then it erases all the cache entries with an id higher than the page you
are on.
Cache validity checking is per mailbox, not per page, this means that if
I have 20 pages of mail and I delete something on page 18, the cache
will "miss" on every visit to pages 1-17 until I revisit all 17 pages.
Also consider the case where an imap user with dozens of pages of mail
first accesses roundcube. Their cache will always miss until they visit
every page at least once.
Am I missing something?
Is it too costly for a cache miss to trigger populating the cache with
more than just the page they are on?
Maybe a cache miss could populate the current page plus some set amount
more to keep the time down, but eventually populate the user's whole
cache. Or maybe it could be adjusted so that the whole mailbox doesn't
have to be represented in the cache for the user to get some benefits
from it.
Thanks for your time,
Ziba
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I just added a patch to #1484883, which enables TLS support in Net_SMTP.
Do we have a policy about modifying 3rd-party libraries?
Robin
_______________________________________________
List info: http://lists.roundcube.net/dev/
Missing strings were added in a previous message, see;
http://lists.roundcube.net/mail-archive/dev/2008-12/0000036.html
Regards
- Gokdeniz
> Message: 5
> Date: Wed, 17 Dec 2008 13:52:02 +0800
> From: "Aykut Kara" <aykut.kara(a)gmail.com>
> Subject: [RCD] turkish translation updated
> To: <dev(a)lists.roundcube.net>
> Message-ID: <494893a0.15528c0a.4509.5ff6(a)mx.google.com>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi,
>
>
>
> Some of new variables translations were missing for Turkish. I added missing
> ones and attached to this email.
>
>
>
> Regards
>
> -- Aykut Kara --- 8< --- detachments --- 8< --- The following attachments have been detached and are available for viewing. http://detached.gigo.com/rc/8t/yYS4rCj5/messages.inchttp://detached.gigo.com/rc/8t/yYS4rCj5/labels.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, all.
I use RC 0.1.1-stable, but the filename after download attachment with
Chinese characters is incorrect, so i created this patch to fix this
issue. (I submitted another patch to fix incorrect attachment filename
display before, and was fixed in svn version in another way.)
Note: I havn't test this issue in RC svn version, but i will do it
later.
--
Best regards.
Zhang Huangbin
- Open Source Mail Server Solution for RHEL/CentOS 5.x:
http://code.google.com/p/iredmail/
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/pN/VvmkCwqf/roundcubemail-0.1.1_.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,
Some of new variables translations were missing for Turkish. I added missing
ones and attached to this email.
Regards
--
Aykut Kara
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/8t/yYS4rCj5/messages.inchttp://detached.gigo.com/rc/8t/yYS4rCj5/labels.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,
I would like to discuss one feature, which I consider a bug. When doing a
"reply to all" operation, I get included on the recipient list. In my
opinion, this is not correct behavior: mail should be send to everyone
_except_ the person who sends it.
What do you think?
Sincerely,
Ondrej Zara
_______________________________________________
List info: http://lists.roundcube.net/dev/
Dear subscribers
There were two security issues reported which are now fixed. The first
was as possible code injection using the html2text conversion script
[1]. The other exploit used the unchecked size parameters of the quota
image to let PHP create huge images eating up all the server memory.
Thanks to Stephan for reporting this.
The two vulnerable scripts were updated in the current 0.2-beta
package and for existing RoundCube installations we recommend to
download the update [2] and to replace all the files with the new
versions found in the archive.
Regards,
Thomas
[1] http://trac.roundcube.net/ticket/1485618
[2] http://downloads.sourceforge.net/roundcubemail/roundcubemail-0.2-beta-patch…
_______________________________________________
List info: http://lists.roundcube.net/dev/
Updated Turkish translation is attached as a patch file.
This patch is against svn Trunk
--
Gokdeniz Karadag
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Em/kDtESn5y/turkish_update.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/
Hello,
we are looking to use Roundcube mail with a new mail system that we are developing for a client. Being able to extend Roundcube
with some additional options and functionality will be important to us.
We are willing to use some of our development time to help implement the Plugin API in Roundcube. Doing this will help us reach
our goals and also help the Roundcube project. Doing this work with the Roundcube team and hopfully feeding into the Roundcube
tree will also allow us to use a relatively pure Roundcube distribution with our extensions, future-proofing our work.
Having checked-out the latest SVN Trunk and also looking at the development timeline and roadmap, it seems that the plugin API
is next up for implementation. We have also checked-out the branches/devel-api. SNV says this has not been touched for 4 months,
is this the latest work and the best starting place for further development?
If we wish to work on this, how and where can we best start?
What work has the development team done in this area? (devel-api branch / other)?
Is there any design and/or documentation existing for the API?
Regards
Chris Moules
Global Media Systems
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Attachment is updated localization file, please help to update it.
Thanks very much. :)
--
Best regards.
Zhang Huangbin
- Open Source Mail Server Solution for RHEL/CentOS 5.x:
http://code.google.com/p/iredmail/
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/wm/BWzL4OiO/labels.inc.bz2
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,
Please refer to the attached image, it seems the 'Move to' drop-down
menu is not displayed correctly when i view mail content in firefox-3.0.4.
Tested in both roundcube-0.1.1 and svn version (r2142).
Thanks very much.
--
Best regards.
Zhang Huangbin
- Open Source Mail Server Solution for RHEL/CentOS 5.x:
http://code.google.com/p/iredmail/
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/vi/smN4E6u5/rcm_css_issue.png
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.
I updated Azerbaijani.
Best regards,
Orkhan.
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/XM/TraeR87e/labels.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/
Here is the updated french translation (fr_FR).
Joel
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/SS/GxKG11yq/labels.inc.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/
In my opinion having those many options is a little redundant. I think
we can replace all db_table_* options with one db_table_prefix and the
same with db_sequence_*. Then in future all operations on DB like
auto-update, new tables creation or sth will be simpler and will not
generate more options. I really like KIS rule. What do you think?
--
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/
I've sent message with the same subject to users list. The languages
list containing percentage values of translated items was generated with
shell script:
#!/bin/bash
ENCOUNT=`grep -e '^\\$' en_US/* | wc -l`
for x in `ls -1 | grep -e '^[a-zA-Z_]*$'`
do
COUNT=`grep -e '^\\$' ${x}/* | wc -l`
DIFF=$((ENCOUNT-COUNT))
PERCENT=`echo "scale=2; $COUNT * 100 / $ENCOUNT" | bc`
echo "$x: $PERCENT% ($DIFF)"
done
It would be nice to have something like that somewhere on roundcube webpage.
--
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/
Here are updated translations for Cymraeg.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/HP/W8WKR70C/cy_GB.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/
I was working on this bug and I'm not sure if my fix is best for that
issue. From the beginning... Steps to reproduce:
1. Login into RC with message preview pane enabled.
2. Open second tab or window with the same URL as the logged in RC
window (or select message on the list and then open it in new tab/window)
3. Click logout in the second tab.
4. Click on other message in the first tab.
Now login form is displayed in preview pane. Of course you cannot simply
log in inside preview pane frame. My patch adds that possibility, but
I've observed strange thing (without the patch). After step 3 it is
possible to select mailbox in first tab without re-login, so why
re-login is needed in preview pane. Is there a better workaround for
this issue?
My patch also adds fine side effect. Possibility to use links like
href="https://my.webmail.com/?_task=mail&_action=compose&_to=some@mail.com&_subje…"
outside of roundcube.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Developer http://roundcube.net
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/qv/8ok40k6m/login.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! 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 Croatian translation.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/7p/XFdO8Tzx/hr_HR.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/
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/
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/uB/yiPMT2iI/ar.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/
Hi everybody,
I'm sending the files for the portuguese standard translation in attachment.
José Gaspar
Libhertz - Especialistas em Software Livre
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/WS/aMjkf4Te/labels.inchttp://detached.gigo.com/rc/WS/aMjkf4Te/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,
I have made a small patch to display the vCard information stored in the
contacts table in the database, and to edit it. This adds telephone number
and address fields to the address book as well as an alternative email
field. The alt. email field is included in the list on the email
composition page, just like the primary one.
I have only tested it with vCards important from Outlook 2003 but since the
info is parsed by RC (and vCard is a standard) I am guessing/hoping it will
work for all vCards.
Phil
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/GR/mB2KTBb/rc_addressbook.r2044.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/
Hello!
I'm new in this list! I'm Italian, and I have updated the italian language
using the "RoundCube Translator".
The IT-Lang.zip archive attached to this message contains the new italian
files.
I hope it will be useful for the italian community.
Have a nice day,
Paolo Ciuffetti
P.S.: Sorry for my poor english!
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/HE/F4C1uRh7/IT-Lang.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/
When reading an HTML message sent from Outlook it shows with extra linebreaks. It doesn't happen with 0.1 version.
For example, this message show suffer from this if you're reading with Roundcube.
Any ideas?
Jonathan Araújo
Administrador de Infra-estrutura de TI
Gerência de TI - INDG S.A.
--------------------------------------------------------------------------------
Este documento pode incluir informação confidencial e de propriedade restrita do Instituto de Desenvolvimento Gerencial-INDG e apenas pode ser lido por aquele(s) a quem sido endereçado. Se você recebeu esta mensagem de e-mail indevidamente, por favor avise-nos imediatamente. Quaisquer opiniões ou informações contidas neste e-mail pertencem ao seu remetente e não necessariamente coincidem com as do Instituto de Desenvolvimento Gerencial-INDG. Este documento não pode ser reproduzido, copiado, distribuído, publicado ou modificado por terceiros, sem a prévia autorização por escrito do Instituto de Desenvolvimento Gerencial-INDG.
This document may include proprietary and confidential information of Instituto de Desenvolvimento Gerencial-INDG, and may only be read by those persons to whom it is addressed. If you have received this e-mail message in error, please notify us immediately. Any views or opinions expressed in this e-mail are those of the sender and do not necessarily coincide with those of the Instituto de Desenvolvimento Gerencial - INDG. This document may not be reproduced, copied, distributed, published, modified or furnished to third parties, without the prior written consent of Instituto de Desenvolvimento Gerencial-INDG.
--------------------------------------------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/dev/
hi there,
I've included a patch which splits the rcube_ldap class in two, providing:
1. - The rcube_ldap class as before, and with the very same behavior (provides
addressbook based on LDAP entries).
2. - The new rcube_ldap_generic class (being a superclass of rcube_ldap) which
provides a generic LDAP interface. -- This class currently supports only
read-only operations.
I've already have new code (pending some polishment) using the new
rcube_ldap_generic class, which I intend to make availabe as soon as
possible.
Comments, suggestions?
--
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/wu/HrmfdQjs/roundcubemail_generi.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,
roundcube's message filter in the right upper corner of the message list
has an at least for me unexpected behavior:
filtering for "string" also shows messages which contain an .eml file
which had the subject "string".
e.g.
--- cut ---
> Return-Path: <>
> X-Original-To: Administrator(a)server.home
> Delivered-To: raoul(a)bhatia.at
> Received: by mail.ipax.at (Postfix)
> id 7256F4773B6; Tue, 28 Oct 2008 16:47:34 +0100 (CET)
> Date: Tue, 28 Oct 2008 16:47:34 +0100 (CET)
> From: MAILER-DAEMON(a)mail.ipax.at (Mail Delivery System)
> Subject: Undelivered Mail Returned to Sender
... body of "Undelivered Mail Returned to Sender" ...
> --94FBE477383.1225208854/mail.ipax.at
> Content-Description: Undelivered Message
> Content-Type: message/rfc822
... header ...
> From: root(a)server.home (Cron Daemon)
> To: root(a)server.home
> Subject: Cron <root@server> /root/bin/check_internet.sh
... body of "Cron <root@server> /root/bin/check_internet.sh" ...
--- cut ---
i do not know if this is intended or simply the result of using an
expression like "^subject: $string", but at first it might puzzle :)
is it good, bad, unexpected, worth a ticket in trac?
cheers,
raoul
--
____________________________________________________________________
DI (FH) Raoul Bhatia M.Sc. email. r.bhatia(a)ipax.at
Technischer Leiter
IPAX - Aloy Bhatia Hava OEG web. http://www.ipax.at
Barawitzkagasse 10/2/2/11 email. office(a)ipax.at
1190 Wien tel. +43 1 3670030
FN 277995t HG Wien fax. +43 1 3670030 15
____________________________________________________________________
_______________________________________________
List info: http://lists.roundcube.net/dev/