Hello Rik,
it is ok to ask but I don't give personal assistance due to the lack of
time.
Please mailto:dev@lists.roundcube.net. I'm sure you get help for a small
donation.
Regards,
Roland
----- Original Message -----
From: "rik @ RoundCube Webmail Forum" <Rikin(a)Hotmail.Co.Uk>
To: <myroundcube(a)mail4us.net>
Sent: Saturday, January 30, 2010 11:37 AM
Subject: Hello
>
> This is a message from rik at RoundCube Webmail Forum (
> http://www.roundcubeforum.net/forum.php ). The RoundCube Webmail Forum
> owners cannot accept any responsibility for the contents of the email.
>
> To email rik, you can use this online form:
> http://www.roundcubeforum.net/sendmessage.php?do=mailmember&u=22129
>
> OR, by email:
> mailto:Rikin@Hotmail.Co.Uk
>
> This is the message:
>
> Hi Rosali,
>
> I am very new to RC and also to PHP, I have been playing with this but
> looks like I need some help.
>
> Is it ok to ask? I have been and looked at all the forms answer.
>
> Pls let me know...
> Thanks,
>
> Rik
>
_______________________________________________
List info: http://lists.roundcube.net/dev/
Attached
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/bh/78XrB59V/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 romanian translation. Some minor corrections done.
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4813 (20100128) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Pr/n/9TfxfF/labels.inchttp://detached.gigo.com/rc/Pr/n/9TfxfF/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'm working on porting my " iPhone " patch ( Trac ticket #1484680 )
to revision 3235.
I don't want to edit the sprite image so the patch isn't intrusive,
and an upstream update to the sprite image doesn't overwrite my changes.
I can't get my " Open Message " icon to initialize properly.
It is displayed at 0.99 opacity when no messages are selected in the
list. It should be set to 0.35 opacity if no messages are selected.
However if I select a message, then click on the " Select None "
button at the bottom, the icon is in the correct state. If I navigate
to a mailbox that has no messages, the icon is in the correct state.
It just doesn't get the 0.35 opacity CSS applied when the button is
initialized if there are messages in the list.
I'm missing something somewhere, but I can't see it.
If this should be / could be a plugin, I'd appreciate some pointers
to plugins that manipulate the messagetoolbar <div>.
Below is a svn diff
[chasd@webdev trunk]$ svn diff
Index: roundcubemail/skins/default/templates/mail.html
===================================================================
--- roundcubemail/skins/default/templates/mail.html (revision 3235)
+++ roundcubemail/skins/default/templates/mail.html (working copy)
@@ -103,6 +103,7 @@
<div id="messagetoolbar">
<roundcube:button command="checkmail" type="link" class="button
checkmail" classAct="button checkmail" classSel="button checkmailSel"
title="checkmail" content=" " />
<roundcube:button command="compose" type="link" class="button
compose" classAct="button compose" classSel="button composeSel"
title="writenewmessage" content=" " />
+<roundcube:button command="show" type="link" class="buttonPas show"
classAct="button show" classSel="button showSel" title="openmessage"
content=" " />
<roundcube:button command="reply" type="link" class="buttonPas
reply" classAct="button reply" classSel="button replySel"
title="replytomessage" content=" " />
<roundcube:button command="reply-all" type="link" class="buttonPas
replyAll" classAct="button replyAll" classSel="button replyAllSel"
title="replytoallmessage" content=" " />
<roundcube:button command="forward" type="link" class="buttonPas
forward" classAct="button forward" classSel="button forwardSel"
title="forwardmessage" content=" " />
Index: roundcubemail/skins/default/images/buttons/open_pas.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: roundcubemail/skins/default/images/buttons/
open_pas.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Index: roundcubemail/skins/default/images/buttons/open_sel.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: roundcubemail/skins/default/images/buttons/
open_sel.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Index: roundcubemail/skins/default/images/buttons/open_act.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: roundcubemail/skins/default/images/buttons/
open_act.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Index: roundcubemail/skins/default/mail.css
===================================================================
--- roundcubemail/skins/default/mail.css (revision 3235)
+++ roundcubemail/skins/default/mail.css (working copy)
@@ -37,6 +37,14 @@
opacity: 0.35;
}
+#messagetoolbar a.show {
+ background: url('images/buttons/open_act.png') 0 0 no-repeat
transparent;
+}
+#messagetoolbar a.showSel {
+ background: url('images/buttons/open_sel.png') 0 0 no-repeat
transparent;
+ opacity: 0.35;
+}
+
#messagetoolbar a.checkmailSel {
background-position: 0 -32px;
}
Index: roundcubemail/program/localization/en_US/labels.inc
===================================================================
--- roundcubemail/program/localization/en_US/labels.inc (revision 3235)
+++ roundcubemail/program/localization/en_US/labels.inc (working copy)
@@ -121,6 +121,7 @@
// toolbar buttons
$labels['checkmail'] = 'Check for new messages';
$labels['writenewmessage'] = 'Create a new message';
+$labels['openmessage'] = 'Open message';
$labels['replytomessage'] = 'Reply to sender';
$labels['replytoallmessage'] = 'Reply to sender and all recipients';
$labels['forwardmessage'] = 'Forward the message';
[chasd@webdev trunk]$
--
Charles Dostale
System Admin - Silver Oaks Communications
http://www.silveroaks.com/
824 17th Street, Moline IL 61265
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello all.
I'm a new user of Roundcube. I'm wondering if there is a way to save a
search result? The idea is I'd like to be able to bookmark my webmail,
or save in the webmail itself save some searches. Filtering stuff into
pre-existing folders doesn't work in my case because I'm not sure what
I'm going to need to search for before messages are received, but I need
a quick way to get to the messages again once someone has told me what
to look for without moving the emails away from their original location.
Any help anyone could give would be great. Thanks.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
As a requirement for a software management & engineering class we are to
collaborate in a project to apply some of the concepts we are learning.
The choice was given for us to participate in an open source project.
I was looking at your list of planned features and was wondering what of
those (if any) or any not listed feature we could take as a project to
work on.
Ideally we would like to work on a feature that has little or no work
done so far, that way the project can profit the maximum from our work
and we can apply all the knowledge we are being taught.
We are a group of 6 (possibly 7) ppl and we'll be working on it for at
least 6 weeks (4 to 10 hours per week). There after, another group of 6
ppl would take our project for maintenance and support for the following
6 weeks. Though I can hardly make any promise on the success of our
enterprise, the result of our work (code, documentation, etc) would be
given back to the project (roundcube) under gpl.
So, is there someone I should address to in order to get more
information about the project and if it's possible for us to contribute
something to the project?
Thanks in advance.
Cheers,
Francisco.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
we are migrating our existing webmail installation to roundcube and we would like to implement "Report bug" button or something similar, so users could report a problem within Roundcube webmail. The procedure of reporting would be just as simple as sending email to helpdesk@domain address directly from RC interface.
I have checked the plugin interface, but I couldn't find a way to create a new message with predefined to address.
We have found one plugin from myRoundcube implementation, but it depends on several other plugins which are not needed in our case...
Could someone suggests the way that we should look to make such plugin?
thanks in advance,
regards, Jernej
_______________________________________________
List info: http://lists.roundcube.net/dev/
hi,
i have patched the roundcube source, partly for ldap addressbook.
the patch is against the svn source, i will send it if useful, just don't want to flood the ml.
the updates are:
1-------------
problem: if an addressbook entry contains no mail address it does display in address autocomplete
solution: now if an addressbook entry contains no mail address it does NOT display in address autocomplete
= files modified:
program/steps/mail/autocomplete.inc
2-------------
problem: when editing or adding an addressbook entry, if a field is given an invalid value, the error is notified but the data is saved anyway.
solution: now data is not saved but the user is returned to the form to be rectified
= files modified:
program/js/app.js (function this.command)
3-------------
ldap problem: when editing addressbook entries, if a field which is part of the ldap rdn is modified, the ldap rdn is renamed but the field itself is not updated
solution: rdn is modified and the field is updated
= files modified:
program/include/rcube_ldap.h (function update)
4------------
problem: i need to use multiple "mail" fields in an ldap addressbook entry (inetOrgPerson schema).
normally an entry in the ldap inetOrgPerson schema can contain multiple "mail" fields.
with this patch all the "mail" fields from the entry are collected and then joined (implode) in one string using a comma (,) as separator.
all subsequent uses of the "email" field of an address now split (explode) the "email" string on the ',' character and resolve it to an array.
saving an ldap address book entry converts the "email" string to multiple ldap fields by splitting (explode) as explained.
when editing an address book entry, the user can enter multiple email addresses separated by a comma.
= files modified:
program/include/rcube_ldap.h (functions _ldap2result, insert, update)
program/steps/mail/autocomplete.inc
program/steps/addressbook/show.inc (function rcmail_contact_details)
program/js/app.js (function this.command)
as for the last one, it works well for me. hopefully the same for everybody but i cannot swear.
felix
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello everyone,
Here I submit a freshly reworked and improved version of the Macedonian translation of Roundcube (both Labels and Messages). This translation is 100% complete and is suited all of the current terminology and practice. I would like to know when this translation will be usable, as I use Roundcube for the email service of the Macedonian community in New Zealand, with a large number of address holders and heavy usage.
A little about me:
I am Bojan Jankuloski, administrator of the Macedonian Wikipedia and translator of MediaWIki and Wikia software, their extensions and related hosted programs on translatewiki.net
Please let me know if there are any other things I can help translating. I would gladly do so.
Thank you and all the best
Bojan Jankuloski
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/vE/VqbAVBTx/Macedonian-Updated.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
hi list
hi roundcube users
problem with roundcube 0.3.1 with mod_security
someone else may be encountered the problem with the mod_security active
and disable SELinux.
and how did you change the rules for mod_security.
my server is currently shooting with mod_security off and I look for
solutions to the restart
this is my past thread
http://old.nabble.com/Re%3A-problem-with-old-old-stable-version-0.1.1-Re%3A…
_______________________________________________
List info: http://lists.roundcube.net/dev/