On Tue, 16 Mar 2010 14:07:46 +0100, "A.L.E.C" <alec(a)alec.pl> wrote:
> Viktor Balogh wrote:
>
>> First of all, I don't know if it is a known bug or not, I didn't have
the
>> time to run through all the bug reports for RC. I regularly get some
>> newsletters from a list, and some mail's contents aren't visible, only
a
>> blank whiteness and nothing else. This appears around weekly once,
though
>> it cannot be pre-determined, it seems to appear randomly.
>
> We'll need a complete source of the message.
Ok, the question is: how? I could forward it to another email address, but
when I press the forward button the text within the mail will be
immediately visible. (plain text mail is preferred). If I switch back from
text to html, the format will be screwed, and the text remains visible,
written with another fonts.
Is there a feature in RC similar to MS exchange where other emails can be
attached? Or do you have a suggestion how could I do it?
Regards,
Viktor
--
Visit my panoramic photoblog!
http://vrphoto.hu
Spherical panoramas by Viktor Balogh
_______________________________________________
List info: http://lists.roundcube.net/dev/
Here is the translation of some sentences to the Spanish.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/sY/anvNO0jj/labels.inc.txt
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
http://trac.roundcube.net/ticket/1486386
What do you think about that. We're storing username and mail_host in
users table and then checking both. This is problematic. I assume that
it's done this way because in some environments username is a login not
email address, but maybe (in rcube_user::query) instead of
SELECT * FROM users
WHERE mail_host=? AND username=?
we should use
SELECT * FROM users
WHERE username=?
when username is an email address.
--
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
_______________________________________________
List info: http://lists.roundcube.net/dev/
On Sat, 23 Jan 2010 09:59:55 +0200, Vladislav Bogdanov
<bubble(a)hoster-ok.com> wrote:
> 22.01.2010 19:12, Francisco wrote:
>> 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.
>
> S/MIME and PGP plugins and framework?
>
+1 for PGP and S/MIME, that's one of the fairly important missing
features. There is a draft design document on the wiki for how encryption
and signing might be implemented.
Another major feature is threading support. A development branch exists
with experimental threading, but I would like to see conversation-style
(like Hula/Gmail) threading too.
Simultaneous access to multiple mail accounts would be nice too.
-Albert
_______________________________________________
List info: http://lists.roundcube.net/dev/
Dear subscribers
For the upcoming version 0.4 of Roundcube Webmail we have done some
refactoring of the backend code which improves both performance and
reliability of the application. These changes now need to be well tested
before we continue to implement the new features like threaded message
listing planned for 0.4.
This is where we need your help! Please download the latest nightly build
(r3325) from http://nightly.roundcube.net/ and install it in parallel to
your running systems. Test it with your configuration and all the different
IMAP servers. As usual you are kindly requested to report problems to our
bug tracking system at http://trac.roundcube.net/
A list of already fixed bugs and improvements can be found in the CHANGELOG
file within the release package.
Many thanks!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
Here is an updated labels.inc, messages.inc is already up to 100%
Best regards,
Edouard Moreau
ENSMA
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/uY/FdA158qV/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 labels.inc attached
hwyl,
dafydd
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/9B/7reW4HBB/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,
this will be very useful.
Thanks
--
Sandro Pazzi
IdWeb s.r.l.
Viale Romagna 69/A - 06012 Citta' di Castello (PG)
Tel. 075 851 97 28
Fax 075 851 97 30
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi List
here is a little Fix for Rolands rss_feeds
rss_feeds has a little Bug by selecting server
protocol.
if (strstr('HTTPS', $_SERVER['SERVER_PROTOCOL'] )!== FALSE)
found only HTTPS a better solution is stristr or
if ($_SERVER['HTTPS'])
best Eric
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Sh/AeQ8gVZs/rss_feeds.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/
Hi, all.
I saw there's a fix in trunk:
- Fix CVE-2010-0464: Disable DNS prefetching (#1486449)
http://trac.roundcube.net/changeset/3293
Do we need to patch old versions?
Thanks :)
--
Best Regards.
Zhang Huangbin
- Open Source Mail Server Solution for Red Hat(R) Enterprise Linux,
CentOS, Debian, Ubuntu, FreeBSD: http://www.iredmail.org/
_______________________________________________
List info: http://lists.roundcube.net/dev/
trac(a)roundcube.net wrote:
> Author: thomasb
> Date: 2010-03-02 01:54:11 -0600 (Tue, 02 Mar 2010)
> New Revision: 3299
> Modified: trunk/roundcubemail/program/steps/mail/check_recent.inc
> ===================================================================
> --- trunk/roundcubemail/program/steps/mail/check_recent.inc 2010-03-02 07:46:52 UTC (rev 3298)
> +++ trunk/roundcubemail/program/steps/mail/check_recent.inc 2010-03-02 07:54:11 UTC (rev 3299)
> @@ -22,6 +22,17 @@
> $a_mailboxes = $IMAP->list_mailboxes();
> $check_all = (bool)$RCMAIL->config->get('check_all_folders');
>
> +// check if unread count of INBOX changed and refresh message list if so
> +if (!empty($_GET['_refresh'])) {
> + $unread_count = $IMAP->messagecount('INBOX', 'UNSEEN', TRUE);
> + if ($unread_count > $_SESSION['unseen_count']['INBOX']) {
> + $OUTPUT->command('set_unread_count', 'INBOX', $unread_count, true);
> + $OUTPUT->command('list_mailbox', 'INBOX', 1); // let the client switch to INBOX and get the message list
> + $OUTPUT->send();
> + }
> +}
> +
> +// check recent/unseen counts for all mailboxes
> foreach ($a_mailboxes as $mbox_name) {
> if ($mbox_name == $IMAP->get_mailbox_name()) {
> if ($recent_count = $IMAP->messagecount(NULL, 'RECENT', TRUE)) {
I don't like this changeset at all. This doesn't fix the issue. We're
still checking RECENT for other folders. I also don't like switching to
INBOX. I use server-side filters and got new mail in other folders, not
only in INBOX. When I have other folder opened I don't like to change
it. We must find better solution. Please, revert this change.
--
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
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
the default RSS of Roundcube does not play nice with IE. Also HTTP Authentication is missing. I've made a plugin for RSS support. Please test it! Any feedback is welcome.
Regards,
R.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Ym/pxjs3YNg/rss.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,
the login after event seems to not fire in current trunk.
I've download the current trunk for the signature positioning in the new
messages but I've noticed this problem.
Thanks
--
Sandro Pazzi
IdWeb s.r.l.
Viale Romagna 69/A - 06012 Citta' di Castello (PG)
Tel. 075 851 97 28
Fax 075 851 97 30
_______________________________________________
List info: http://lists.roundcube.net/dev/
Dear subscribers
We finally created a small documentation about Roundcube skins and the
template system: http://trac.roundcube.net/wiki/Doc_Skins It gives a
short introduction to the concept of our skins and lists all templates
which are necessary to create a complete and working frontend for
Roundcube. On http://trac.roundcube.net/wiki/Doc_SkinML all supported
special tags which can be used within skin templates are explained and
you can also find a list of "content objects" which are available in
the different templates.
While we're still working on a public repository for plugins and skins
you're welcome to publish your skins on a server of your choice and
add a link here: http://trac.roundcube.net/wiki/Skins_Repository
Now get creative!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
In login process Roundcube converts password input to ISO-8859-1 which
is wrong because it's not possible to use characters that are not
convertable to ISO-8859-1, which of course may be confusing for users.
Also user will be not able to use password set via Roundcube password
plugin in other client. Another issue would be if someone uses clear
text passwords in (unicode) database, postgres will not store text
encoded in non-unicode encoding.
My opinion is that in Roundcube login process we should convert password
to ASCII and in Password plugin we should make sure that user is using
only printable ASCII characters. 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 Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
On Sat, 20 Feb 2010 01:39:30 +0100, Andreas Lemke <andreas(a)pudicus.com>
wrote:
> Hello,
>
Hello Andreas
> if i have enabled the cache then all Mails have the same status:
unknown.
> Is it possible that the fields are not written from the mail into the
DB?
>
> Have you he same Problem?
I do. I didn't try it with caching before. Thanks for testing.
I am wondering if, when caching is used, the imap_init hook isn't
bypassed...
Therefore, dkimstatus cannot fetch the Authentication-Results headers and
the 'unknown' status appears.
Maybe the guys from the developpers list can confirm that ?
Julien
_______________________________________________
List info: http://lists.roundcube.net/dev/
hey,
I am using the plugin "automatic_addressbook" (vers. 0.1, RC vers.
0.3.1) and everything works fine, except the possibilty for the users to
override the default configuration.
I solved the problem, as I manually merged the users preferences with
the fresh loaded plugin configuration. Like this:
#automatic_addressbook.php:
...
$this->load_config('config/config.inc.php.dist');
if(file_exists("./plugins/automatic_addressbook/config/config.inc.php"))
$this->load_config('config/config.inc.php');
$rcmail = rcmail::get_instance();
$config = $rcmail->config;
$config->merge($rcmail->user->get_prefs());
Now I am just interested if this is the prefered solution. I mean, why
is it necessary to manually merge the user's config with the plugin
defaults. Shoudn't it be done automatically?
benni
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/4G/8sx3mIk1/signature.asc
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 uploaded the translated files (labels.inc, messages.inc) for
Tamil (தமிழ்). I have completed 100% translation. I have also improved the
already translated texts. Please upload it as soon as possible
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/dk/SFwwvLv2/ta_IN.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/
Hello,
since we moved from squirrelmail to roundcube we got the problem that
roundcube does not handle shared folders. I searched the lists and the forum
but it seems there is no solution yet.
So i take a look into the code and coded a little bit, really a bit ... here
are my patches.
The main changes made to the program/lib/imap.inc (btw. all files should end
with .php to avoid unauthorized access):
Instead of $ref i use the wild-card * to retrieve all folders from imap, not
only the folders below $root_dir.
Function mod_mailbox in program/include/rcube_imap.php got some new lines to
make a decision between INBOX. and non INBOX. folder, to handle these new
folders ... which can have "shared." or "user." (cyrus) as root.
I've tested it with subscribe/unsubscribe, move mail into the folders, read
messages in folders ... i think i've tested all you can do with folders. :)
Since i can only test it with Cyrus, i don't know if there will be side effects
with other imap servers.
See the attachment for the patches for rc0.3.1
Hope this is useful for someone.
Greetings
Manfred Stellenberg
--
Manfred Stellenberg
EDV
UBIMET GmbH
Dresdner Straße 82
A-1200 Wien
Tel +43 (0) 1 99 71 004 13
Fax +43 (0) 1 99 71 004 20
mstellenberg(a)ubimet.com
www.unwetterzentrale.atwww.ubimet.com
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/eU/NvvcmEfR/rcube_imap.php.patchhttp://detached.gigo.com/rc/eU/NvvcmEfR/imap.inc.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 have uploaded the translated files (labels.inc, messages.inc) for a
new language - Tamil (தமிழ்). The international code for this language is
ta_IN. This language is spoken in south India by about 70 million people.
Please add this language in roundcube as soon as possible.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/ns/pwBBfqAD/ta_IN.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/
I found a problem with resolving username from email in function
email2user (rcube_user.php).
This function only resolves strict aliases like
user(a)example.com realuser
Especially, does not support %1 substitution and aliasing to
another e-mail.
By example, below entries aren't proprerly resolved.
user(a)example.com otheruser(a)expamle.com
otheruser(a)expamle.com realuser
don't work for user(a)example.com
or
user(a)example.com realuser
@another.domain %1(a)example.com
don't work for user(a)another.domain
I wrote a quick patch, that allow recursion in virtusertable
processing and doing %1 substitution.
In addition, enrties "cathall" like
@example.com user
ale supported.
This patch works for me, but are a rether non-optimal because
i don't change anything in findinvirtual() function, and
virtusertable is readed in every recursion. This can be fixed
easyly by caching $virtual array.
--
Konrad Stępień
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/wr/H7Kra4Hn/rcube_virtusertable.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/
Ive now had 2 reports from people on roundcube that they briefly saw an email that was meant for someone else. We dont use caching. Is there still a way where theoretically 2 emails could get mixed up within roundcube? Some temp file or whatever? Im of course also looking at the imap server, but cant rule out roundcube yet..
Cor
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I’ve attached an updated Swedish localization of labels.inc.
Regards,
Jonas Nasholm
Bitfuse Network
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/GB/C3SR3AjQ/sv_SE.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/
---------- Forwarded message ----------
From: Olli <ollinpostit(a)gmail.com>
Date: 2010/2/3
Subject: Finnish translation update request
To: dev(a)lists.roundcube.net
Hi,
here is updated Finnish translation files.
Olli
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/CG/hCFXHV4q/labels.inchttp://detached.gigo.com/rc/CG/hCFXHV4q/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 developped for my own needs, and for curiosity about roundcube
internals an "automatic addressbook" plugin.
As thunderbird or gmail does, this plugin collects the recipients of
outgoing mails and store them into a dedicated addressbook.
IMHO, the most usefull effect of this behaviour is that each email
address you typed once is then avaible for autocompletion.
I still have design issues with the plugin :
- any alternative idea to the install script ?
- in the install script, I wasn't able to catch errors with
MDB2::isError() (always returns false).
It's my first contact with rc code, with mdb2... and I'm far from being
a php guru (neither a php lover to be honnest...), so feel realy free to
send me any comment about code or design.
I would also need your help to add translations and database backends
(just a single sql statement to "translate" in
install/<yourdb>.initial.sql folder).
At the moment, only sqlite is supported as I don't use other DB systems.
I don't know if you consider such a plugin interesting for svn
integration, but I hope so :-).
Regards,
Jocelyn
P.S: As Roland Liebl suggested, a global addressbook mixing smoothly
collected and "normal" contacts can be a good thing, but I wanted to
keep things "light".
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/kk/JPWVR4At/automatic_addressboo.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/
Hello folks,
I recently had a few discussions about the license under which Roundcube is
published. Currently this is GPLv2 and I think it's time to change it.
Therefore I'd like to share some thoughts with you and invite you to share
your opinions about this topic. For me there are three possible directions
to go:
1) Upgrade to GPLv3
Since I'm not very familiar with all the details I currently don't know
what kind of changes this would involve but I assume it to be an easy and
obvious step.
2) Switch to AGPLv3
(http://en.wikipedia.org/wiki/Affero_General_Public_License)
This license was made for software which is accessed over a network and
which isn't necessarily distributed in the classic way. This would require
adopters to share their changes to the core program and linked stuff like
plugins also if they only provide Roundcube as a service. Of course this
looks very restrictive since up until now one only had to publish his/her
code under GPL if Roundcube was distributed within a package (which itself
needs to be GPL, too).
3) Switch to LGPL
I had several requests from companies who'd like to distribute Roundcube
with their commercial packages. This could be quite hard because the GPL
requires all "linked" parts (for my understanding this includes plugins and
skins) to be GPL too. As an advantage of publishing Roundcube under LGPL I
see more potential contributors even if they don't have to share their own
stuff with the community. Of course we have to check whether all the libs
Roundcube requires are also available under LGPL.
For options 1) and 2) there's one addition: I think that we should exclude
the skins from the GPL restrictions because the easy customization is what
makes Roundcube nice and custom skins often include some copyrighted
artwork and are pretty individual.
What do you think about this? Please feel free to comment the above lines.
Best regards,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi, I've updated the zh_TW translations for Roundcube, as well as the
translations for some plugins.
Compressed file of the translations can also be found here:
http://www.cnmc.tw/~dennylin93/patches/roundcube/zh_TW.tar.gz
Another mirror:
http://security-hole.info/~dennylin93/patches/roundcube/zh_TW.tar.gz
Checksums:
SHA256 (zh_TW.tar.gz) = 025d88f85829283eaa1ac8784679334d7f01bbb824be6477656a3530ebab8da1
MD5 (zh_TW.tar.gz) = cd5f8611bc407eb90835f662901627a1
Files that have been updated:
labels.inc
messages.inc
Plugins with new translations:
archive
compose_addressbook
managesieve
new_user_dialog
password
remember_me
--
Denny Lin
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi dev's,
first let me thank you. You're doing a great job.
I attached the 100% translated file
plugins/sieverules/localization/de_DE.inc
-Martin
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/sK/mefZzmap/_de_DE.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 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/
On Fri, 22 Jan 2010 15:50:08 +0100, Thomas Bruederli
wrote:
> Hello folks,
>
> I recently had a few discussions about the license under which Roundcube
is
> published. Currently this is GPLv2 and I think it's time to change it.
>
> Therefore I'd like to share some thoughts with you and invite you to
share
> your opinions about this topic. For me there are three possible
directions
> to go:
To change the licence you will need the agreement of all contributors
(since the current Roundcube code is a derivative work of all their
contributions).
> 1) Upgrade to GPLv3
I would be happy with version 3 of the GPL.
> 2) Switch to AGPLv3
I think this licence may deter some people from using Roundcube because of
the requirement to make source code available to users and therefore may
reduce contributions and bug reports.
> 3) Switch to LGPL
I think the LGPL is inappropriate. PHP (which Roundcube is written in) is
usually distributed in source form. It makes little sense to have LGPL PHP
code.
Regards,
Chris
---
http://www.atomice.com
_______________________________________________
List info: http://lists.roundcube.net/dev/
I don't think an additional ID is going to make multiple session cookies
work. Lets say you have two session cookies. In each tab of your browser,
both cookies are available, and so when you make a request to the roundcube
server, the server won't know which session to serve. To make multiple
cookies work you'd have to ask the user on each request which session to
use, which is not a reasonable user experience. The other way to make this
work is to make each session cookie available only to a specific tab, and
this is what using private browsing mode/using different browsers achieves.
On Fri, Jan 15, 2010 at 4:47 PM, S c o t t K r a m e r wrote: > looks
like it would need an additional id of some sort to have simultaneous >
sets of cookies-- > > On Fri, 15 Jan 2010 16:30:34 -0500, leigh wrote: > >
> > > > I think there is no straightforward, secure way of doing this.
This is not > specific to roundcube, but applies to any website that uses
browser cookies > to keep track of user sessions (pretty much any website
that lets you log > in). There's no way to allow multiple sessions per
browser because the same > cookies are available throughout all tabs of the
browser. The only > workarounds are to use multiple browsers or private
browsing modes, which > allows different sets of cookies to be used in
different tabs/browsers. > > > > On Fri, Jan 15, 2010 at 4:21 PM, S c o t
t K r a m e r wrote: > >> > >> could also use diff browsers, but really
these are work arounds-- how can >> we do this in roundcube config... in
addition to myself others request it-- > >> > >> On Fri, 15 Jan 2010
16:21:21 -0500, S c o t t K r a m e r wrote: > >> > >> could also use diff
browsers, but really these are work arounds-- how can >> we do this in
roundcube config... in addition to myself others request it-- > >> > >> On
Fri, 15 Jan 2010 15:01:17 -0500, Alex Leigh wrote: > >> > >> If your
browser support private browsing mode (incognito window in Chrome, >> etc),
open a new tab in the private mode will allow you to log in a second >>
account in that tab. > >> > >> On Fri, Jan 15, 2010 at 2:44 PM,
Jean-Baptiste Hétier wrote: > >>> > >>> Le 15/01/2010 19:22, S c o t t K r
a m e r a écrit : > >>> > Is there a config setting to allow you to be in
multiple imap > >>> > accounts? > >>> > >>> I use two different domain
names to achieve that: > >>> http://mail.mydomain.com/ and
http://mail2.mydomain.com/ > >>> > >>> But a config setting would be great…
> >>> _______________________________________________ > >>> List info:
http://lists.roundcube.net/dev/ > >> > >>
_______________________________________________ > >> List info:
http://lists.roundcube.net/dev/ > >>
_______________________________________________
List info: http://lists.roundcube.net/dev/
I think there is no straightforward, secure way of doing this. This is
not specific to roundcube, but applies to any website that uses browser
cookies to keep track of user sessions (pretty much any website that lets
you log in). There's no way to allow multiple sessions per browser because
the same cookies are available throughout all tabs of the browser. The only
workarounds are to use multiple browsers or private browsing modes, which
allows different sets of cookies to be used in different tabs/browsers.
On Fri, Jan 15, 2010 at 4:21 PM, S c o t t K r a m e r wrote:
>
>
could also use diff browsers, but really these are work arounds-- how can
we do this in roundcube config... in addition to myself others request it--
>
> On Fri, 15 Jan 2010 16:21:21 -0500, S c o t t K r a m e r wrote:
>
> could also use diff browsers, but really these are work arounds--
how can we do this in roundcube config... in addition to myself others
request it--
>
> On Fri, 15 Jan 2010 15:01:17 -0500, Alex Leigh wrote:
>
> If your browser support private browsing mode (incognito window in
Chrome, etc), open a new tab in the private mode will allow you to log in a
second account in that tab.
>
> On Fri, Jan 15, 2010 at 2:44 PM,
Jean-Baptiste Hétier wrote:
>>
>> Le 15/01/2010 19:22, S c o t t K r a
m e r a écrit :
>> > Is there a config setting to allow you to be in
multiple imap
>> > accounts?
>>
>> I use two different domain names
to achieve that:
>> http://mail.mydomain.com/ and
http://mail2.mydomain.com/
>>
>> But a config setting would be great…
>> _______________________________________________
>> List info:
http://lists.roundcube.net/dev/
>
>
_______________________________________________
> List info:
http://lists.roundcube.net/dev/
>
_______________________________________________
List info: http://lists.roundcube.net/dev/
could also use diff browsers, but really these are work arounds-- how
can we do this in roundcube config... in addition to myself others request
it--
On Fri, 15 Jan 2010 16:21:21 -0500, S c o t t K r a m e r wrote:
could also use diff browsers, but really these are work arounds-- how can
we do this in roundcube config... in addition to myself others request it--
On Fri, 15 Jan 2010 15:01:17 -0500, Alex Leigh wrote:
If your browser
support private browsing mode (incognito window in Chrome, etc), open a new
tab in the private mode will allow you to log in a second account in that
tab.
On Fri, Jan 15, 2010 at 2:44 PM, Jean-Baptiste Hétier wrote:
Le
15/01/2010 19:22, S c o t t K r a m e r a écrit :
> Is there a config
setting to allow you to be in multiple imap
> accounts?
I use two
different domain names to achieve that:
http://mail.mydomain.com/ [2] and
http://mail2.mydomain.com/ [3]
But a config setting would be
great…
_______________________________________________
List info:
http://lists.roundcube.net/dev/ [4]
Links:
------
[1]
mailto:me@djib.fr
[2] http://mail.mydomain.com/
[3]
http://mail2.mydomain.com/
[4] http://lists.roundcube.net/dev/
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
Is there a config setting to allow you to be in multiple imap
accounts?
I mean multiple browsers or tabs running roundcube-- into
different accounts
Logging into the 2nd results in the 1st being logged
out.
Thanks!!
_______________________________________________
List info: http://lists.roundcube.net/dev/