I'm working on fixing some namespace issues. It would be simpler to me
to test the fixes directly on some IMAP server with personal namespace
with INBOX. prefix. It's default config of Courier. Could anyone provide
a test account for me, so I'd be able to connect to it from my box?
--
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/
BT/aba52c80
Dear all,
please check the Indonesian translation update *even
just one field on messages.inc* and Happy Easter for all!
Sincerely,
Sabda
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Ud/VyKa8PDq/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/
BT/aba52c80
I am trying to make some changes to roundcube.
I want that it can fetch mails from different servers, like gmail and
aol, simultaneously.
How can I do that? Any help would be highly appreciated.
Regards,
Syn
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
Is there anyone taking care of bug 1487843 ?
This is critical. Can I contribute to it in some way ?
Thanks
JM
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi Roundcube developers !
Just introducing myself : I'm the product owner of OBM (http://obm.org).
I just wanted to inform you our team has chosen Roundcube as the
favorite webmail alternative to our messaging and collaborative
platform. It's quite a day for us !
Hopefully soon, we will get back to you and propose some patches, than
contribution ideas, if you like our patches :-)
Best regards
Lilian Chamontin, OBM
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi!
I have some suggestions and errors and I'd like someones advice for which of them I should create a ticket and which of them I should forget.
Points 1) - 9) I have all implemented/fixed in our local distribution (based on 0.4.2) and could provide source code for the fixes.
Here's the list:
1) it would be handy if function get_boolean() in rcube_shared.inc would also recognize "off" as false.
2) 1 gigabyte is displayed as "1024MB" by function show_bytes() in rcube_shared.inc. I would prefer "1GB". Same is for "1024KB" and "1MB".
3) when the hook method "preferences_save" fails, saving should be aborted an error message should be displayed. Currently always success message is displayed.
4) Generally it is a problem to enter names containing '<' character, because this is treated as html-tag then. The list of places where '<' does not work:
a) Settings -> Folders: drag and drop a folder containing '<' and the name will change.
b) Settings -> Identiies -> Settings: fields "Display name" and "Company"
c) Settings -> Identiies -> Signature: when changing from non html to html signature, all '<' disappear
d) all contacts fields
e) all search fields
f) searching in folders containing a '<' is not possible
5) Currently you can only export contacts one by one. It would be nice if the user could choose to export all contacts or the selected ones only. On our system I realized this with a small submenu at the export button.
6) the fileinfo php plugin is not very useful. E.g. pdf-files or jpeg-files are declared as octet-stream. mime_content_type() should be tried before fileinfo, not afterwards.
7) vcard makes sometimes problems with line folding. Multibyte UTF-8 charcters are folded in the middle and therefore cannot be inserted in database, when the DB has set the coding of the tables to UTF-8
8) At Settings -> Folders: you cannot drag&drop a subfolder back to top level. You could allow dropping it on INBOX and make it top level then.
9) I think there is an error in "./program/js/app.js.src", line 4625:
$(current_li).removeClass('selected').removeClass('unfocused');
should be
$(current_li).removeClass('selected').addClass('unfocused');
And 2 errors I found in the new contacts form:
10) When saving a contact without entering an email address, all manually added elements disappear (values are still there, but input fields are not visible)
11) you get an error message when you enter german character 'ß' in contacts data and save it
Kind regards,
Erich.
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello,
This is update for russian and ukrainian localization
--
Dmitry Korzhevin
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/SQ/Ms2vF6bd/roundcube.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/
BT/aba52c80
Hi all, hope this is the right place to send localization files?
In hr.zip is Croatian localization of password and managesieve plugins.
And if anyone could just change one line in roundcubes hr_HR/labels.inc
file:
$labels['uisettings'] = 'Korisničko interfejs';
to
$labels['uisettings'] = 'Korisničko sučelje';
Veljko
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/PW/6wyZWqDL/hr.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/
BT/aba52c80
Attached
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/mR/xDxEzLTi/roundcube-ar.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
i think it's related to this ticket http://trac.roundcube.net/ticket/1487833
can you try svn trunk 4609 and 4603 ... if the problem exists from version 4609
and if no problem in 4603.
Thx lacri
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello
I would like to implement a new SASL authentication method for SMTP. It does
not seems easy to do with current code, as no plugin hook is there for that.
As I understand, I would need to subclass Net_SMTP and implement a new auth()
method. Unfortunately, as the class is written, I would end up duplicating
most of the method's code.
I am bound to the conclusion that I have to do a contribution to Net_SMTP
first. I suspect it will end up with some kind of sasl_auth_register() rmethod
that will allow the inclusion of a new authentication method. Anyone can
confirm this is The Best Way?
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu(a)netbsd.org
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello,
There is a previous ticket (#1487096) indirectly dealing with the issue
of squirrelmail contacts with multiple email addresses in
squirrelmail_usercopy. As background, squirrelmail allows a contact to
have a comma-separated list of addresses as its address field. #1487096
addressed the issue of imports failing for email fields longer than 128
characters (which occurs virtually only when there are multiple
addresses). This was resolved by simply having squirrelmail_usercopy
import only the first address and drop the rest silently.
This is certainly not an ideal solution and is not at all satisfactory
in our usage, where many users use multiple-address squirrelmail
contacts to easily mail class/project lists and will be very frustrated
if these lists disappear in the upcoming migration to roundcube.
I have prepared a modification that will detect contacts having multiple
email addresses and instead import them as multiple contacts (one per
address) and then automatically place them in a roundcube group. This is
the functionality that our users have requested and is, I think, useful
to all roundcube users. As such I am sending a patch to you.
As you can see, it will check if the email field from squirrelmail
contains a semicolon or comma (there seems to be some slight
inconsistency on which character is used, so it is best, I think, to
just work on both), and if there is it creates a group by the name of
the squirrelmail contact, and then inserts a contact for each individual
address (with only email address, no name info), and adds that contact
to the group created before.
Thanks,
--
Jesse B. Crawford (jeanluc)
Systems Programmer
Tech Computer Center
New Mexico Tech
jeanluc(a)nmt.edu
http://nmt.edu/~jeanluc
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Bq/WXT7xgUb/squirrelmail_multipl.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/
BT/aba52c80
Dear all, please check the attached labels.inc and messages.inc
translations for Bahasa Indonesia.
Yours Sincerely,
Sabda
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/ts/wzJNaSUT/labels.inchttp://detached.gigo.com/rc/ts/wzJNaSUT/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/
BT/aba52c80
Hi. Please update Azerbaijani in RC.
labels.inc and messages.inc
Thank you.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/1x/qsn0lP3d/RC.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/
BT/aba52c80
See subject...
diff /tmp/messages.inc roundcubemail-0.5.1/program/localization/de_DE/messages.inc
28,29c27,28
< $messages['errorreadonly'] = 'Die Aktion kann nicht ausgeführt werden. Der Ordner ist schreibgeschützt.';
< $messages['errornoperm'] = 'Die Aktion kann nicht ausgeführt werden. Zugriff verweigert.';
---
> $messages['errorreadonly'] = 'Die Aktion nicht ausgeführt werden. Der Ordner ist schreibgeschützt.';
> $messages['errornoperm'] = 'Die Aktion nicht ausgeführt werden. Zugriff verweigert.';
121c120
< $messages['smtpdsnerror'] = 'SMTP-Fehler: Empfangsbestätigungen werden nicht unterstützt';
---
> $messages['smtpdsnerror'] = 'SMTP-Fehler: Empfangsbestätigung werden nicht unterstützt';
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/R1/hjrw4tGP/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/
BT/aba52c80
Translation update for European Portuguese (pt_PT).
- labels.inc
Regards,
DC
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/AB/MZhGWGYm/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/
BT/aba52c80
Hi list,
since 0.5 we can't use dovecot's master password feature,
because RC truncates the username to the second '@'
(user@domain1.com*masteruser@domain2.com)
For now i solved the problem with this patch, if you are interested:
--- rcmail.php 2011-03-31 01:45:11.000000000 +0200
+++ rcmail.php 2011-03-31 01:45:27.000000000 +0200
@@ -694,7 +694,7 @@
$host = rcube_idn_to_ascii($host);
if (strpos($username, '@')) {
// lowercase domain name
- list($local, $domain) = explode('@', $username);
+ list($local, $domain) = explode('@', $username, 2);
$username = $local . '@' . mb_strtolower($domain);
$username = rcube_idn_to_ascii($username);
}
it would be nice to not creating a user configuration (users table) for dovecot
master users.
Best regards.
--
Simone Caruso
CTO @ Ardeek SRL
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
On Tuesday 29 March 2011 13:56:36 Arthur Titeica wrote:
> Hello.
>
> I use the latest trunk. Ever since about two weeks ago attaching images
> when composing mail is happening very fast, with no error but in the end
> some images are only half uploaded while some are OK.
>
> This is happening in all browsers I could test in Windows and Linux so
> I suppose it's a server issue. I just don't remember doing anything
> special on the server or in the rcube config.
>
> Anybody please with an idea?
Hi guys. I took the time to further investigate this issue. The following were
checked with trunk 4624.
- I double checked postfix, dovecot and amavis config files and logs: nothing
unusual found.
- I disabled amavisd altogheter.
- I disabled all plugins in rcube.
The result is the same: messages reach the recipient truncated. Ex: I attach 7
pngs - only 5 reach the recipient and 1 or 2 of those 5 are corrupted.
The strange thing is that the message that gets saved in the "Sent" folder is
OK - all 7 pngs are there and intact.
Further more mails sent from desktop clients are OK and they pass the very
same path: postfix, amavis + dkim, dovecot
The final test: I "downgraded" rcube to a backup made on 07-feb-2011 (all
plugins enabled) and the messages are sent and received OK.
I need some help please. I've enabled debugging in rcube but I can't see
anything unusual in there.
On request I could send a 'bad' message saved from gmail (the recipient) and
the 'good' message saved by roundcube in the Sent folder.
Thanks!
--
Arthur Titeica
PharmEc Software
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
In the new contacts code in svn you can add multiple email addresses to a contact. Great stuff. I noticed that if I autocomplete an email address, it returns all email addresses for that contact instead of only the one im typing the autocomplete for. Is that intended? It looks weird to me. Im getting results back that have no bearing to what im typing.
Regards,
Cor
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi list,
As posted a couple of weeks ago I have completed the caldav backend for
the calendar plugin. The only problem with this was that it was
completed against the old abandoned calendar plugin so I devoted some
effort to migrate it to the new calendar plugin. I am sad to say that
this has failed due to a completely new interface which, IMHO, is to
directed against the supported database backend. I therefore rest my
case. However, should people want to takeover this task or be willing
to use the old calendar plugin I have made it publicly available from
this link.
Some improvements are contained within the plugin apart from completing
the caldav backend. These are:
- Upgraded to a newer version of full-calendar which support selection
of timeslots.
- Implemented selection of timeslots as a means of creating a new event
instead of simply clicking and have an event creating defaulting to
lasting for 2 hours.
- Fix some bugs related to all-day events which were not handled
according to RFC.
- Proper handling of timezones. Backend always saves in UTC but
frontend displays in the users preferred timezone.
- Added more categories.
- Fix bug that prevented displaying CRLF in description as well as
saving events containing CRLF on the server without loosing data.
- A number of small fixes of bugs.
One thing I was not able to fix was the export of the calendar which
always displays events dated epoch since I have not been able to
transfer the displayed dates back to the backend.
Get it here: http://ftp.datanom.net/roundcube/calendar.tar.gz
--
Hilsen/Regards
Michael Rasmussen
Get my public GnuPG keys:
michael <at> rasmussen <dot> cc
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xD3C9A00E
mir <at> datanom <dot> net
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE501F51C
mir <at> miras <dot> org
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE3E80917
--------------------------------------------------------------
Q: How many supply-siders does it take to change a light bulb?
A: None. The darkness will cause the light bulb to change by
itself.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Ev/da2rFrry/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/
BT/aba52c80
When i saw http://trac.roundcube.net/ticket/1487855
i reviewed the documentation provided inside the tarball and did not
found any line (searched UPGRADING and INSTALL files) telling the user
to look which script needs to run on specified situations
So this ticket was not a bug in the code, but it is a bug into the
documentation.
In think the bug should be reopened and changed to something like
'add docs about upgrading if you are using postgresql'
or something alike
¿what you think guys?
regards
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi everyone,
I have made a modified version of the instructions for creating a plugin
from the wiki. These instructions are specifically aimed at creating a
plugin which lets you dynamically alter config variables for Roundcube. I
use something similar myself and it works great. I realise there are
probably lots of different ways of achieving the same thing, this is just
one idea.
The possibility of changing certain config options in certain situations
comes up every now and then on the forum and of course everyone is going to
want to do something slightly different so providing a ready-made plugin is
near to impossible. The guide is available here
http://www.tehinterweb.co.uk/roundcube/dynamic_conf.html, any feedback
welcome.
Phil
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi list,
At some time back in history a calendar plugin was available which
could use a database for storage or used read-only when connecting to a
CalDAV server. To make a long story short I have completed the CalDAV
backend so that it have complete support for editing, creating, and
delete appointments stored on a CalDAV server.
My question therefore is whether the community will accept a patch with
the code completing the CalDAV backend?
--
Hilsen/Regards
Michael Rasmussen
Get my public GnuPG keys:
michael <at> rasmussen <dot> cc
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xD3C9A00E
mir <at> datanom <dot> net
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE501F51C
mir <at> miras <dot> org
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE3E80917
--------------------------------------------------------------
Localise input and output in subroutines.
- The Elements of Programming Style (Kernighan & Plaugher)
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/jd/HJPioIiF/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/
BT/aba52c80
Hi!, i introduce me. My name is Carlos and i want to contribute in the
development. I read the guide but i have several questions.
For example, how take a ticket for me? or how update svn repository? i
can or is supervised? A lot of thanks, i hope contribute a lot in this
project to make the better open source webmail solution.
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi
I have noticed that for sometime now translation files are
not processed as they used to although I sent them as usual.
Did anything changed in the procedure?
--
Moish
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/nr/4QKqgSRA/labels.inchttp://detached.gigo.com/rc/nr/4QKqgSRA/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/
BT/aba52c80
Hi,
I’ve attached updated Swedish localizations of labels.inc and messages.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/Ig/ROV9IjSP/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/
BT/aba52c80
Just wondering if there might be plans to ever use the mail_host field to
connect each user to their particular IMAP backend? We have multiple
backends, and proxying gets them to the right one, but this would be a way
to short circuit the proxying. . .
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
works fine in 0.4.2
I personally think it's a silly thing to ever do, make a folder's parent
Inbox, but we have users with folders already like this.
Now when they click on those folders they get an error, and this is the
IMAP snippet:
C: A0003 STATUS "INBOX.squirrelmail sub of inbox" (MESSAGES UNSEEN)
S: A0003 NO Mailbox doesn't exist: INBOX.squirrelmail sub of inbox
With our dovecot configuration (prefix = INBOX.) regular old folders get
accessed via "INBOX.folder name" so I suppose it should be
"INBOX.INBOX.silly sub of inbox"?
It would be fine if folks only and always used roundcube, it doesn't even
let you create a folder with Inbox as parent -- just puts it along side
instead.
Any chance this might be considered a bug and get fixed?
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi
I've just update the missing lines in portuguese brazilian translation.
Thanks
Robson F. Ramaldes
!DSPAM:4d6f893a263897706014689!
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/5P/nPGVHdBE/labels.inchttp://detached.gigo.com/rc/5P/nPGVHdBE/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/
BT/aba52c80
These images should maybe be removed - they are not used as far as I can tell and the just cause extra work when making a new skin ;)
/Mikkel
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
I feel bad voicing anything other than praise for this amazing project,
so first: Thanx again for the *BEST* webmail client of all time!!!
But since updating to 0.5.1 a couple of little things that pop up in the
what do we call it - status area at the top of the screen - have been
striking me as less great than before:
Sometimes one message like green "Sent" occupies that space, and a second
one comes up *below* it like gray "Loading. . ." This doubling and sort of
extra flashing/movement seems less like snazzy clean ajax magic, and a
little more like noiz. Anyone else wish to see this area remain one at a
time?
Also, when entering a recipient, if it finds them in addy book, and I hit
tab, then tab again to move on to the subject field, I get the message up
there "Enter at least 1 xharacter for autocompletion" because there is the
trailing comma. This I would also say seems less than useful.
Benjamin
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello,
see attached files for updated Greek translation.
Regards,
Panagiotis
--
Panagiotis J. Christias Network Management Center
p.christias(a)noc.ntua.gr National Technical Univ. of Athens, GREECE
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/7b/k4C2tGMU/labels.inchttp://detached.gigo.com/rc/7b/k4C2tGMU/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/
BT/aba52c80
Hello,
I'm getting the error "STATUS: System I/O error" on one mailbox during
login. However, in the folder view a list of folders with the numbers of
messages they contain appears. But the message list is empty and one I
click on a folder, the message "STATUS: System I/O error" appears again
and the message count after the folder name disappears.
There's no entry in logs/errors. Using a different webmail or
thunderbird, there's no problem to access the mailbox with IMAP.
Kind regards
Marten
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Dear list,
Please find the updated translation attached.
As I did not have the time to update RDC on my boxes, please get back to me
if the removal of the following fields in labels.ind is intentional or not?
I have included them in my translation just to be safe. Missing fields were
generated by the online translator [1].
labels.inc
$labels['previousmessages'] = '';
$labels['firstmessages'] = '';
$labels['nextmessages'] = '';
$labels['lastmessages'] = '';
$labels['lastmessages'] = '';
$labels['purge'] = '';
$labels['rename'] = '';
[1] http://translator.roundcube.net/index.php
Regards,
ikkhares
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/y8/dCHVj6rq/rc_hu_v7.tar
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Translation update for European Portuguese (pt_PT) for "labels.inc".
Regards,
DC
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/MP/8G7WQn2v/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/
BT/aba52c80
Hi All,
Find attached a patch for ticket #1487747. I'm not able to upload it in
trac. It keeps telling me that it's spam.
I've tested it in FF & Chrome browsers in Linux and looks good. Could
anyone take a look at IE please?
P.S Sorry but I'm not so active in this list as I wish because I'm on
exams period at University.
Thanks,
Adolfo.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/f8/X9BkDq8d/1487747.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/
BT/aba52c80
Sorry. :-)
Now with patchs files in attach.
This patchs is for enable or disable the attach preview window and you can
configure it from "personal settings > message view".
DC
2011/2/18 邓卫华 <dengwh(a)bestcheer.com>
> HI,dc
>
> thanks for your reply ASAP, how to find the patch file?
>
> Thanks
>
> Deng
>
> On Fri, 18 Feb 2011 14:21:53 +0000, Ling Fude wrote:
>
> Hi,
>
> I have the same problem you have.
> I made a patch to solve this problem but the Roundcube developers are not interested
> to apply it (I don't know why).
> Feel free to apply the patch attached at your own risk.
> I stopped having problems opening attachments after applying these patches.
>
> Regards,
> DC
>
> 2011/2/18 邓卫华 <dengwh(a)bestcheer.com>
>
>> Hi,
>>
>> im useing roudceubemail 0.5stable, i have a problem about open pdf file
>> in roundcubemail. the roudcubemail can not load PDF files and has been
>> displayed "LOADING data".
>>
>> please the attached file.
>>
>> IE8.0
>>
>> --
>> Best Cheer (XiaMen) Stone Works CO.,LTP.
>> Phone: 0592-7221600
>>
>>
>> *Detachments* -The following attachments have been detached and are
>> available for viewing.
>>
>> - http://detached.gigo.com/rc/C3/yP1E6Odf/pic.PNG
>>
>> Only click these links if you trust the sender, as well as this message.
>>
>>
>>
>>
>>
>> --
>> List info: http://lists.roundcube.net/users/
>> BT/1987eeeb
>>
>>
>
>
> --
> Best Cheer (XiaMen) Stone Works CO.,LTP.
> Phone: 0592-7221600
>
>
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/y4/nlJlEZ2Q/app.js.patchhttp://detached.gigo.com/rc/y4/nlJlEZ2Q/func.inc.patchhttp://detached.gigo.com/rc/y4/nlJlEZ2Q/func.php.patchhttp://detached.gigo.com/rc/y4/nlJlEZ2Q/labels.inc.patchhttp://detached.gigo.com/rc/y4/nlJlEZ2Q/main.inc.patchhttp://detached.gigo.com/rc/y4/nlJlEZ2Q/save_prefs.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/
BT/aba52c80
Hi,
I have the same problem you have.
I made a patch to solve this problem but the Roundcube developers are
not interested
to apply it (I don't know why).
Feel free to apply the patch attached at your own risk.
I stopped having problems opening attachments after applying these patches.
Regards,
DC
2011/2/18 邓卫华 <dengwh(a)bestcheer.com>
> Hi,
>
> im useing roudceubemail 0.5stable, i have a problem about open pdf file
> in roundcubemail. the roudcubemail can not load PDF files and has been
> displayed "LOADING data".
>
> please the attached file.
>
> IE8.0
>
> --
> Best Cheer (XiaMen) Stone Works CO.,LTP.
> Phone: 0592-7221600
>
>
> *Detachments* -The following attachments have been detached and are
> available for viewing.
>
> - http://detached.gigo.com/rc/C3/yP1E6Odf/pic.PNG
>
> Only click these links if you trust the sender, as well as this message.
>
>
> --
> List info: http://lists.roundcube.net/users/
> BT/1987eeeb
>
>
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80