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/
I installed RC from Fedora 9 and found problems making it work. From
apache error log I found this:
[Tue Mar 10 10:41:09 2009] [error] [client 192.168.0.5] MDB2 Error: not
supported (-6): setOption: [Error message: unknown option
disable_smart_seqname]\n
[Tue Mar 10 10:41:09 2009] [error] [client 192.168.0.5] PHP Notice:
setOption: [Error message: unknown option disable_smart_seqname]\n in
/usr/share/roundcubemail/program/include/bugs.inc on line 101
Checking the sources I found rcube_mdb2 in line 88:
if ($this->db_provider == 'pgsql') {
$db_options['disable_smart_seqname'] = true;
$db_options['seqname_format'] = '%s';
}
Commenting out the first option made it work. Any ideas on why?
_______________________________________________
List info: http://lists.roundcube.net/dev/
congratulation, and I just miss the last labels to translate
so here it is the updated label.inc, may be this one can included on
the current release
On Tue, Mar 10, 2009 at 9:40 PM, Thomas Bruederli <roundcube(a)gmail.com> wrote:
>
> Hi folks
>
> This service update includes more than 40 bug fixes together with some
> security improvements. We also added TNEF support to decode those
> proprietary MS Outlook attachments (winmail.dat) and tuned the performance
> when displaying a message. Some translations have been updated since the
> 0.2-stable relase and are also included in the package.
>
> This release is considered stable and we recommend to upgrade all existing
> installations to this version. Download it from
> http://roundcube.net/downloads and read the UPGRADING instructions.
>
> We kindly request all packagers to update their distributions with this new
> version. As usual, a pure GPL version is available here:
> https://sourceforge.net/project/showfiles.php?group_id=139281&package_id=23…
>
> Unfortunately there are still some translations waiting to be completed.
> See http://translator.roundcube.net for the current completeness status and
> feel free to translate the missing labels and messages. Please send the
> updated files (packed in an archive) to our developers mailing list.
>
> Cheers!
> Thomas
> _______________________________________________
> List info: http://lists.roundcube.net/dev/
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/bW/5wnfKj2M/labels.inc.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/