Maybe Framework is not the right word, IDE would be better :)
On Nov 5, 2007 1:46 AM, kourge <kourge(a)gmail.com> wrote:
> As far as I'm aware of, Roundcube does not use any.
>
> On 11/4/07, Frederic Leroux <leroux.frederic(a)gmail.com> wrote:
> > Hi,
> >
> > I would like to know which framework you use to develop RoundCube or for
> > PHP/AJAX.
> >
> > I actually just use an text editor but i'm wondering if there is better
> way
> > to develop :)
> >
> >
> > Thank you for your suggests.
> >
> > Fred
> >
> > _______________________________________________
> > List info: http://lists.roundcube.net/dev/
> >
> >
>
_______________________________________________
List info: http://lists.roundcube.net/dev/
Yes :)
On Nov 5, 2007 8:32 AM, kourge <kourge(a)gmail.com> wrote:
> (You meant "editor" or "environment".)
>
> On 11/4/07, kourge <kourge(a)gmail.com> wrote:
> > Oh, then in that case Thomas would be the one who'd be able to answer
> > your question ;)
> >
> > On 11/4/07, Frederic Leroux <leroux.frederic(a)gmail.com> wrote:
> > > Maybe Framework is not the right word, IDE would be better :)
> > >
> > >
> > >
> > >
> > > On Nov 5, 2007 1:46 AM, kourge <kourge(a)gmail.com> wrote:
> > > > As far as I'm aware of, Roundcube does not use any.
> > > >
> > > >
> > > >
> > > >
> > > > On 11/4/07, Frederic Leroux <leroux.frederic(a)gmail.com> wrote:
> > > > > Hi,
> > > > >
> > > > > I would like to know which framework you use to develop RoundCube
> or for
> > > > > PHP/AJAX.
> > > > >
> > > > > I actually just use an text editor but i'm wondering if there is
> better
> > > way
> > > > > to develop :)
> > > > >
> > > > >
> > > > > Thank you for your suggests.
> > > > >
> > > > > Fred
> > > > >
> > > > > _______________________________________________
> > > > > List info: http://lists.roundcube.net/dev/
> > > > >
> > > > >
> > > >
> > >
> > >
> >
>
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I would like to know which framework you use to develop RoundCube or for
PHP/AJAX.
I actually just use an text editor but i'm wondering if there is better way
to develop :)
Thank you for your suggests.
Fred
_______________________________________________
List info: http://lists.roundcube.net/dev/
Have you guys tested RoundCube for XSS vulnerabilities, for example
using this list?
http://ha.ckers.org/xss.html
Is it possible to completely disable the display of HTML messages in
the web interface (ie make sure that HTML parts are only available as
"Content-Type: attachment" http streams)?
Cc pls ;)
_______________________________________________
List info: http://lists.roundcube.net/dev/
OK, OK i will write in english. I would like to know if there is a user
preference order option for 'list_cols' ( subject,from,date,size). If exist,
tell me where i can find it. Thx.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello. I have some comments on moving spam to Spam folder buttons
feature. I agree that such a feature would be a good addition to the
source, so I would suggest expanding your new feature like this:
1) there is should be on/off switch in config file for this feature;
2) there are should be mail folder names to move spam/non-spam to in
the config file (not hard coded but customizable);
3) there is should be mail forwarding feature for spam emails. There
are might be 2 config variables which contain email address for
spam/non-spam messages to be forwarded to for retraining. This
forwarder must NOT modify message body and headers. If these config
variables are empty so no forwarding would be done only moving email
to the folder after pressing corresponding button.
I can explain why I think that 3) note is so critical. It's ok to use
retraining scripts for all found e-mails in all mailboxes when you
have 10-100 users, but if your user count reaches 100k-1m your server
simply will die parsing such amount of data (millions of e-mails). In
this case mail forwarding is used for retraining, but current
Roundcube implementation doesn't allow taking full advantage of this
approach because it's deleting original header from the forwarded
e-mail which contain anti-spam signatures. We can store these
signatures in the mail body but I'm deadly against disturbing user's
correspondence with any additional "junk" not related to the mail
content.
This is my opinion how it should look, please fill free to comment
and suggest improvements.
Regards, Andris
---------- Forwarded message ----------
From: Marcelo Salhab Brogliato
Date: Oct 27, 2007 1:32 PM
Subject: Re: [RCD] Patch for new features
To: till
Hello till,
I don't have svn installed in the shell that I'm working on.. but I
already
sent an email asking for instalation!
Soon I'll send my first patch :))
About the last feature that I sad:
Let's get a situation: you are on the compose page writing some
email.. so
you wan't to see the address book to add more recipients.
When you click Address Book, you "lost" your email (you can save in
the
draft)...
Does you guys have a patch to solve this?
Thanks for your help
Salhab
On 10/27/07, till wrote:
Hi Salhab,
no problem, but please CC the list, so others learn from this. :)
Basically the best way is the following:
1) Get latest code from SVN (trunk)
2) Migrate all your changes in there, test
3) Create patches using "svn diff > feature.patch"
Till
On 10/27/07, Marcelo Salhab Brogliato wrote:
Hi Till,
that's my first contribution to open source projects... I'm
completelly
a
newbie! :))
How can I create a patch? I have no idea...
I think it isn't just attaching the files that I changed..
Maybe a CHANGELIST? Or a little tutorial with the codes and where
they
should be inserted?
What do you mean by "configurable"? The name of the folders are fixed
by
now.. but a little
change in the source make it user-defined :)
Thanks for your answer.
Salhab
On 10/27/07, till wrote:
Hi Salhab,
On 10/27/07, Marcelo Salhab Brogliato < msbrogli(a)gmail.com> wrote:
Hi to everyone,
I'm new to the list and working on RoundCube.. but I changed him a
little to
satisfy my needs.
I implemented 3 features that you can check at:
http://www.vialink.com.br/webmail4/
email: msbrogli2(a)vialink.com.br
password: 123456
Essentially, it is:
* a checkbox at the left... to make the life of the ones who aren't
familiarized with AJAX (in my case, my customers) easier...
so, they can easily select more than a message..
I thought there were discussions already and I don't think this will
make its way into the source. The reason is - we aim to provide a
desktop-like look and feel.I don't see checkboxes in Outlook, Eudora,
Thunderbird or kMail.
* a droplist to move selected messages between the folders
* 2 buttons called SPAM and NO-SPAM.. they move the message to the
folders
Spam and No-Spam... but why?
because I developed a script to periodically check that folders
and
train
spamassassin to work better...
Not a bad idea. Are the folders configurable? (I obviously haven't
check your patch yet, because there was none attached. ;-)).
now I'm working on a preview window in the list page... like
Outlook..
just
click the message and see the content..
a double click maximize the message...
I think a preview pane is already included.
and my last modification (for now) will be a way to throw the
compose
page
add emails from contact list..
Not sure I understand.
In general, if you want to provide a patch, make sure to open tickets
on our trac (0) and make sure to provide one patch per issue/feature
-
not a giant patch.
sorry about my english... if i'm not clear, please ask!
Thanks for your work! Looking forward to your thoughts!
Till
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello. I agree, we can do like this, but physically it will be the same
action but within another mail's body. In this case if we'll send all
mail's within 1 mail's body we'll minimize load on the mail server but
it's harder to code. It's on the author which approach to choose.
Regards, Andris
On Wed, 2007-10-31 at 12:00 -0700, dev-request(a)lists.roundcube.net
wrote:
> Date: Wed, 31 Oct 2007 16:06:07 +0100
> From: "Michael Tobler" <TheTrueBorg(a)gmx.de>
> Subject: Re: [RCD] Patch for new features
> To: dev(a)lists.roundcube.net
> Message-ID: <20071031150607.294740(a)gmx.net>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi
>
> I have an other suggestion for point 3)
> Why not simply mark all Spam email, click a button and forward them as
> attachment (no header loss) to an address (like spam(a)example.com)
> where sa-learn or some other scripts is run only over all attachments?
>
> In this way we do not need a special Forward, but just a button spam.
> After forwarding all marked mails can be moved to the local Junk
> folder.
>
> Best,
> Michael
_______________________________________________
List info: http://lists.roundcube.net/dev/
---------- Forwarded message ----------
From: Marcelo Salhab Brogliato <msbrogli(a)gmail.com>
Date: Oct 27, 2007 1:32 PM
Subject: Re: [RCD] Patch for new features
To: till <klimpong(a)gmail.com>
Hello till,
I don't have svn installed in the shell that I'm working on.. but I already
sent an email asking for instalation!
Soon I'll send my first patch :))
About the last feature that I sad:
Let's get a situation: you are on the compose page writing some email.. so
you wan't to see the address book to add more recipients.
When you click Address Book, you "lost" your email (you can save in the
draft)...
Does you guys have a patch to solve this?
Thanks for your help
Salhab
On 10/27/07, till <klimpong(a)gmail.com > wrote:
>
> Hi Salhab,
>
> no problem, but please CC the list, so others learn from this. :)
>
> Basically the best way is the following:
>
> 1) Get latest code from SVN (trunk)
> 2) Migrate all your changes in there, test
> 3) Create patches using "svn diff > feature.patch"
>
> Till
>
> On 10/27/07, Marcelo Salhab Brogliato <msbrogli(a)gmail.com> wrote:
> > Hi Till,
> >
> > that's my first contribution to open source projects... I'm completelly
> a
> > newbie! :))
> > How can I create a patch? I have no idea...
> > I think it isn't just attaching the files that I changed..
> > Maybe a CHANGELIST? Or a little tutorial with the codes and where they
> > should be inserted?
> >
> > What do you mean by "configurable"? The name of the folders are fixed by
> > now.. but a little
> > change in the source make it user-defined :)
> >
> > Thanks for your answer.
> > Salhab
> >
> >
> >
> > On 10/27/07, till <klimpong(a)gmail.com> wrote:
> > > Hi Salhab,
> > >
> > > On 10/27/07, Marcelo Salhab Brogliato < msbrogli(a)gmail.com> wrote:
> > > > Hi to everyone,
> > > > I'm new to the list and working on RoundCube.. but I changed him a
> > little to
> > > > satisfy my needs.
> > > > I implemented 3 features that you can check at:
> > > > http://www.vialink.com.br/webmail4/
> > > > email: msbrogli2(a)vialink.com.br
> > > > password: 123456
> > > >
> > > > Essentially, it is:
> > > > * a checkbox at the left... to make the life of the ones who aren't
> > > > familiarized with AJAX (in my case, my customers) easier...
> > > > so, they can easily select more than a message..
> > >
> > > I thought there were discussions already and I don't think this will
> > > make its way into the source. The reason is - we aim to provide a
> > > desktop-like look and feel.I don't see checkboxes in Outlook, Eudora,
> > > Thunderbird or kMail.
> > >
> > > > * a droplist to move selected messages between the folders
> > > > * 2 buttons called SPAM and NO-SPAM.. they move the message to the
> > folders
> > > > Spam and No-Spam... but why?
> > > > because I developed a script to periodically check that folders
> and
> > train
> > > > spamassassin to work better...
> > >
> > > Not a bad idea. Are the folders configurable? (I obviously haven't
> > > check your patch yet, because there was none attached. ;-)).
> > >
> > > > now I'm working on a preview window in the list page... like
> Outlook..
> > just
> > > > click the message and see the content..
> > > > a double click maximize the message...
> > >
> > > I think a preview pane is already included.
> > >
> > > > and my last modification (for now) will be a way to throw the
> compose
> > page
> > > > add emails from contact list..
> > >
> > > Not sure I understand.
> > >
> > > In general, if you want to provide a patch, make sure to open tickets
> > > on our trac (0) and make sure to provide one patch per issue/feature -
>
> > > not a giant patch.
> > >
> > >
> > > > sorry about my english... if i'm not clear, please ask!
> > > >
> > >
> > > Thanks for your work! Looking forward to your thoughts!
> > >
> > > Till
>
_______________________________________________
List info: http://lists.roundcube.net/dev/
As I pointed earlier the best solution would be to use a separate .css file the RTL language(s), which includes Arabic, Hebrew, Persian, Urdu and maybe others.
- Ossama
----- Original Message ----
From: Robin Elfrink <elfrink(a)introweb.nl>
To: RoundCube Development Mailing List <dev(a)lists.roundcube.net>
Sent: Tuesday, October 30, 2007 2:43:04 PM
Subject: Re: [RCD] Right-to-Left Layout
Hi all,
Attached is my first idea of how to implement right-to-left layouts. My
native language is left-to-right, so I cannot help develop this
further.
Work is needed on image stuff as well. I haven't investigated, but
probably most image-problems with rtl languages come from background
images that should be moved to the other side. Maybe an include of a
'rtl.css' that overrides background settings will do?
Robin
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for
viewing.
http://detached.gigo.com/rc/Ur/SjPNsK7C/rtl.20071030-1235.patch
Only click these links if you trust the sender, as well as this
message.
--- 8< --- detachments --- 8< ---
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
List info: http://lists.roundcube.net/dev/
I think it is a design decision and shouldn't be done by me, but the
RoundCube designers.
Anyway I searched about implementing support of RTL languages in web
applications, especially PHP. Here are a few useful links:
RTL support in WordPress 2.1:
http://boren.nu/archives/2007/01/07/rtl-support-in-wordpress-21/
RTL in HTML, XHTML, CSS2, CSS3:
http://www.i18nguy.com/markup/right-to-left.html
Language information and text direction (part of HTML 4.01
specification): http://www.w3.org/TR/html401/struct/dirlang.html
I think this is the simplest idea:
Set a global variable in a locale-dependent file which shows this locale is
RTL. Then use it wherever a 'dir="RTL"' attribute is needed.
Anyway it is up to designers to decide upon this.
On 10/8/07, Thomas Bruederli <roundcube(a)gmail.com> wrote:
>
> Mohammad Ebrahim Mohammadi Panah wrote:
> > Hello,
> > I got the latest code from Subversion and tested it to see how it looks
> > in Persian. RoundCube seems to have no support for right-to-left
> > languages such as Persian and Arabic. It didn't change the layout to
> > right-to-left when I chose Persian or Arabic. Please correct me if I'm
> > wrong.
> > Is there any plan to implement it?
> >
> Somebody once announced to implement this but I've never heard again from
> that person. This has to be done by somebody who is familiar with
> right-to-left websites and the Persian or Arabic language. All of your
> developers are either American or European and have no idea about RTL
> websites.
>
> You are very welcome to contribute the changes that are necessary for
> this.
>
> Regards,
> ~Thomas
>
--
Mohammad Ebrahim Mohammadi Panah
_______________________________________________
List info: http://lists.roundcube.net/dev/
If you want to quickly test using RTL and changing the page direction, you can right-click the RC window (in FireFox) and choose "Switch Page Direction" to see how it looks. The perfect solution IMHO would be:
1. Use a common.css file that defined the main stuff common to all languages or maybe including the whole thing.
2. Use a special .css file for RTL languages which would overwrite what is needed, like (align, float, padding-left, margin-left... etc) and change them as appropriate.
With little change we can also allow the user to choose display the folders left, right or left, when the page's direction is switched as maybe just like an additional feature.
Just my 2c
- Ossama
----- Original Message ----
From: till <klimpong(a)gmail.com>
To: Mohammad Ebrahim Mohammadi Panah <mebrahim(a)gmail.com>
Cc: RoundCube Development Mailing List <dev(a)lists.roundcube.net>
Sent: Saturday, October 27, 2007 5:09:44 PM
Subject: Re: [RCD] Right-to-Left Layout
On 10/27/07, Mohammad Ebrahim Mohammadi Panah <mebrahim(a)gmail.com>
wrote:
> I think it is a design decision and shouldn't be done by me, but the
> RoundCube designers.
What Thomas was suggesting is - neither of us uses a RTL language. So
demand and interest are next to 0 right now. So unless you come
forward with a patch or find someone who is interested in contributing
this, it WILL NOT get done. :)
> Anyway I searched about implementing support of RTL languages in web
> applications, especially PHP. Here are a few useful links:
>
> RTL support in WordPress 2.1:
> http://boren.nu/archives/2007/01/07/rtl-support-in-wordpress-21/
> RTL in HTML, XHTML, CSS2, CSS3:
> http://www.i18nguy.com/markup/right-to-left.html
> Language information and text direction (part of HTML 4.01
specification):
> http://www.w3.org/TR/html401/struct/dirlang.html
>
> I think this is the simplest idea:
> Set a global variable in a locale-dependent file which shows this
locale is
> RTL. Then use it wherever a 'dir="RTL"' attribute is needed.
> Anyway it is up to designers to decide upon this.
Can you summarize this? Do we just need to adjust the CSS for this to
work,or what's the catch? (I read the wordpress-related post but it
didn't say.)
If you need to contribute language files, you could go ahead as well.
Requires next to zero programming skills.
http://translator.roundcube.net/
Till
_______________________________________________
List info: http://lists.roundcube.net/dev/
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
List info: http://lists.roundcube.net/dev/
Let me just forward this to the list so maybe someone else can pick up.
This could be done pretty fast then. I don't think we have many images
with text anyway.
I am thinking that instead of folders for LTR, this could be either a
seperate default skin. Less complex this way, etc.. Feedback? Ideas?
On 10/27/07, NetOne - Doichin Dokov <root(a)net1.cc> wrote:
> till ??????:
> > Can you summarize this? Do we just need to adjust the CSS for this to
> > work,or what's the catch? (I read the wordpress-related post but it
> > didn't say.)
> >
> Besides CSS, some images also will need to be mirrored horizontally, so
> basically there will be LTR and RTL folders for images, if this should
> get done. I was recently looking into a clients side using Joomla, and
> was wondering what those two LTR and RTL folders are.
>
>
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Salhab,
no problem, but please CC the list, so others learn from this. :)
Basically the best way is the following:
1) Get latest code from SVN (trunk)
2) Migrate all your changes in there, test
3) Create patches using "svn diff > feature.patch"
Till
On 10/27/07, Marcelo Salhab Brogliato <msbrogli(a)gmail.com> wrote:
> Hi Till,
>
> that's my first contribution to open source projects... I'm completelly a
> newbie! :))
> How can I create a patch? I have no idea...
> I think it isn't just attaching the files that I changed..
> Maybe a CHANGELIST? Or a little tutorial with the codes and where they
> should be inserted?
>
> What do you mean by "configurable"? The name of the folders are fixed by
> now.. but a little
> change in the source make it user-defined :)
>
> Thanks for your answer.
> Salhab
>
>
>
> On 10/27/07, till <klimpong(a)gmail.com> wrote:
> > Hi Salhab,
> >
> > On 10/27/07, Marcelo Salhab Brogliato <msbrogli(a)gmail.com> wrote:
> > > Hi to everyone,
> > > I'm new to the list and working on RoundCube.. but I changed him a
> little to
> > > satisfy my needs.
> > > I implemented 3 features that you can check at:
> > > http://www.vialink.com.br/webmail4/
> > > email: msbrogli2(a)vialink.com.br
> > > password: 123456
> > >
> > > Essentially, it is:
> > > * a checkbox at the left... to make the life of the ones who aren't
> > > familiarized with AJAX (in my case, my customers) easier...
> > > so, they can easily select more than a message..
> >
> > I thought there were discussions already and I don't think this will
> > make its way into the source. The reason is - we aim to provide a
> > desktop-like look and feel.I don't see checkboxes in Outlook, Eudora,
> > Thunderbird or kMail.
> >
> > > * a droplist to move selected messages between the folders
> > > * 2 buttons called SPAM and NO-SPAM.. they move the message to the
> folders
> > > Spam and No-Spam... but why?
> > > because I developed a script to periodically check that folders and
> train
> > > spamassassin to work better...
> >
> > Not a bad idea. Are the folders configurable? (I obviously haven't
> > check your patch yet, because there was none attached. ;-)).
> >
> > > now I'm working on a preview window in the list page... like Outlook..
> just
> > > click the message and see the content..
> > > a double click maximize the message...
> >
> > I think a preview pane is already included.
> >
> > > and my last modification (for now) will be a way to throw the compose
> page
> > > add emails from contact list..
> >
> > Not sure I understand.
> >
> > In general, if you want to provide a patch, make sure to open tickets
> > on our trac (0) and make sure to provide one patch per issue/feature -
> > not a giant patch.
> >
> >
> > > sorry about my english... if i'm not clear, please ask!
> > >
> >
> > Thanks for your work! Looking forward to your thoughts!
> >
> > Till
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi to everyone,
I'm new to the list and working on RoundCube.. but I changed him a little to
satisfy my needs.
I implemented 3 features that you can check at:
http://www.vialink.com.br/webmail4/
email: msbrogli2(a)vialink.com.br
password: 123456
Essentially, it is:
* a checkbox at the left... to make the life of the ones who aren't
familiarized with AJAX (in my case, my customers) easier...
so, they can easily select more than a message..
* a droplist to move selected messages between the folders
* 2 buttons called SPAM and NO-SPAM.. they move the message to the folders
Spam and No-Spam... but why?
because I developed a script to periodically check that folders and train
spamassassin to work better...
now I'm working on a preview window in the list page... like Outlook.. just
click the message and see the content..
a double click maximize the message...
and my last modification (for now) will be a way to throw the compose page
add emails from contact list..
sorry about my english... if i'm not clear, please ask!
Salhab
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello.
Yesterday I've made clean install of the latest RC2 and found
interesting issue - I was unable to login via Firefox. Entering correct
login/pass roundcube were redirecting me back to the login page.
IE/Opera were working perfectly.
After some research I've discovered that it was the bug with the cookie
handling mechanism in the Roundcube. Some browsers understand multiple
cookie setting in one session but it's breaking the idea of cookies.
IE/Opera does handle but Firefox is one of them which do not handle such
situations.
If you'll check Firefox cache after login try you'll see 2 cookies with
the same name and this is the main problem - Firefox can't decide which
one to use :) and doesn't use anyone.
In the sess_regenerate_id() you are setting new session id via cookie
but previous definition already cached in the output buffer which was
set by session_start() function. It's not recommended to do this because
cookies do not overwrite previous instances but appends headers with new
value. First of all you should delete previous cookie and than set new
one.
Here is patch.
--- roundcubemail-0.1-rc2/program/include/session.inc
+++ roundcube_my/program/include/session.inc
@@ -173,6 +173,7 @@
session_id($random);
$cookie = session_get_cookie_params();
+ setcookie(session_name(), "", time() -3600);
setcookie(session_name(), $random, $cookie['lifetime'],
$cookie['path']);
return true;
P.S. In then near future I'm planning to revise russian, latvian
localization. I saw that Artur Smolkin made some updates but just in
case we'll check if something is missing or incorrect.
P.S.S. Also it is possible to translate documentation to russian and
latvian if you need.
Regards, Andris
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Attached is the updated Arabic translation for 0.1RC2
regards,
Ossama Khayat
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/ad/3Y7pOLhF/arabic.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 Dev-Team,
think I got a great idea how to improve RC.
I have a cyrus imap server with some mailboxes.
RC works fine with it. The only thing I'm missing is the possibility to
add an additional mailbox or mailbox folder of another user.
Using ACLs it is very simple to give different users different rights to
one or more mailboxes (mailbox folders).
So, my idea is to add a feature which allows a logged in user in RC to
add another mailbox folder via settings | folders.
For example just typing in user.another-mailbox.folder in the input
field which sets the new folders name.
I'm not very experienced with PHP's IMAP extension, but eventually it is
possible to simply use the current logon credentials for authentication
required by additional mailboxes.
With this feature people could use "Shared folders" with RC just by
asking their admin about the correct mailbox storage name (e.g.
user.another-mailbox.*).
Would be a pleasure if you think about it.
Kind Regards,
Markus
_______________________________________________
List info: http://lists.roundcube.net/dev/
Dear RC devs,
I have a weird problem with searching my LDAP addressbook...
A search results in displaying 'display name' in either the result list, or
in the detail iframe???
In my main.inc.php I've defined the display name:
'name_field' => 'displayName',
Changing it to 'displayname' will result in a correct display in the
details iframe, but the names don't show up in the result list anymore...
:(
I've patched program/include/rcube_ldap.inc to be case-insensitive, but
that's a really bad way to tackle this...
Index: program/include/rcube_ldap.inc
===================================================================
--- program/include/rcube_ldap.inc (revision 903)
+++ program/include/rcube_ldap.inc (working copy)
@@ -428,6 +428,8 @@
{
if ($rec[$lf]['count'])
$out[$rf] = $rec[$lf][0];
+ if ($rec[strtolower($lf)]['count'])
+ $out[$rf] = $rec[strtolower($lf)][0];
}
return $out;
Does anybody else have the same weird bug or is it only me???
-H-
_______________________________________________
List info: http://lists.roundcube.net/dev/
Noticing a strange phenomenon with the latest SVN of RC, when you send a
GPG-encoded message from RC it gets corrupted. It looks like each line of
the coding is "double spaced"-- extra linefeeds get inserted. I've never
had this happen with any other email/webmail clients.
I'd like to submit a patch to allow GPG to work as it's quite useful, but
I've been going over the code and I can't find why this is happening--I'm
assuming it's something in sendmail.inc, I just can't put my finger on it.
Can anybody offer any assistance?
Thanks,
Ben
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
i wrote a short patch, to select the default host, depending on the url.
If you have one roundcube installation for some domains, you have the
problem,
if you enters the login page, you can see another domain in the select
box as
the domain you wrote in the uri.
My patch checks the domain in the uri, and if there is the same domain
in the select box,
selects them as default.
Regards,
Jens
--- program/include/rcmail_template.inc 2007-09-19 08:48:18.000000000 +0200
+++ program/include/rcmail_template.inc 2007-10-21 16:26:53.000000000 +0200
@@ -822,8 +822,17 @@
foreach ($CONFIG['default_host'] as $key => $value)
{
+ if ( $key == $_SERVER["HTTP_HOST"])
+ $select_host->add($value, (is_numeric($key) ? $value : $key));
+ }
+
+ foreach ($CONFIG['default_host'] as $key => $value)
+ {
if (!is_array($value))
- $select_host->add($value, (is_numeric($key) ? $value : $key));
+ {
+ if ($key != $_SERVER["HTTP_HOST"] )
+ $select_host->add($value, (is_numeric($key) ? $value : $key));
+ }
else
{
unset($select_host);
_______________________________________________
List info: http://lists.roundcube.net/dev/
I've made some corrections to the Esperanto translation. Here's the
improved version.
Unfortunately I couldn't use the web-bassed system, because Esperanto is
not yet listed there.
Another question, is it possible to import IlohaMail profiles (mainly
addressbooks) into Roundcube's database?
Andreas
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/fk/yteIhXHE/messages.inchttp://detached.gigo.com/rc/fk/yteIhXHE/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/
Hello,
I recently installed Roundcube on my Apache2/Fedora Core 6 web server. I
have come across a very strange problem that I can't seem to find a
resolution for anywhere. Hopefully you can help. :) The issue:
When loading these Javascript-based web page via HTTPS in Internet
Explorer (IE) (either v6 or v7), each page takes 10-15 seconds to load
(sometimes longer). When reloading the exact same page in HTTP instead
of HTTPS, the page loads as fast as it normally should (1-3 seconds).
Also, if I load a non-Javascript PHP page in IE via HTTPS, it loads fine
- which leads me to believe that Javascript is somehow involved in this
issue.
Further, it appears as though IE is the only browser affected by this.
When I load the same Javascript-based page in Firefox vis HTTPS, the
page loads as fast as it should (1-3 seconds).
Any ideas/suggestions?
SYSTEM:
Fedora Core 6
Apache 2.2
PHP5
Roundcube v0.1-rc1
Thanks!!
_______________________________________________
List info: http://lists.roundcube.net/dev/