#1 If you choose download directly the translation is not saved on the
page. Should it work this way?
*labels.inc* - missing texts translated, question #2:
an old one:
receiptread Return Receipt (read)
new:
mdnrequests Sender notifications
Shouldn't the new one be 'receipt' and 'Return receipt' to keep texts
consistent?
*messages.inc* - missing 1 text updated, $messages['messagesaved'] fixed
Balázs
--
*Horváth Balázs* *Balázs Horváth*
Fejlesztési vezető Development Manager
WG Informatika Kft. WG Informatics Ltd.
H-1123 Budapest, Alkotás utca 53. (MOM Park, "D torony" II.em)
Tel./Fax: +36/1-487-5502
Mobil: +36/20-971-2904
E-mail: horvath.balazs(a)wgi.hu <mailto:horvath.balazs@wgi.hu>
Web: http://wgi.hu <http://wgi.hu?adid=145>
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/tM/PTLy7t2u/labels.inchttp://detached.gigo.com/rc/tM/PTLy7t2u/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/
greetings.. i updated the macedonian translation to the latest version
.... keep up the good work
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/H6/pc01Z3Gj/mk-MK_update.rar
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Thomas,
Can we not add a download-option to the installer, for main.inc.php and
db.inc.php?
Something like attached patch (except that it doesn't really work right
now because of output already sent).
Robin
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/rW/sN59DQSJ/_11484984-20080415.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 everybody,
I'd like to discuss the meaning of the option named 'flag_for_deletion'.
In http://trac.roundcube.net/changeset/1508 RoundCube changed it's
behavior based on the bug reported in
http://trac.roundcube.net/ticket/1485002
This config option was initially created to control the behavior when
deleting a message and no Trash folder is available (see comment in
config/main.inc.php) and was set to true by default. When I now delete
a message (move it to the Trash) the original message is only flagged
as deleted but still visible (no expunge command is issued) and this
is not what most users expect to happen.
Since http://trac.roundcube.net/changeset/1403 this config option is
even editable for the user but it's still set to true for all users
until they manually disable it.
To respect the issue described in ticket #1485002 I suggest to also
check if a Trash folder is specified ('trash_mbox') in rcube_imap.php
as well as in app.js and to remove the config option from the user
prefs form. To make it complete, we could allow the user to select his
trash folder in the users prefs with the option to leave it empty
(which would enable the checkbox for 'flag_for_deletion')
What do you think about this? Do you like the behavor of the current svn trunk?
Regards,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
I discovered Roundcube recently, and first of all, I have to say "Good
Job".
This webmail is simple, powerfull and very nice to use.
As I really like it, I want to contribute to it.
As a beginning, please find attached the labels.inc I generated with the
online translator with a couple of new translations (all the ones that were
marked in red).
I also find some untranslatted messages in the last version I'm using in
the preferences page.
Sender notifications : Notification de l'envoyeur
ask the user : Demander
send automatically : Toujours envoyer
ignore : Ignorer
Mark the message as read on delete : Marquer le message comme lu à sa
suppression
Flag the message for deletion instead of delete : Marquer le message pour
suppression au lieu de le supprimer
Clear trash on logout : Vider la corbeille à la déconnexion
Compact inbox on logout : Compacter la boite de réception à la
déconnexion
--
Cordialement,
Florian Manach
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/rh/aVParheL/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/
> On Sun, Jul 13, 2008 at 12:38 AM, Amitai Schlair <schmonz(a)schmonz.com>
wrote:
> > On Jul 12, 2008, at 3:54 PM, Michael Baierl wrote:
> >
> >> Please be aware that not everyone has access to the Apache
> > configuration. Actually most people using hosted services don't have.
> >
> > Sure, my proposal doesn't help those users, but neither does it make
> > things any worse for them. What would you suggest instead?
> But being productive I suggest that instead of an env variable (which
> setting is so system specific etc.), I think we could implement a
> constant in index.php which would direct the code to the location of
> the configuration files. If empty, fall back on "local" (which is
> roundcube/config/).
>
> This could be overwritten/replaced with a simple sed by a package
> maintainer if he thinks this is absolutely necessary.
I like an idea similar to how BSD (and probably most *nixes too) handles
/etc/rc configs. (rc is a bunch of system startup scripts, not Roundcube in
this case). Variables are loaded from /etc/rc.conf and then machine
specific variables are overridden in /etc/rc.conf.local
The idea is that when upgrading between releases, your distro's scripts do
not touch /etc/rc.conf.local. How does this affect us as developers, admins
and users? When upgrading from 0.1 to 0.2 or even between svn checkouts, we
have a shortlist of variables that are changed from the defaults.
I run two version of RC at the moment, one is against an "svn co" that I
run whenever I see a few diffs I like, the other is the stable release. If
I can have two config files, the default one, and I can override specific
values in a local config (think /etc/rc.conf with /etc/rc.conf.local in
BSD) I can save myself some time with my checkouts.
I've attached a small diff that hopefully piques a developer's interest who
wants to implement this.
I'm trying to understand the host specific configuration - it sounds like
if I have multiple domain names being served from a single RC install, it
will override specific values for the supplied HTTP Host header value. My
diff should work in tandem with this, changes to the defaults that will be
applied to all hosts, and a host can still override these changes. Given
I'm looking at the RC source after only a brief period, I seek forgiveness
if I've replicated this functionality elsewhere.
> end user to deal with it. Not everyone running roundcube is a system
> administrator - it's more the contrary.
+1 to this idea. Not everyone runs Apache, so you can't just stick a SetEnv
in a .htaccess and say the problem is fixed. IIS and Lighttpd admins would
need to modify their configs, and some Apache installs may not accept a
SetEnv from within a .htaccess file. A constant seems safer to me.
Further apologies if this doesn't thread properly - I just joined the lists
today and didn't have an original post to reply to.
Best Regards,
Adam
--
Adam "carneeki" Carmichael - VK2JSI, ex VK2FNRD
p: +61 415 37 1990
w: http://bigneek.com (personal); http://carneeki.net (business)
e: carneeki(a)carneeki.net
i: 2207644
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/K3/F2NaA8ng/UTF-8_27_27rcd_con.pat
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
What do you say for separators in toolbar + icons order change?
Yes, it's like in Thunderbird, but I think it's more intuitive.
--
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/yH/w3FQAsBw/toolbar_separators.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/
There's (permissions) problem with files attaching in trac after last
update. Can someone fix that?
--
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, all
Greetings
I subscribed to dev list specially for this. :-)
Here is the link for the pt-BR translation for RoundCube I've just updated.
http://www.mediafire.com/?ud93lj2gk9x
There are a few typos corrected, some missing accents added and about 40 new strings translated.
I hope you devs integrate it into RoundCube.
Best Regards
Gervásio Antônio
Curitiba - PR - Brasil
Novos endereços, o Yahoo! que você conhece. Crie um email novo com a sua cara @ymail.com ou @rocketmail.com.
http://br.new.mail.yahoo.com/addresses
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Please find attached missing translations in french labels.inc, and
small changes as well.
Regards,
--
Nicolas Hyvernat
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Dg/4+S05eX2/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/
Updated Persian translation.
-Fixed all the right-to-left direction issues that used to make the numbers appear on the wrong side of the text
-Translated all entries to this date
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/WT/85bGUX1M/labels.inchttp://detached.gigo.com/rc/WT/85bGUX1M/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/
With 0.1.1 and PHP 5.2.6 search was never finding anything.
PHP Warning: join() Invalid arguments passed in roundcubemail-0.1.1/program/include/rcube_imap.inc on line 673
$msgs is already a string from the is_array() test earlier in
_list_header_set(). The join in the _fetch_headers() call breaks
search for me and its not needed.
$this->_fetch_headers($mailbox, $msgs, $a_msg_headers, NULL)
Johh Capo
Tuffmail.com
_______________________________________________
List info: http://lists.roundcube.net/dev/
/skins/default
For Azerbaijani language you must delete this files:
"common.css", "editor_content.css", "mail.css", "print.css".
And you must use this new .css files.
This new .css files work on all languages.
Author: Orkhan NASIB <orkhan(a)nasib.ws>
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/T7/1vx6UHTP/Default_skin_to_use_.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/
/skins/default
For Azerbaijani language you must delete this files:
"common.css", "editor_content.css", "mail.css", "print.css".
And you must use this new .css files.
This new .css files work on all languages.
Author: Orkhan NASIB <orkhan(a)nasib.ws>
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/G6/dFxmQSww/Default_skin_to_use_.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/
Azerbaijani lang for RoundCube webmail.
Author: Orkhan NASIB
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/3N/SHGTpKmN/Azerbaijani_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/
Hi All,
A while ago I submitted this patch to trac, it never got applied to trunk
because it was decided it was unnecessary. That's fine; I thought I would
just post it to the list to see what people thought. Both Outlook and
Thunderbird have this option and personally I don’t want mail marked as
read until I say so.
Thanks,
Phil
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/g3/hAcc7iiM/rc_preview_not_read.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 managed to install roundcube along with hmail server..however I have
a problem that roundcube is generating extra <> to the recipient's
email address hence rendering it invalid.
eg info(a)xyz.com is resulting as <info(a)xyz.com> hence it will result in
<<info(a)xyz.com>> in hmail.
The problem has to do with roundcube because this does not result when
I send an email from outlook express.
Thanks a lot,
Chris Farrugia
_______________________________________________
List info: http://lists.roundcube.net/dev/
Some little corrections and the missing translations in German
greetings
Florian Mycka
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/6G/qrGcY94J/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,
Here is the japanese updated translation for 0.2-alpha.
Regards,
---
Taka <taka717(a)gmail.com>
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/h2/gW3nM87d/japanese.tar.gz
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'd like to display user login name in RC, so i created a DIRTY patch
to implement this feature.
Hope this feature(not this patch) will be added in RC.
--
Best Regards.
Zhang Huangbin
- Mail Server Solution for Red Hat(R) Enterprise Linux & CentOS 5.x:
http://rhms.googlecode.com/
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Ny/5qhXOIja/display_username.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/
Andreas wrote:
> On Tue, Jun 10, 2008 at 10:54:01AM +0800, Zhang Huangbin wrote:
>
>> Thomas Bruederli wrote:
>>
>>> With this release RoundCube finally drops support for PHP4 so update
>>> your PHP to 5.2 or greater before installing the new version.
>>>
>> Great news.
>>
>> Does PHP 5.1.6 work with it?
>>
>
> I have just confirmed that it works on my setup (with postgresql):
>
> OpenBSD 4.0
> PHP 5.1.4 (compiled from ports)
> pear-DB-1.6.8p0
>
>
Thanks Andreas. :)
I will try it later on RHEL 5.2.
--
Best Regards.
Zhang Huangbin
- Mail Server Solution for Red Hat(R) Enterprise Linux & CentOS 5.x:
http://rhms.googlecode.com/
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi, all.
How can i add text under echo icon in default skin? Not create
another icon set.
Many users complained to me of this issue, especially new users. :(
--
Best Regards.
Zhang Huangbin
- Mail Server Solution for Red Hat(R) Enterprise Linux & CentOS 5.x:
http://rhms.googlecode.com/
_______________________________________________
List info: http://lists.roundcube.net/dev/
I think doing caching of messages is not at all a good idea. I usually use
more than one mail reader: sometimes roundcube at work, others squirrel and
sometimes pine, all depending on from which machine I'm connecting to see
the mail. If we cache the messages into DB, only Roundcube will know it and
sometimes it may be different from IMAP server. It's the same problem as
using Outlook: it keeps messages locally, not on IMAP/POP server.
So, if finally you decide to enable messages cache feature, it should be an
option, that will be enabled only for those who only use RoundCube and whose
know there are not thousands of messages for thousands of users.
Personally, I vote -1 for that.
Ah! saving messages to files into RC server instead of DB... you'll lose all
DB improvements, as transactional one: if there is any problem with
electricity it may corrupt files and lose info. For this, I vote -1000.
See you,
emi
2008/6/11 Алексей Михеев <amiheev(a)st-host.ru>:
I think, that could make sense, if those caches would be flushed
> regularly depending no how many users are there. And I don't think,
> mysql would be too good for that, I'd prefer some kind of serialized
> data in files.
>
> On Wed, 11 Jun 2008 11:30:36 +0200
> Andreas <andreas(a)unstable.nl> wrote:
>
> > On Wed, Jun 11, 2008 at 09:32:51AM +0200, Thomas Bruederli wrote:
> > > This will probably bloat the database like hell. Consider thousands
> > > of users having thousands of messages with attachments. If the size
> > > of the database grows, it takes even longer to load data because of
> > > a higher seeking time. Also opening a single message is less
> > > expensive than listing hundred of headers. This is why we just
> > > cache headers.
> >
> > Would it help if you only request the 20-some headers that are to be
> > displayed? If the IMAP server does the sorting, RoundCube doesn't
> > need to know about all of the messages in a folder.
> >
>
> --
> Aleksei "rusty_angel" Miheev
> ST-Hosting
> mailto:amiheev@st-host.ru
> xmpp:aleksei@jabber.miheev.info <xmpp%3Aaleksei(a)jabber.miheev.info>
> +7 (8313) 244 000
> _______________________________________________
> List info: http://lists.roundcube.net/dev/
>
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello.
I was looking at the header and structure objects that are stored in the
database. It doesn't seem like the message body is stored in the object.
IMAP connections are really expensive for web-based mail clients since
they have to be re-established every time a php page is executed. If
the message body was stored in the database you could avoid making the
IMAP connection and probably shave a second or two off the time it takes
to (re)read a message. You could even take is a step further and store
the whole body in a blob so attachments could be read without making an
imap connection. This would only really start to help when you revisit
the message, the first time would take the most time.
Any input? Is this a horrible idea? You guys seem pretty smart so I am
sure you've considered this.
Michael
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi everybody,
After refactoring some backend code we finally put a working copy of
RoundCube Webmail together again. This preview release of version 0.2
comes up with an all-new HTML sanitization function (written by
Frédéric Motte) which removes malicious JavaScript code from HTML
messages and fixes all known XSS vulnerabilities. Beside that we also
fixed more than 100 bugs and improved both speed and stability.
Special thanks go to Alec, who spent many hours with fixing bugs and
improving features.
With this release RoundCube finally drops support for PHP4 so update
your PHP to 5.2 or greater before installing the new version.
The new version can be downloaded from our website:
http://roundcube.net/downloads or from
http://sf.net/projects/roundcubemail/
Have fun!
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
I think it would be good start for plugins API to get rid of hardcoded
actions from index.php. So, we have such code:
// include task specific files
if ($RCMAIL->task=='mail') {
include_once('program/steps/mail/func.inc');
if ($RCMAIL->action=='show' || $RCMAIL->action=='preview' ||
$RCMAIL->action=='print')
include('program/steps/mail/show.inc');
...
My proposition is to create file for each action (filename = actionname)
in tasks directories, and then we have:
foreach(array('plugins', 'steps') as $dir)
if
(file_exists('program/'.$dir.'/'.$RCMAIL->task.'/'.$RCMAIL->action.'.inc'))
{
@include_once('program/'.$dir.'/'.$RCMAIL->task.'/_init.inc'); //
init actions (renamed func.inc)
@include_once('program/'.$dir.'/'.$RCMAIL->task.'/'.$RCMAIL->action.'.inc');
@include_once('program/'.$dir.'/'.$RCMAIL->task.'/_destroy.inc'); //
post actions
break;
}
plugins directory it's just for possibility to overwrite built-in action
with plugin action.
--
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 know, I'm not an official translator for french, but it's ugly to have
English mixed with French on the 0.2-alpha so I updated myself the files ;)
Regards,
--
Maximilien Cuony [The_Glu]
http://theglu.org
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/np/9mU6FwuX/labels.inchttp://detached.gigo.com/rc/np/9mU6FwuX/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/
I have seen a couple of patches that allow you to reuse http auth for
roundcube but both are out dated. I have updated the newer of the two to
work with the current SVN ( http://trac.roundcube.net/ticket/1485076 ).
Can we get this included with the main development branch so that it is an
official feature? Thanks
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
For various reasons I need to know who logged into RoundCube when and
from where. I can't imagine any other admin not wanting to know, and I
don't understand how I got to run RoundCube for so long without knowing :)
I'd like to propose something like this:
--- index.php (revision 1480)
+++ index.php (working copy)
@@ -86,6 +86,10 @@
// send auth cookie if necessary
$RCMAIL->authenticate_session();
+ // log successful login
+ if ($RCMAIL->config->get('debug_level') & 1)
+ console(sprintf('Successful login for %s from %s',
trim(get_input_value('_user', RCUBE_INPUT_POST), ' '),
$_SERVER['REMOTE_ADDR']));
+
// send redirect
header("Location: {$RCMAIL->comm_path}");
exit;
This results in a line like this in logs/console:
[06-Jun-2008 10:08:45 +0200]: Successful login for robin (id 8) from
16.35.94.15
Robin
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
Please test attached patch, which enables downloading of freshly created
config files from the installer.
Robin
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/35/rDnkUEMQ/config-download.2008.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/
I narrowed the problem down a little further.
I successfully was able to read an eml attachment that was sent from google
webmail.
but when I send from a standalone outlook express client the same attachment
is not readable.
Thanks,
Jason Levine
----- Original Message -----
From: "Jason Levine" <jason(a)wiredhosting.com>
To: "till" <klimpong(a)gmail.com>
Cc: "RoundCube Dev" <dev(a)lists.roundcube.net>
Sent: Thursday, May 08, 2008 7:05 AM
Subject: Fw: [RCD] not able to read forwarded messages that are attachments
>I don't seem to be making any headwinds into the mysterious eml files are
>unreadable error.
> Do you have any suggestions on where I might start looking. I keep
> thinking it is a MIME error, but I don't see anything wrong.
>
>
> Thanks,
> Jason
>
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Attached is the updated Arabic translation of both messages.inc and labels.inc in zip format.
regards,
Ossama Khayat
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/j4/v8IuP9MD/roundcube-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/
Hello everybody, this is my first post in this list.
As soon as I installed roundcubemail, I really appreciated the virtuser_file/virtuser_query config options to
automatically fill-in the email address when auto_create_user is set to true, but I was a little disappointed to see
that there is no way to automatically set the user's real name.
Moreover silently setting the login name as the sender's real name reveals to mail recipients an information that should
be usually kept secret.
For these two reasons I wrote this very little patch to add some more automation.
you can apply it to svn 1452 directly, with "patch -p1 <this_message"
or you can apply it to release 0.1.1 tweaking a file name:
"sed 's/rcube_user\.php/rcube_user.inc/g' <this_message | patch -p1"
there are two new config entries, leaving both empty preserves the actual behavior.
"passwd_query" works exactly as "virtuser_query", a example query may be:
select real_name from some_table where login_name="%u"
"passwd_file" will extract the "gecos" field from a passwd-like file, a example line may be:
unixname:x:1000:100:John Doe:/usr/share/empty:/bin/false
I hope that this very little unintrusive patch will be included in the next release :)
diff -Naubr roundcubemail.old/config/main.inc.php.dist roundcubemail.new/config/main.inc.php.dist
--- roundcubemail.old/config/main.inc.php.dist 2008-05-29 17:21:51.000000000 +0200
+++ roundcubemail.new/config/main.inc.php.dist 2008-05-29 17:19:21.000000000 +0200
@@ -61,6 +61,14 @@
// The query should select the user's e-mail address as first col
$rcmail_config['virtuser_query'] = '';
+// Path to a passwd-like file to get real name from user name
+$rcmail_config['passwd_file'] = '';
+
+// Query to get real name from user name
+// %u will be replaced with the current username for login.
+// The query should select the user's real name as first col
+$rcmail_config['passwd_query'] = '';
+
// use this host for sending mails.
// to use SSL connection, set ssl://smtp.host.com
// if left blank, the PHP mail() function is used
diff -Naubr roundcubemail.old/program/include/rcube_user.php roundcubemail.new/program/include/rcube_user.php
--- roundcubemail.old/program/include/rcube_user.php 2008-05-29 17:21:54.000000000 +0200
+++ roundcubemail.new/program/include/rcube_user.php 2008-05-29 17:39:45.000000000 +0200
@@ -368,6 +368,25 @@
$user_email = strpos($user, '@') ? $user : sprintf('%s@%s', $user, $mail_domain);
$user_name = $user != $user_email ? $user : '';
+ if (!empty($CONFIG['passwd_file'])) {
+ if ($fp = fopen ($CONFIG['passwd_file'], 'r')) {
+ do {
+ $line = explode (':', fgets ($fp));
+ if ((count ($line) >= 5) && ($line[0] == $user)) {
+ $user_name = $line[4];
+ break;
+ }
+ } while (feof ($fp) == FALSE);
+ fclose ($fp);
+ }
+ }
+ if (!empty($CONFIG['passwd_query'])) {
+ if ($sql_result = $DB->query (preg_replace('/%u/', $DB->escapeSimple($user), $CONFIG['passwd_query']))) {
+ while ($sql_arr = $DB->fetch_array($sql_result)) {
+ $user_name = $sql_arr[0];
+ }
+ }
+ }
// try to resolve the e-mail address from the virtuser table
if ($virtuser_query = $rcmail->config->get('virtuser_query') &&
_______________________________________________
List info: http://lists.roundcube.net/dev/
Currently I'm working on folders list sorting and see locale issue. In
roundcube we've got setlocale(LC_ALL, 'xx') where 'xx' is a selected
language. For Polish it's 'pl', but we need 'pl_PL.UTF-8' for proper
sorting. I propose to add locale.inc file with that definition in
localization folders or just add label 'localename' with specified
value. Not sure what will be better.
--
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/
HTML composer:
Did you consider using Fckeditor? I checked the archives
and I saw that there was a discussion about that in Oct 2005, and the
conclusion was that the goal is to support plugging any editor with plugins
API, what's being developped. What's the status of this?
I used both TinyMCE and FCKeditor and I prefer FCK.
JS interface:
Did you consider using a JS framework? I've been working quite much with
prototype
and after that JQuery. My personal preference is JQuery, based on
experiences.
Rewriting would be a big job, but could be done continuously, during the
process
both packages would exist.
There are some benefits, I think even the code would become smaller, and
pre-created interface plugins could be used. (And the packed version is
just 16k.)
What do you think?
balázs
--
*Horváth Balázs* *Balázs Horváth*
Fejlesztési vezető Development Manager
WG Informatika Kft. WG Informatics Ltd.
H-1123 Budapest, Alkotás utca 53. (MOM Park, "D torony" II.em)
Mobil: +36/20-971-2904
E-mail: horvath.balazs(a)wgi.hu <mailto:horvath.balazs@wgi.hu>
Web: http://wgi.hu <http://wgi.hu?adid=145>
_______________________________________________
List info: http://lists.roundcube.net/dev/
labels.inc attached.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/5X/zYuA4UmT/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/
This is Bahasa Melayu translation (ms_MY) for messages.inc
--
zamri
Linux System Administrator
Kolej ShahPutra Kuantan
Pahang Malaysia
Tel : 609.573.777.7 ext 119
web : http://muhdzamri.blogspot.com
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/HU/slSyHyD5/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/
This is Bahasa Melayu (ms_MY) translation for labels.inc
--
zamri
Linux System Administrator
Kolej ShahPutra Kuantan
Pahang Malaysia
Tel : 609.573.777.7 ext 119
web : http://muhdzamri.blogspot.com
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/6z/I2HghUjJ/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 just experienced that if a message is larger than the php memory limit,
then RCD simply fails to open it.
The msg was 85Mb (a large attachment), i set a 64Mb limit on php and i'm
using the latest release version v0.1.1 and it was viewed in the preview
mode.
Can anybody confirm this?
--
Péter
Serial is up, protocol is up --- everything connected!
(c) Anthony Panda www.anthonypanda.com
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
My name is Anthony COGLIANDRO working in COGLIANDRO sa in France.
We keep up with Roundcube project for 6/7 monthes since we expect to find
the best open source webmail.
We just have one question ... is Roundcube able or will be able to manage
the multitab window for outgoing e-mails ?
I mean : will it be possible when writting a new message, to open it in
another tab ?
Best regards,
Anthony COGLIANDRO
COGLIANDRO sa / Second-hand textile machinery
29 rue du Lieutenant colonel Duchâtelet
59200 TOURCOING
FRANCE
Tel : 0033 3 20 25 49 49
Fax : 0033 3 20 25 00 21
email : marco(a)cogliandro.com
web site : http://www.cogliandro.com
_______________________________________________
List info: http://lists.roundcube.net/dev/
I think it would be nice to have Help item in taskbar. We can add there
tabs: About, License. I also plan to add there Help tab with user manual
(for RC or my plugins) or other info (e.g. supported browsers list).
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/