Re: HTML editor

2006-09-15 Thread chasd
I just committed my changes to integrate the TinyMCE editor into RoundCube for HTML editing. The Subversion revision is 345. Everything should be pretty seamless, but please note the following: * To enable use of the editor for composing HTML messages, check the Use HTML Editor box in

Re: [feedback-wanted] structural changes (PHP5, MDB2)

2007-06-18 Thread chasd
The move to apache2 has been compared, and I think that's another example where the move should be done. It has support for threading, so when a new request comes in, an entire server process doesn't have to be forked! What a tremendous potential resource savings if all hosts were to just

Re: Letters..

2007-06-25 Thread chasd
On Jun 25, 2007, at 5:01 AM, Theis Østervold wrote: Why is it that when i write a mail in Danish the letters ø,æ,å transform into something strange as you properly can see on your screen right now. I see the correct characters. Theis Østervold Here too. The headers User-Agent:

Re: 100% CPU

2007-07-03 Thread chasd
It is possible that CPU usage isn't the root cause of the system slowdown, just one of the symptoms. Sometimes high CPU usage can be the result of lots of disk I/O. The processes don't really need the CPU, but once the system gets into a backlog because of a lot of disk I/O, CPU usage

Re: [RCD] Postgres and Sqlite (Re: MySQL usage to much??)

2007-09-05 Thread chasd
are you using RoundCube with Postgres? If so, I'd really welcome your feedback (bug reports, patches, ...). I sure hope there is not much to report, but I guess when you use the mdb2 backend it should work already. No problems yet. However, I have not yet upgraded to the latest RC, or a

Re: [RCD] Mettre l'ordre des colonnes des mails dans les preferences utilisateurs

2007-10-31 Thread chasd
On Oct 31, 2007, at 2:01 PM, till wrote: On 10/31/07, krowix krowix [EMAIL PROTECTED] wrote: Bonjour, Est ce que la possibiblité de mettre l'ordre des colonnes subject,from,date,size ( $CONFIG['list_cols']) dans les preferences de l'utilisateur a déjà été envisagée ? Just why do you

Re: [RCD] iPhone usability

2007-11-14 Thread chasd
On Sep 6, 2007, at 10:37 AM, Rich at Whidbey Telecom wrote: Chances are we'll set aside a separate version for iPhone/iPod users, skinned to be smaller. A tappable Moveto and Open button might also be needed as mentioned before. Rich Has there been any development on this ? Our company

[RCD] Supported browsers

2007-11-14 Thread chasd
At the link http://trac.roundcube.net/wiki/Howto_Requirements Only this is mentioned for browser requirements : * Javascript enabled * Accept cookies * Support for XMLHttpRequest Since I have some users on old or odd platforms, I was wondering if there should be a list of

Re: [RCD] iPhone usability

2007-11-14 Thread chasd
On Nov 14, 2007, at 8:50 AM, Drarok Ithaqua wrote: I'm guessing your IMAP server is closed off from the Internet, else they could just use the mail.app on the iPhone. Correct. Our outside mail server is really a gateway to the internal server. There are no usable accounts on the outside

Re: [RCD] Supported browsers

2007-11-15 Thread chasd
On Nov 15, 2007, at 6:55 AM, Thomas Bruederli wrote: You are right, the specification isn't very precise. I've just added a tested browsers section. I took a look at it, I think the change makes what to use more clear . It's a wiki and registered users are able to add the browsers they

Re: [RCD] iPhone usability

2007-11-21 Thread chasd
I have done some work on this because I have been informed our company will have four iPhone users next week ;) Some questions : 1) Should I set up a separate theme, or modify the default theme ? Would it make sense to create a mobile theme, since Google's Android may create some specific

Re: [RCD] iPhone usability

2007-11-27 Thread chasd
Since there were no comments on my work with a patch for iPhone use, I created a Trac ticket ( #1484680 ) that has a zip file with a SVN diff and the three PNG files for the added button. Once I have access to an iPhone for more than a few minutes, I might want to work on a mobile device

[RCD] GoPHP5 Status

2008-01-25 Thread chasd
Let me first say I am happy with the progress of RoundCube and all the work the developers are doing. However, as part of my plans to migrate our servers to PHP5, I was wondering if there was any information about the status of the migration of RoundCube to PHP5. I remember that the

Re: [RCD] @Brett - forum suggestion

2008-02-05 Thread chasd
Before you log an issue we ask you to: 1. use the community to confirm the bug, test the patch or confirm the future request Could you clarify this procedure ? ( testing a patch is pretty clear, but the other parts are not clear for me ). Charles Dostale System Admin - Silver Oaks

Re: [RCD] @Brett - forum suggestion

2008-02-05 Thread chasd
User reports: Email causes loop One issue is that some of the reports may be on the users mail list, some may be on the forums. I don't know of a way to get those two ( and others I don't know about ) reconciled. If two users on the mail list report a bug, and two users on the forums

Re: [RCD] @Brett - forum suggestion

2008-02-05 Thread chasd
I call those drive-by bug reports. I'd welcome drive-by patches. ;-) Good one, made me smile today. But only to a certain extend. We also get the I can't send email-stuff which in 99.9% of all cases is config related. But I guess there are various things how we can improve that etc..

Re: [RCD] check.php (installer-light)

2008-02-12 Thread chasd
Fatal error: Call to undefined function: raise_error() in /Users/ chasd/Sites/roundcube/program/include/rcube_mdb2.inc on line 104 Did you just get the script or full trunk? svn update to rev 1050. Full trunk contains MDB2: Yeah I saw the A s next to the added files from the version I had

Re: [RCD] check.php (installer-light)

2008-02-12 Thread chasd
I use PostgreSQL ;) Ah, you are the one! (Just kidding.) Let me dig up if MDB2 has an abstraction. This error happens to me if I use MySQL, so I don't think it is a MySQL vs. PostgreSQL thing. I use a remote machine for the database(s). The database check in check.php works, so

Re: [RCD] check.php (installer-light)

2008-02-12 Thread chasd
On Feb 12, 2008, at 1:52 PM, till wrote: On Feb 12, 2008 8:35 PM, till [EMAIL PROTECTED] wrote: (...) Ah, you are the one! (Just kidding.) Let me dig up if MDB2 has an abstraction. http://pear.php.net/bugs/bug.php?id=13106 Sorry I am not as familiar with RC code, you have that in

Re: [RCD] check.php (installer-light)

2008-02-12 Thread chasd
() in /Users/ chasd/Sites/roundcube/program/include/rcube_mdb2.inc on line 104 Charles Dostale System Admin - Silver Oaks Communications http://www.silveroaks.com/ 824 17th Street, Moline IL 61265 ___ List info: http://lists.roundcube.net/dev/

Re: [RCD] check.php (installer-light)

2008-02-13 Thread chasd
I am not a PostgreSQL administrator - but do you need special privs to add functions, or can every use do that? Any user that can create tables, etc. can create functions. So the SQL file that creates the empty tables could also create the function. The pg_dump command ( like mysqldump ) will

Re: [RCD] Reviewing the installer script

2008-03-03 Thread chasd
On Mar 3, 2008, at 2:23 PM, till wrote: On Mon, Mar 3, 2008 at 7:12 PM, chasd [EMAIL PROTECTED] wrote: is displayed, which means the DES key creation is failing. The line in question $value = self::random_key(24); Isn't self:: PHP5, and you run PHP4, right? PHP 4.4.0 on that machine

Re: [RCD] Reviewing the installer script

2008-03-04 Thread chasd
On Mar 4, 2008, at 6:54 AM, Michael Baierl wrote: Thomas Bruederli wrote: Please let me know what you think of it and what's not working correctly. Thanks! Hi Thomas, the install script of stable complains about missing sockets: Sockets: NOT OK but everything works perfectly fine

Re: [RCD] Reviewing the installer script

2008-03-04 Thread chasd
This is fixed in 0.1-stable (WOO, this reads great!). :D Yes, there is a fresh smell in the air, and the birds are singing Beatles tunes. I missed that change yesterday because I modified my script that syncs my SVN checkout to the live directory on the dev server, which actually turned

Re: [RCD] Reviewing the installer script

2008-03-04 Thread chasd
I have to disagree here - as I already outlined before IMAPS is a bad idea if the IMAP host is running on the same machine as it does not increase security and just slows the system down. I don't use IMAPS either for my installs because it isn't necessary in my environment. So I would

Re: [RCD] Reviewing the installer script

2008-03-05 Thread chasd
during use, but moves them back so svn only downloads / applies changes. You could put an alias in your ~/.bash_profile something like this : alias svnup='cd /home/chasd/roundcube/trunk ; /bin/mv ./roundcubemail/ installer1 ./roundcubemail/installer ; /usr/bin/svn update ; mv ./ roundcubemail

Re: [RCD] Reviewing the installer script

2008-03-05 Thread chasd
I suppose the folder could be moved to/from a folder that is not web-accessible I think that is the best approach if you are concerned about security. You could have an apache directive forbidding access to installer1 but that would only further complicate the situation. If you have an

Re: [RCD] limiting maximum page size

2008-03-07 Thread chasd
I use RoundCube for our customers and me too. Sometimes I need to print list of emails of particular mailbox (mainly to report incidents or simply to create mail digest). In this case I need set a big page size because paging doesn't have sense in this scenario and applying different

Re: [RCD] Your opinion regarding CSS sprites (ticket #1484858)

2008-03-12 Thread chasd
On Mar 12, 2008, at 1:30 PM, Oscar Carlsson wrote: Hi everybody! Till asked me to ask the rest of the devs about their opinion regarding http://trac.roundcube.net/ticket/1484858, Speed up the interface loading by using CSS sprites for images. It wasn't that long ago that everyone

Re: [RCD] Your opinion regarding CSS sprites (ticket #1484858)

2008-03-12 Thread chasd
On Mar 12, 2008, at 2:45 PM, Michael Baierl wrote: I'm right now optimizing our companies homepage using Sprites and it's a lot of work and relatively complex, especially in terms of updates. For RC I don't think it's worth it as there are not too many images and the users are all

Re: [RCD] More info: httpd using 100% cpu...

2008-04-03 Thread chasd
On Apr 3, 2008, at 4:01 PM, till wrote: I haven't seen pine and mutt in ages. We use a desktop graphical MUA ( Thunderbird, Evolution, or Apple's Mail.app ), RoundCube, and also alpine ( the successor to pine ) for text logins. Example of text login use : A video editor is working in

Re: [RCD] [RCU] any info on performance on large sites?

2008-04-08 Thread chasd
On Apr 8, 2008, at 12:48 PM, Dennis Ortsen wrote: Hi everyone, I've searched the forum to find any solid info on performance statistics, but was unable to find anything I can relate to. I work at a university with about 30.000 students. My nephew attends the University of Maine -

Re: [RCD] Trunk updated to PHP5

2008-04-14 Thread chasd
On Apr 12, 2008, at 9:07 AM, Thomas Bruederli wrote: Hi everybody I just wanted to let you know that with revision 1291 the trunk version of RoundCube definitely dropped support for PHP 4. If you have a SVN checkout running on a PHP 4 installation you better not do an svn up. That

Re: [RCD] Trunk updated to PHP5

2008-04-14 Thread chasd
On Apr 14, 2008, at 1:02 PM, chasd wrote: That brings up the question of which SVN revision to use for 1.1 My apologies. I seem to have left off the important 0. in front of the version numbering. Even after reading my post over multiple times before sending. The correct version number

Re: [RCD] Trunk updated to PHP5

2008-04-14 Thread chasd
On Apr 14, 2008, at 2:40 PM, Jeff McClure wrote: If someone wants to get 0.1.1 from SVN, isn't the v0.1.1 tag the right way to do that? svn switch https://svn.roundcube.net/tags/roundcubemail/v0.1.1 Thanks for the reminder to use tags ;) If you do a checkout of that tag, it reports you

Re: [RCD] Trunk updated to PHP5

2008-04-14 Thread chasd
On Apr 14, 2008, at 3:16 PM, Jeff McClure wrote: Do an svn info on a working copy checked out from the v0.1.1 tag, and you should see (as I do) that the Last Changed Rev is 1259. Thanks for the explanation. Sorry for the chatter due to my confusion. Charles Dostale System Admin - Silver

Re: [RCD] after some profiling..

2008-04-29 Thread chasd
On Apr 28, 2008, at 6:49 PM, Justin Heesemann wrote: for large imap folders when the imap server supports sorting There were several posts that this change works well, but no mention of what IMAP server software was used in those tests. Courier - Web site [1] says IMAP extensions that

Re: [RCD] after some profiling..

2008-04-30 Thread chasd
Are you concerned that the change will break RoundCube on non- SORTing IMAP servers? Not really. He didn't change the logic that looks for the 'sort' capability in the capabilities list, so non-SORT-capable IMAP servers should work just as well as before the change (and benefit from

Re: [RCD] RC icon set

2008-10-03 Thread chasd
Where can I get the original icon set which was used in RC? This was asked and answered on the Users list a while ago. On Nov 14, 2007, at 2:54 AM, Thomas Bruederli wrote: On Nov 14, 2007 12:24 AM, Julien Wadin [EMAIL PROTECTED] wrote: I know that, my question was to know if there were some

Re: [RCD] Handling invalid address book entries

2008-10-15 Thread chasd
On Oct 15, 2008, at 11:08 AM, Ziba Scott wrote: Hi Till, Thanks for the response. I'd like to just quote everything and stick it in the database, but ticket 1463946: http://trac.roundcube.net/ticket/1463946 suggests that there is a set of characters that are undesirable to store

Re: [RCD] searching with SORT

2008-11-12 Thread chasd
On Nov 12, 2008, at 12:34 PM, A.L.E.C wrote: till wrote: Pretty impressive change. I take it SORT is advertised in the capabilities, right? Yes. Currenty we're using SORT command for messages list sorting and now for searching results also. Do you have a list of imapd's who support

Re: [RCD] searching with SORT

2008-11-12 Thread chasd
On Nov 12, 2008, at 4:08 PM, NetOne - Doichin Dokov wrote: chasd wrote: Are people using other IMAP software, and does that software support SORT dBmail also supports SORT. Until some months ago, it was not able to search in the messages' body, but it was fixed. I can confirm RC works just

Re: [RCD] Sending email address - address book

2009-01-08 Thread chasd
1. Make a global pref per user to enable it (bloats the contacts list) Both Apple's Mail and Thunderbird have this preference, it would be the most familiar to a wide range of users. Any known performance issues that could arise from a bloats contacts list ? 3. Always save them but

Re: [RCD] mime problem - excel file as text/plain

2009-01-22 Thread chasd
On Jan 22, 2009, at 10:13 AM, Thomas Bruederli wrote: I tend to switch back and just trust the mime-type submitted by the client (when uploading). Hmmm, that made my security radar do a beep. Trusting user input isn't always safe. An example with non-serious consequences : In a application I

Re: [RCD] mime problem - excel file as text/plain

2009-03-04 Thread chasd
Otherwise I wouldn't know why it doesn't work while a simple file does. They should use the same magic database in the end. First, trusting the mime-type from the client is very dangerous. On Fedora, the php-pear-Fileinfo package uses the same magic file that the command line file command

Re: [RCD] mime problem - excel file as text/plain

2009-03-04 Thread chasd
On Mar 4, 2009, at 10:56 AM, till wrote: Maybe we need a wiki page. @Charles, would you be so kind and start on one? I'd contribute some findings as well. Tell me where you'd like it, looking at the existing structure, a logical place doesn't pop out at me. -- Charles Dostale System

Re: [RCD] mime problem - excel file as text/plain

2009-03-05 Thread chasd
On Mar 5, 2009, at 4:57 AM, Balazs Horvath wrote: http://gaarai.com/2009/02/14/generating-mime-type-in-php-is-not-magic/ My summary : None of the hosting providers I use has the right fileinfo software, nor can I install it. (Hey man, how do you know that? I couldn't find that info in

Re: [RCD] Ticket #1485393: timezones are not localized

2009-04-06 Thread chasd
On Apr 4, 2009, at 7:09 AM, Frank van den Brink wrote: 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. Assuming that someone that uses a specific language

Re: [RCD] Hacker Magnet

2009-04-06 Thread chasd
On Apr 6, 2009, at 9:23 AM, two hundred wrote: Greetings, My apologies for the hit run but why are hackers looking for roundcube on our server ? Any web app that has known vulnerabilities gets targeted by bots looking for installs that haven't patched those known vulnerabilities.

Re: [RCD] Ticket #1485393: timezones are not localized

2009-04-06 Thread chasd
On Apr 6, 2009, at 12:07 PM, Frank van den Brink wrote: As can be seen in the patch, that is not what the change entails. It only removes the hardcoded timezone names, and instead loads these from a timezones.inc file in the locale directory of the user-selected language, similar to

Re: [RCD] repository for plugins using the API

2009-05-18 Thread chasd
On May 18, 2009, at 11:18 AM, till wrote: I'm working on a plugin repository. I think this is a great idea, but I see a concern. Maybe I am a suspicious, paranoid person, but would there be any procedure or process to make sure plug-ins don't contain malicious code ? I'm not suggesting

Re: [RCD] repository for plugins using the API

2009-05-18 Thread chasd
On May 18, 2009, at 3:02 PM, till wrote: No, I totally get your concern. OK, good, I'm not crazy. We talked about that part and we do plan to evaluate plugins before we host them. Peer review. Not that this is a procedure I recommend, by as an example Fedora requires any package proposed

Re: [RCD] Resply message

2009-05-26 Thread chasd
On May 22, 2009, at 7:48 PM, till wrote: You could a) add an option to identities to add the signature to the top and b) another one to define the delimiter (-- ). snip I think the so-called standard (signature at the bottom and -- as the delimiter) should be the default and then people

Re: [RCD] Encoding issue, possible workaround

2009-06-01 Thread chasd
On Jun 1, 2009, at 11:25 AM, Eric Stadtherr wrote: // Workaround for mail agents that include Windows-1252 characters // in text advertised as ISO-8859-1 if ($from == ISO-8859-1 preg_match(/[\x80-\x9F]/, $str)) $from = WINDOWS-1252; Since $str can be very large, isn't there a performance /

Re: [RCD] Encoding issue, possible workaround

2009-06-02 Thread chasd
On Jun 1, 2009, at 8:36 PM, till wrote: And what's the performance trade off to always converting? It isn't the processing to to do the encoding conversion, it is that each message has a regex search to see how it should be converted. The way I read that code, even if the message is UTF-8,

Re: [RCD] Encoding issue, possible workaround

2009-06-02 Thread chasd
On Jun 2, 2009, at 10:09 AM, Eric Stadtherr wrote: Like most other languages, PHP won't evaluate the second sub- expression in anexpression if the first evaluates to false. My proposed order was intentional based on that fact. OK, I don't have a hard CS background, didn't know that.

Re: [RCD] [RCU] recurring problem at the level of authentication and total absence of log

2009-11-25 Thread chasd
Sorry I was too busy yesterday to respond to your post on RCU. When I glanced at your post, I thought it might be mod_security causing the issue. [file /etc/httpd/modsecurity.d/ modsecurity_crs_21_protocol_anomalies.conf] [line 41] [id 960015] [msg Reque st Missing an Accept Header]

Re: [RCD] [RCU] recurring problem at the level of authentication and total absence of log

2009-11-25 Thread chasd
Research indicates that you referred me over file [r...@r13151 www]# find . -name '*.php' -exec grep -l header ('Content-Type: {} \; The regular expression got broken to an additional line by my MUA. Make sure that regex is all on one line, and then run that command. It looks like you'll

Re: [RCD] Messagetoolbar Icon State

2010-01-28 Thread chasd
On Jan 28, 2010, at 11:49 AM, chasd wrote: I'm working on porting my iPhone patch ( Trac ticket #1484680 ) to revision 3235. Yeah, nevermind. I see now that the command name I chose is reserved, and that brings in a bunch of other issues. The 0.3.x codebase is much different than the 0.2