Hi all,
I've integrated the RC in my crm. I'd like to send an email with attachment
directly from the crm. There is some pages to call appending the binary of
file to attach and the To mail address?
My crm was developed in c#.
Thanks for any ideas.
--
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 all,
I notice that in FF the move to dropdown go over the icon of a plugin after
double click on message.
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 there,
The latest SVN version is not marking my messages as read anymore.
Using an imap connection to a local server here. There doesn't seem to
be any information on tracking down this problem. I'm not getting any
errors, or at least not that I'm aware of.
Any clues what could be going on here?
Just let me know when additional information is needed. I'd be happy
to provide it. :)
--
Eelko Berkenpies
http://blog.berkenpies.nl/
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
User told me his mail wasn't displayed correctly, but correctly
displayed in Thunderbird-2.0.0.21.
Mail mime attached, hope it's useful for developers to improve RC.
Thanks for your great work. :)
--
Best regards.
Zhang Huangbin
- Open Source Mail Server Solution for RHEL, CentOS, Debian:
http://code.google.com/p/iredmail/
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/nX/ncPJWa/d/mail.eml.bz2
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Here's the updated PT_BR translation (labels.inc).
--
Victor Benincasa
http://netbit.com.br
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/ce/ghpWW4U8/labels.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/
Sandro Pazzi wrote:
> Hi alec,
> but why RC don't use uid?
>
> UID COPY <sequence uid> "folder"
> UID STORE <sequence uid> +FLAGS.SILENT (\Deleted)
> UID FETCH <sequence uid> (<params>)
>
> ... was a standard IMAP command that use directly uid instead of id of
> messages. In this way all the problems with gmail was resolved.
You're right, we should use such commands for better performance. I
think, the reason is in imap.inc which supports only message IDs in
iil_C_Copy and some others. I don't know why IlohaMail does that is such
way. We should definitely use UIDs where possible.
--
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,
is there any (unobvious) way to register yourself in the bug trac system?
regards
Andreas
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all, Ive been porting some of our internal squirrelmail plugins to
RC, now that RC has a plugin API. Most were quite easy to port, but
one has me a bit stumped. Im probably overlooking something.
Im using the markasjunk plugin as a base, but im trying to modify it
to not only allow marking junk, but the
reverse as well. If you're in the junk folder it should move your mail
to the inbox, and preferably also have a slightly different button.
Deciding what folder to move things to is easy. Just check your
current folder and decide accordingly. But how can I change the button
based on what folder im in? Is this possible? Can I listen to an
event on folder change and change the button?
Any help is appreciated,
Regards
Cor
ps: this plugin hooks into our internal cloudmark based spamfilters to
enable learning of mistakes.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I'm new to this list, so please excuse me if this topic has been discussed
to death already, but in a quick search of the list archives, it doesnt
appear to have come up recently.
I'm currently starting out with using Drupal as a base for some web site
installs and like the way its functionality can be extended with modules to
drawn in and embed functionality from other packages such as Gallery2.
Apart from http://drupal.org/node/58466 (which seems to have stagnated and
in fact no longer works with Drupal6) there doesnt appear to have been much
activity in embedding RoundCubeMail functionality within the Drupal
framework. Is anyone else currently looking into this, and would I be
wasting my time / duplicating effort if I was to attempt something ?
My initial thoughts would be to integrate the authentication, so
authenticated users in drupal can click a single link and go straight into
their mailbox in webmail (spawning a new tab/window in the short term).
Looking at
http://trac.roundcube.net/wiki/Plugin_Hooks I wonder if this
could be achieved by using the
authenticate hook rather than by patching the roundcube code like the
previous attempt did ?
Longer term, I would like to see embedded functionality like Gallery2
does, so that for example, when viewing a user's mailbox their folder list
appears as an expandable menu list within the standard Drupal navigation
menu, the message list / message view / compose etc appears in the main
page body, and elements such as the "E-Mail", "Address Book" and "Personal
Settings" can either be presented in a Drupal 'Block' which could be
presented in any of the standard header / left/right sidebar locations etc.
Does this all sound sensible / achievable ? Anyone else looking into
something similar ?
I am a fairly confident Perl / PHP coder, less so with Javascript and AJAX
technologies, though am willing to contribute to this project if I can. If
noone else is currently looking into Drupal integration,
could anyone
suggest a good place for me to start ?
Many thanks,
Rob Coward
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello devs and list lurkers
Today we merged the development branch for the upcoming API back into the
trunk. Now you can try out the Plugin API with a fresh checkout from the
svn trunk. It is also available as nightly snapshot at
http://nightly.roundcube.net/trunk/
It's now time for excessive testing to detect bugs that came in with the
code changes for the API. Also the client scripts now rely on jQuery and we
therefore changed a lot of javascript code. So please let us know if you
find some strange behavior or broken buttons.
Regards,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
I noticed that some strings have been missing from the nb_NO (Norwegian)
translation for some time, and there were some typos and inconsistencies
in some of the existing strings.
I have now translated the untranslated strings, and made a few
improvements to existing strings. Both files are now 100% complete.
Best regards,
Odd Henriksen
RoundCube user
Norway
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/fc/oS6M3FjC/messages.inchttp://detached.gigo.com/rc/fc/oS6M3FjC/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/
I've had a look and produced some patches/configuration examples that allow
roundcube delivered faster due to compression and more effectively cached by
browsers[1].
Using compression the static pages reduced the size of the page after login
from a few hundred k to just over one. The effects of caching mean that a
logout and log back in only fetch a single index page[1] and all images, css
and javascript are cached
The lightty configuration described in the INSTALL file even keeps a cached
compressed version of the static files for lower server load.
I'm sure there are sysadmins and developers here with more experience running
websites that me so if see any problems or improvements with these patches
make a comment on the bug.
[1] http://trac.roundcube.net/ticket/1485800
[2] the javascript page mentioned in stats was removed in r2402
Daniel Black
--
Email/List Administrator
CAcert
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hey devs,
every time I login into my RC I see a really tiny but ugly "bug" in the
default skin.
As you can see this on this picture the input fields of the login form are
to big.
Image: http://cghost.de/mediahost/img13/rcube_ugly.uv0hev.png
The best way to fix this is to add the following lines to the css-area of
your skins/default/templates/login.html file:
#login-form input
{
max-width: 230px;
}
That won't have any influence to other input fields and works for me.
Does anyone have better way to solve this?
Some system information:
Gentoo Linux
KDE 4.2.2
Mozilla Firefox 3.0.8
--
mit freundlichen Grüßen / best regards
Mark Schmale
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Trying to fix ticket #1485659.
There's a race condiction, in session handling. I think I got that with
attached patch.
Session data is stored serialized(), but not exactly. So I had to create
extra unserialize/serialize functions for that.
Downside is that unset($_SESSION['var']) will not work reliable anymore,
so an extra rcube_sess_unset('var') was needed as well.
Please point me at any mistakes I made :)
Robin
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/xp/kFPRx0aF/_1485659.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/
Sorry,
for error I have send directly to alec ...
-------- Original Message --------
Subject: Re: [RCD] GMail Bug
Date: Thu, 23 Apr 2009 11:40:09 +0200
From: Sandro Pazzi <sandro(a)idweb.it>
To: "A.L.E.C" <alec(a)alec.pl>
Reply-To: sandro.pazzi(a)idweb.it
Hi alec,
but why RC don't use uid?
UID COPY <sequence uid> "folder"
UID STORE <sequence uid> +FLAGS.SILENT (\Deleted)
UID FETCH <sequence uid> (<params>)
... was a standard IMAP command that use directly uid instead of id of
messages. In this way all the problems with gmail was resolved.
Thanks
On Thu, 23 Apr 2009 10:07:23 +0200, "A.L.E.C" <alec(a)alec.pl> wrote:
> Sandro Pazzi wrote:
>
>> I'm using gmail like imap server with RC and I find a bug (I think gMail
>> bug).
>> Seems related the open tiket 1485746.
>>
>> RC use the message position for deleting and not it's UID. When a
message
>> was copy in the trash folder google expunge it automatically. Than RC
set
>> the flag /deleted at the message that was just expunged and it flag the
>> previous message that now have the same position. RC in this way delete
2
>> messages.
>>
>> This is my workorund.
>
>> foreach ($a_messages as $uid)
>> $a_oldmessagesuid[] = iil_C_ID2UID($conn, $from, $uid);
> ...
>> $r = iil_C_Copy($conn, $messages, $from,$to);
> ...
>> foreach ($a_messages as $uid)
>> $a_newmessagesuid[] = iil_C_ID2UID($conn, $from, $uid);
>
> An expensive workaround. Perfect opportunity to use COPYUID feature from
> UIDPLUS extension, also id-to-uid conversion could be done in one FETCH
> command. Does gmail support UIDPLUS?
--
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 all,
I'm using gmail like imap server with RC and I find a bug (I think gMail
bug).
Seems related the open tiket 1485746.
RC use the message position for deleting and not it's UID. When a message
was copy in the trash folder google expunge it automatically. Than RC set
the flag /deleted at the message that was just expunged and it flag the
previous message that now have the same position. RC in this way delete 2
messages.
This is my workorund.
I've modify the imap.inc in the program/lib folder in this way:
function iil_C_Move(&$conn, $messages, $from, $to) {
$fp = $conn->fp;
if (!$from || !$to) {
return -1;
}
/*
IDWEB START Modify
*/
// Check for GMail auto expunge messages when copied in trash folder
$a_messages = explode(',', $messages);
$a_oldmessagesuid = array();
foreach ($a_messages as $uid)
$a_oldmessagesuid[] = iil_C_ID2UID($conn, $from, $uid);
$oldmessagesuid = join(',', $a_oldmessagesuid);
/*
IDWEB STOP Modify
*/
$r = iil_C_Copy($conn, $messages, $from,$to);
if ($r==0) {
/*
IDWEB START Modify
*/
$a_newmessagesuid = array();
foreach ($a_messages as $uid)
$a_newmessagesuid[] = iil_C_ID2UID($conn, $from, $uid);
$newmessagesuid = join(',', $a_newmessagesuid);
if($newmessagesuid == $oldmessagesuid)
// Delete only if there is not autoexpunge action by IMAP server
/*
IDWEB STOP Modify
*/
return iil_C_Delete($conn, $from, $messages);
}
return $r;
}
I can't open directly a tiket becouse I can't create a new account.
I hope that u can include a workaround like this in the next release.
Thanks all
--
Sandro
_______________________________________________
List info: http://lists.roundcube.net/dev/
Dear Sirs
The attatched file is the source code of mail message that can help
solving bug #1485777.
Just put this file into your 'Maildir' folder of your mail server, fix
its ownership and file permissions and open it in Roundcube.
Instead of:
'Política de Segurança'
, Roundcube will display:
'PolÃtica de Segurança'
If you open the message in Thunderbird, Outlook Express or
Squirrelmail the message will be displayed correctly.
Galo Xucro
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/uJ/xjWUCt8k/msg-bug-1485777.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/
We are trying to experiment with the new Plugin API and have come across
several questions.
We are trying to have our plugin act as its own task and have its own
page with a button in the taskbar.
I was reading through the mailing list to figure out how to do this, and
could not find anything substantial.
I found an email stating:
this->add_button(..., 'taskbar');
or client side with
rcmail.add_element('<a href...', 'taskbar');
I added this-> add_button('asd', 'taskbar');
to the init function of the new plugin but it did not add anything to
the taskbar.
Secondly how would we create the page for this new task?
Also, I was curious if anyone has ported some of the existing patches on
the roundcube forums into a plugin format (such as sieve).
Thanks.
Naveen Gavini
Student Systems Programmer
OSS/CSS - OIT Rutgers
ngavini(a)jla.rutgers.edu
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi! Displaying messages list via Ajax using jquery is 4-5 times slower
than previous solution using DOM methods (function
rcmail.add_message_row() and some code in list.js). For 100 messages per
page it tooks:
Firefox: jquery 1100ms, DOM 250 ms
Opera: jquery 400ms, DOM 80ms.
Conclusion: don't use jquery everywhere (specially in code executed many
times)!
--
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.
I use syslog as log_driver, but it sent the same message
to /var/log/messages and /var/log/roundcube.log. I just
want to make it log to /var/log/roundcube.log. How can i
solve this issue?
My settings in config/main.inc.php:
----
$rcmail_config['debug_level'] = 1;
$rcmail_config['log_driver'] = "syslog";
$rcmail_config['syslog_id'] = "roundcube";
$rcmail_config['syslog_facility'] = LOG_LOCAL3;
----
/etc/syslog.conf:
----
*.info;mail.none;authpriv.none;cron.none /var/log/messages
authpriv.* /var/log/secure
mail.* -/var/log/maillog
cron.* /var/log/cron
*.emerg *
uucp,news.crit /var/log/spooler
local7.* /var/log/boot.log
local4.*
-/var/log/openldap.log
local0.*
-/var/log/roundcube.log
----
Thanks very much. :)
--
Best regards.
Zhang Huangbin
- Open Source Mail Server Solution for RHEL/CentOS 5.x:
http://code.google.com/p/iredmail/
_______________________________________________
List info: http://lists.roundcube.net/dev/
I see it's used in quicksearchbox. Is this really useful? I don't like
it here.
--
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/
Heya!
I implemented this by making some small changes to
roundcubemail/program/include/rcmail.php to load a separate timezones.inc
file from the language's localization directory. I also moved the names of
the timezones from roundcubemail/program/steps/settings/func.inc to an
initial timezones.inc for en_US, and made it load them from rcube_label()
instead.
I also added timezones.inc files for all the other localizations with just
an empty array, to prevent include errors.
Patch is attached. Criticism welcomed.
Best wishes,
Frank van den Brink
P.S. I tried using trac, but its registration page told me that "No handler
matched request to /register".
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Dk/V83gEBww/0001-Added-timezone-.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/
Updated missing keys for Latvian translation
Lauris
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/1s/exRNBa72/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/
Dear list,
I've just began to work with RoundCube. So I've downloaded 0.2.1v. from
roundcube.net . We're using Solaris 10 OS, UW washington imap client and php
5.2.9 .
I am not familiar with our mailserver - only thing I know about it is that
it's kind is 'mBox'. So I must set imap root and delimiter parameters in
/config/main.inc.php file. Here goes theese two lines:
$rcmail_config['imap_root'] = 'mail';
$rcmail_config['imap_delimiter'] = '/';
Now all necessary folders are shown, but "mail" folder is shown too. It is
always empty, cause there can not be any messages in it. Technically the way
it should work is to list all folders from imap_home_dir + imap_prefix . I
was not able to fix this by myself, so I'm asking for help in here.
--
Regards,
Arminas
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi devs,
thanks for hard work on the (long desired) Plugin API.
Could you please think about to automatically inculde configuration files
located in the plugin folder (just like you do with the language files)
instead of editing the main configuration file. I'd prefer that.
Regards,
Roland
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello Developers,
there is still a crazy bug for 3 months not fixed. This bug makes roundcube
worthless for many users.
Could someone please fix this bug?
http://trac.roundcube.net/ticket/1485659
Thank you in advance.
Michael (tux1337)
_______________________________________________
List info: http://lists.roundcube.net/dev/
I have been bumping into a wall trying to developing a plugin, and I've
finally decided to do the smart thing and seek some help. The plugin I am
working on is attempting to check our local mail systems shared System
Notices folder (#Shared Folders/System Notices) and then display a notice
message to the end user.
Is there a jquery/php event/hook that I could use for the initial window
view, or alternatively an $rcmail->action I can check for in the plugin
init?
Robert King
System Administrator
Computing & Communications
Memorial University
_______________________________________________
List info: http://lists.roundcube.net/dev/
I am having an issue with using links in display_message. Is it even
possible to use the display_message for clickable links?
Here is the label I am using:
$labels['sysnotice_msg_clickable']= "<a id=\"sysnoticebtn\"
onclick=\"return rcmail.command('plugin.sysnotice.goto','',this)\"
href=\"#\">Click Me</a>";
Here is the display_message
$rcmail->output->command( 'display_message',
$this->gettext('sysnotice_msg_clickable'), 'error');
The link is clickable in the message, but seems to have no effect. Any
insight?
---
Robert King
System Administrator
Computing & Communications
Memorial University
_______________________________________________
List info: http://lists.roundcube.net/dev/
Patrick Nagel wrote:
> Hi,
>
> On 2009-04-08 18:30, larinus(a)gmail.com wrote:
>> Hello people, i configured address book in roundcube with ms active
>> directory.
>> Here`s my config
>
> [...]
>
>> Everything work fine if field "Full Name" contains latin characters.
>> But, if it contains many cyrillic characters, then in the address
>> book occurs error "the requested contact was not found"?
>> can somebody help?
>> P.S. Sorry for my bad english. I hope you all understand.
>
> This may be the same problem that I encounter with Chinese characters:
> http://trac.roundcube.net/ticket/1484829
>
> Patrick.
>
well, maybe.
but, sometimes if i do not long record in the field "Full Name", for
example just a short name (consisting of several characters) then it
works fine.
Maybe exist some limiting on the length of the string....
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello people, i configured address book in roundcube with ms active
directory.
Here`s my config
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
$rcmail_config['ldap_public']['domain.local'] = array(
'name' => 'DOMAIN',
'hosts' => array('domain.local'),
'port' => 3268,
'use_tls' => false,
'user_specific' => true,
'base_dn' => 'dc=domain,dc=local',
'bind_dn' => 'user(a)domain.local',
'bind_pass' => 'pass',
'writable' => true,
'ldap_version' => 3,
'search_fields' => array('mail', 'cn'),
'name_field' => 'cn',
'email_field' => 'mail',
'surname_field' => 'sn',
'firstname_field' => 'givenName',
'sort' => 'cn',
'scope' => 'sub',
'filter' =>
'(&(mail=*)(!(msExchHideFromAddressLists=TRUE)))',
'global_search' => true,
'fuzzy_search' => true);
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Everything work fine if field "Full Name" contains latin characters.
But, if it contains many cyrillic characters, then in the address book
occurs error "the requested contact was not found"?
can somebody help?
P.S. Sorry for my bad english. I hope you all understand.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi, list.
Our user reported a strange issue:
sent mail by roundcube 0.2/0.2.1/svn version, opened in MS Outlook, the
attachment filename were changed:
Original | Changed
file.xls => file.doc
file.doc => file.dat
Is it a roundcube issue or Outlook issue?
Thanks very much.
--
Best regards.
Zhang Huangbin
- Open Source Mail Server Solution for RHEL/CentOS 5.x:
http://code.google.com/p/iredmail/
_______________________________________________
List info: http://lists.roundcube.net/dev/
On Fri, Feb 27, 2009 at 5:27 PM, emi daruma tai <emidaruma(a)gmail.com> wrote:
> Hi!
> Nice patches, Chris!
>
> You can do some AJAX loading for the first time you expand a thread. With
> that, you'll be able to do a thread counter for pagesize and pagination and
> make a growing per message counter, if it's needed. And, sure, it will look
> very well, only transmitting lots of info when it's needed (server-side
> thread caching also enabled).
Testing with MySQL I found it's very slow to cache the threads and was
faster simply calling IMAP THREADS again each time.
Chris
_______________________________________________
List info: http://lists.roundcube.net/dev/
Is there any (security?) reason to not allow links with any protocol in
href attribute (washtml.php)?
--
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 devs and list lurkers
The plugin API is making good progress and I really have fun when
developing some sample plugins. I think that we'll be ready soon to
merge the development branch back into trunk and publish a new beta
with the plugin API. I kindly ask you to try out the current branch
(devel-api) and find out what you can do with it. There's a basic
description about how to write and install plugins at
http://trac.roundcube.net/wiki/Doc_Plugins.
There are only a few hooks implemented so far
(http://trac.roundcube.net/wiki/Plugin_Hooks) and you're welcome to
share your needs for further hooks with us.
Have fun and let us know what you think or what's missing.
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Guys,
Just tried to login at the trac (trac.roundcube.net), but it seems to be
blocked by a .htaccess file?
A user on the forums reported the problem.
Just wanted to let you know :).
Regards,
Timo
The Netherlands
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I've made some amendments to the Portuguese (Standard) dictionary.
Also, I'd like to recommend renaming Portuguese (Standard) to either,
in order of preference:
1. Portuguese
2. Portuguese (European)
3. Portuguese (Iberian)
Cheers,
Adriano
--
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/hA/K7z6Drcu/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/
Relative to the threading patches, a small bug was discovered as a result
of the differences in the way a given message list <tr> was constructed in
a message list. This difference was causing the subjects of selected and
dragged messages to not display in the generated <div> that follows the
mouse pointer while the messages are being dragged.
Upon inspection, I found that the code for making this happen wasn't very
robust in terms of even very slight changes to the structure of a given
<td> within each message row. Here is a proposed patch that I believe
rather simplifies it and should also make it tolerant of changes to the
structure of reach <tr> and <td> in a message list, for example, as
occurred with the threading patches. If follows this basic logic, which I
believe should be fairly safe (unless some browser doesn't support
node.textContent):
1) Is obj.childNodes[i].nodeName = 'TD'
2) AND is obj.childNodes[i].className = 'subject'
3) At this point I'm satisfied we're looking at the subject <td>, so just
grab every bit of text contained within it.
http://code.nkinka.de/gitweb?p=roundcube.git;a=commitdiff;h=89320766d84786d…
Nathan
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
i track the developing of Roundcube. In the moment i study the code of
drupal and found a function i never knew before: spl_autoload_register.
This Page in German explains the usage of this function very well:
http://aktuell.de.selfhtml.org/weblog/php-autoload
However, some time ago i saw that Thomas has to move some includes
forward for making some plugins to work with some plugins, but can't
find it right now. Maybe wrong reminder. However, since Roundcube uses
Classes, this functions seems to fit well in Roundcube. All the Requires
and Includes could be removed and the Includes would only happen then
when they are really needed.
Any thoughts?
BTW: Have you plans when to merge the different dev-trees to the main-trunk?
Best Regards
Eduard
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi!
I updated translation of "Azerbaijani".
Please update!
Best regards,
Orkhan.
Forex-AZ forex ticarəti.Vaxt və məkan anlayışı olmadan dünya birjalarında ticarət imkanı.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/d7/PEG85FJs/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 have been experimenting with the devel_api branch, turning my patches
into plugins mostly; I thought I would try making a context menu for the
message list.
At the moment there are 2 problems that I can see and I was wondering if
any one had any suggestions…
I have tried to make the context menu take as much of its look from the
skin as possible but I am not certain how well it will play with anything
other than the default skin.
A more serious problem is the attachment of the event listener to the rows
in the message table. I can do it no problem when the page loads but I
can’t find a way to do with when switching between folders or when a new
message arrives.
Thanks very much,
Phil
Ps. So far I have tested it in FF3, Safari, IE6+7 all on window and it
works fine, it wont work in Opera since JavaScript right click stuff is
disabled by default.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Vc/eizvgS9y/contextmenu.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/
I don't know if its a roundcube or OS problem but here what happened to me.
OS: ubuntu 8.04.2 fully updated - apparmor enabled
All packages and extensions installed using apt and perl MCPAN
roundcube Version 0.2-stable and v0.2.1
I send an email with attached xls file. I check the message with
roundcubemail, it is marked as a message with attachment but when I open the
messagen no attachements. I open with any mail clients and the attachment is
there.
I send the same xls file using the mail client and check it with roundcube.
Now its there.
So the problem happens only when the message is sent using roundcube.
I found thi http://trac.roundcube.net/ticket/1485152 but only worked when I
commented some lines in this section of the program/include/rcube_shared.inc
file
function rc_mime_content_type($path, $failover = 'unknown/unknown')
{
global $CONFIG;
$mime_magic = $CONFIG['mime_magic'];
// if (!extension_loaded('fileinfo')) {
// @dl('fileinfo.' . PHP_SHLIB_SUFFIX);
// }
// if (function_exists('finfo_open')) {
// if ($finfo = finfo_open(FILEINFO_MIME, $mime_magic)) {
// $mime_type = finfo_file($finfo, $path);
// finfo_close($finfo);
// }
// }
if (function_exists('mime_content_type')) {
$mime_type = mime_content_type($path);
}
if (!$mime_type) {
$mime_type = $failover;
}
return $mime_type;
}
Now xls files are shown.
_______________________________________________
List info: http://lists.roundcube.net/dev/
I've completed the italian translation and corrected some wrong sentences.
--
Yusef Maali
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Ay/QU3NzfGm/labels.inc.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,
With Roundcube supporting multiple IMAP servers it makes perfect sense
for it to also support multiple STMP servers.
I was unable to find any documentation about it so I tried using the
same approach as the one for IMAP. That didn't work so I checked this
list and found a thread where a suggested fix is discussed and shared:
http://lists.roundcube.net/mail-archive/dev/2007-06/0000023.html
As far as I can tell this hasn't made it to the latest stable release
nor the SVN trunk. I had a quick go at implementing the patch but it
didn't work. Anyone knows if there are any plans to commit this code?
Cheers,
AD
--
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello!
Yesterday I filed a feature request for Mail-Followup-To support:
http://trac.roundcube.net/ticket/1485547
I'd like to try to implement it (or parts of it) myself, but at first
I'm curious about your position to Mail-Followup-To support. Do you
want this feature?
I'm asking because coding a patch that will not find its way into the
tree can be frustrating, so positive feedback on this will clearly boost
my motivation ;)
LG, Daniel
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hey Guys,
Don't really know how this is done around here.
I'm sending the updated Romanian Translation files.
Cheers,
Atentie: Nu stergeti nici o parte a acestui mesaj la reply sau forward.
Suport tehnic: support(a)ulbsibiu.ro
Support Ticket ID: XXXX
_____________________________________________
Zeno Popovici
Web Developer & Systems Administrator
Departamentul de Communicatii si Marketing
Universitatea "Lucian Blaga" Sibiu
Blvd. Victoriei 10, 550026 Sibiu, Romania
Telefon: +4 (0269) 217.779, int. 143, 131
E-mail: zeno.popovici(a)ulbsibiu.ro
Website: http://www.ulbsibiu.ro
_____________________________________________
"A leader is one that knows the way, walks the way, shows the way."
P Please consider the environment before printing this email.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/ds/eEnAeaZM/RCTranslations_Roman.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/
Greetings,
Here are the updated Armenian versions of the message/label files for
0.2.1...
Best regards,
Vahan Yerkanian
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/gh/dqTecn3w/armenian-rc-0.2.1.tgz
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi RoundCube
Attached are two new translation files for the Danish translation of
RoundCube 0.2.1.
These should make the Danish translation more or less complete - as far
as I remember there was just one text string that I did not translate
(as I did not know in what context the text was used).
If you have any questions regarding the translations then I can be
reached at rasmuswehner [[and all of this should be changed to an 'at'
sign]] gmail.com
Best and thank you for a great project
Rasmus Wehner
Denmark
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/JW/U9UPL56U/labels.inchttp://detached.gigo.com/rc/JW/U9UPL56U/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/