Re: [SM-USERS] Javascript Issue?

2003-06-09 Thread Andre Nicholson
^^; Sorry Paul for sending it directly to your address. I didn't realize it until after I send it. I meant to send it to the list for everyone to read. First time poster, what do you expect :) Whenever composing an e-mail, there is a JavaScript onLoad handler for the compose.php file. What this

[SM-USERS] Unrecognized UID Subcommand

2003-06-10 Thread Andre Nicholson
This is my first time posting a problem to the list, I've searched the archives but couldn't find anything of help on this error. I've been running SQ from the early 1.2.x days and never received this error until I upgraded to 1.4, so I'm thinking something's changed in the IMAP libraries maybe? W

Re: [SM-USERS] Where are free email services using SquirrelMail?

2003-06-13 Thread Andre Nicholson
I'm offering this service on one of my sites right now. The signup is flakey in that you don't really signup, instead create a "request for signup" (I have to manually create the account). If I had more time I could finish the PHP/Perl scripts to automatically create users after filling out the fo

[SM-USERS] 'Toggle All' JavaScript Link Flaw

2003-06-13 Thread Andre Nicholson
This definetely isn't a bug in SM and I'm most certainly nit-picking here, but... SquirrelMail 1.2.11 -- line 832 SquirrelMail 1.4.0 -- line 878 (not sure about any other versions but I'm sure it's in the get_selectall_link() function) In the script right_main.php (the one that displays your me

Re: [SM-USERS] userprefs dsn

2003-06-13 Thread Andre Nicholson
> $prefs_dsn = 'pgsql://[EMAIL PROTECTED](/tmp/.s.PGSQL.5432)/admin'; > $prefs_table = 'userprefs'; Postgres will default to port 5432, so unless you've got it running on some other port, leave that part out. Actually, I'm not even sure what the "(/tmp/.s.PGSQL.5432)" part is supposed to be -- th

Re: [SM-USERS] Bug when trying to display email in different language

2003-06-26 Thread Andre Nicholson
I have this problem all the time actually! SM uses frames so when you change the encoding, you're changing the encoding for all the frames at once. Apparently this has a side effect on the right frame and causes it to go back to INBOX, I get it all the time. I've found that if you open the messag

Re: [SM-USERS] missing "download this as a file" link (1.4)

2003-06-27 Thread Andre Nicholson
Just switched out SM 1.4.0 to 20030626_1641-CVS. I had a user complain about this feature last week telling me he uses it all the time and loved it; it's still missing from the 1.4.x series. I believe it was last in ./functions/mime.php in 1.2.11 Andre > Hello Pierre, > On Friday, June 27, 2003,

Re: [SM-USERS] squirrelmail in front of the Exchange 2000

2003-07-02 Thread Andre Nicholson
I had this *exact* problem with 1.4.0 on my system. This error is caused by the filter plugin. Options I first used was to turn off the plugin (big mistake when you receive hundreds of e-mails every day). Upgrade to latest CVS, the 1.4.1 branch fixed this bug. Andre > PLS give me some time to sp

Re: [SM-USERS] Tab in compose window

2003-07-03 Thread Andre Nicholson
Someone correct me if I'm wrong but this is a function of your browser/OS and not SM. I've never been on a [modern] OS using a modern browser where TAB didn't move your text input to to the next field. I don't think you could alter this function, not unless someone would like to tackle capturing th

Re: [SM-USERS] Message flags

2003-07-08 Thread Andre Nicholson
How did you install the plugin? Did you simply overright the default SM PHP files with the plugin's versions (left_main.php, move_message.php and mailbox_display.php) or manually edit the original files adding the additional code? The 3 files that come attached to that plugin are meant for the 1.4

RE: [SM-USERS] How to improve security for SM users

2003-07-08 Thread Andre Nicholson
The statement: session_cache_limiter('nocache'); would need to come before any calls to session_start(). So not necessarily every PHP file but every PHP file that made a call to session_start() instead. Although, I have no clue how sessions are maintained in SM PHP wise so a word from one of the

Re: [SM-USERS] Tab in compose window

2003-07-08 Thread Andre Nicholson
> Stephen Lee said: >> How do I enter a Tab in the compose window to either generate white >> spaces or a true Tab? Currently Tab only moves focus to the next button. >> I'm running SM 1.2.11, RH7.3/php4.3.1/IE6. > > A quick Google search > (http://www.google.com/search?q=internet+explorer+html+tex

Re: [SM-USERS] Best or Recommended PHP editor

2003-07-21 Thread Andre Nicholson
I'm using vim exclusively for all my programming needs actually. When you stare at code for 10+ hours every it helps to have that syntax highlighting there :) Only drawback is the classic vi vs. emacs debate that goes on at the office x_x It's also work mentioning that when learning PHP, or any

Re: [SM-USERS] phpwebhosting?

2003-08-14 Thread Andre Nicholson
>From their breakdown ( http://phpwebhosting.com/host_details.html ): "It's finally here! Un-metered pop3 mailboxes!" I'm guessing you'll have to wait longer for IMAP. They make no mention of anything IMAP. Nothing is preventing you from setting up your own IMAP server and having SM use it. An

Re: [SM-USERS] Imap errors, and overquota problems

2005-03-07 Thread Andre Nicholson
>> The second problem is that mails in trash folder still counting on quota >> usage, so when somebody gets overquotated and try to erase some messages >> from the inbox, the webmail gives the following error " [ALERT] You >> exceeded your mail quota." What can I do to set "No trash quota"