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 does is as soon as the page has completed loading in the user's 
browser,
move the input cursor to the "To" field.

What you're describing sounds like the page is loading a little slower than your user's
habits of diving right in before the page loads. They manage to get a few characters
typed in right before the page has completed loading and then they're moved to another
field.

You can turn off JavaScripting all together from the Options -> Display Preferences, 
but
I don't think that's a very good alternative. You can always edit compose.php and 
search
for the exact JavaScript function the onLoad handler calls and comment out any field
with a ".focus()" statement at the end (this would probably be what I would do if I
really wanted to solve this problem).

Or, what I would tell my users, just wait a second longer for the page to completely
load   :)

Hope this helps.

Andre


> I've had a lot of complaints about an issue that has to do with
> Javascript I believe. Some have said it's been since I installed the Dictionary 
> plugin
but I suspect it's something else.
>
> When you open a new message, and then hit "reply", and then click the mouse in the
main text area you can type about 4 letters and then the cursor jumps to the "to" line
and starts typing up there.  This makes it a pain to use the web client.




---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[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? When
installing SQ 1.4.0, I made no other modifications to anything else on the system.

Certain, few, users (over 600 in total) are receiving this error after logging in:
ERROR : Bad or malformed request.
Query: FETCH 231,232,233 (FLAGS BODY.PEEK[HEADER.FIELDS (RECEIVED)])
Server responded: Unrecognized UID subcommand

I've tried turning off "Enable UID support" from the config but then it yeilds this 
error:
ERROR : Bad or malformed request.
Query: FETCH 2,3,4 (FLAGS BODY.PEEK[HEADER.FIELDS (RECEIVED)])
Server responded: Null command

It's very strange that only some would get this error. I've checked their mailboxes on
the Cyrus DB and the /var/spool/imap/users directory -- rebuilt, re-SQUATed, reindexed,
everything I could think of but nothing changes for these users. If their mailbox
contains no messages, they log in just fine; if they've got even one message, this 
error
comes up after logging in.

I don't mind sticking with 1.2.11 because it works but I'd rather use 1.4.0 because 
it's
the latest and that's where development is now. Alot of the plugins dropped support
before 1.4.x

Any help would be greatly appreciated,
Andre

Server configuration:
Apache 1.3.27
PHP 4.1.2
Cyrus 2.1.13
SASL 2.1.13 with MySQL authentication
Sendmail 8.11.6




---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


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 form, then it'll be more like those free webmail
sites.

Neo-Anime
http://www.neo-anime.org/mail

I use SQ specifically for giving out free e-mails. Everyone one of my users that I've
talked to about SQ tells me they love it BTW  :)

Andre

> All,
>
> I was talking with an employer today about what I do with all my free time (sheesh, I
> really need to take a day in the woods!  make that a week!), and he expressed an
> interest in checking out SquirrelMail.  Obviously, I can provide an email address to
> people that express such an interest to me personally, but it'd be really nice to see
> a list of organizations that offer free email services that include SquirrelMail.  It
> could be posted on the wiki...
>
> The only one I know of off the top of my head is riseup.net, which curiously offers
> IMP in parallel...
>
> Anyone?
>
>   - Paul




---
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[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 messages in the right frame),
when clicking on the 'Toggle All' JavaScript link, it scrolls the window to the top.
This irritates me (little things like this get to me).

I edited the function get_selectall_link() in ./functions/mailbox_display.php as 
follows:

Line 832:
---
. '' . _("Toggle All")

TO

. '' . _("Toggle All")
---

Making the return value of the onClick handler false will leave the browser in its
current state and *not* execute the href value in the anchor -- which in this case is
instructing the browser to scroll to an empty bookmark (or, the top of the page).
Returning false will not execute the href value and not make your browser scroll to the
top  :)

I'll step aside for others to post some real problems now, just wanted to share  :P

Andre




---
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


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 -- the path to the socket it looks like but I'm pretty sure that's not
needed for the DSN. If you wanted to specify a port number it would be the usual :5432
at the end followed by the table name (file). Try something like this instead:

$prefs_dsn = 'pgsql://[EMAIL PROTECTED]/admin';

Also, is postmaster not running on the localhost but instead on the machine 'unix'?
squirrel's password was also left out. This is OK if there is no password, but
otherwise:

$prefs_dsn = 'pgsql://squirrel:@unix/admin';

>
> Yet on login I get
> "Preference database error (unknown error). Exiting abnormally"
> This is with cvs squirrelmail of today, and DB.1.4.0. Should that not work? (socket
> exists, squirrel has rights to table userprefs in database admin)

Check your logfile. I compile Postgres to /opt/pgsql and log everything to
/opt/pgsql/logfile but my setup is non-standard. Check /var/log perhaps?

>
> Any thoughts on how to actually find out what the error is?

I'm not entirely sure, just taking some wild guesses hoping one of them might help  :)

Andre




---
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


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 message in its own window (or tab) and /then/ change 
the
encoding, it will display fine. Or you can change SM's language settings (Options ->
Display Preferences -> Language) to Japanese it will also work.

Would be nice if when selecting the message the script would pick up on its encoding 
and
change the frame's encoding before displaying the message. Is this possible?

Andre

> Hello everyoneHere is my problem. The weird symbols below is typed
> in Japanese. To get it to display the Japanese language, I would go to the
> menu click on "view", "encoding", and select Japanese. That work in
> Yahoo.Now I tried it in squirrelmail. Right after I select
> Japanese under "encoding", the page reload back to the INBOX showing
> a list of my emails. I click on that email again, and the email is still
> display in the weird symbols. I check my encoding and it was back its
> default setting "Western European". It seem the resaon I can not get the
> message symbols translated to Japanese because the page will reload to the
> INBOX page everytime I select Japanese under encoding. By
> reloading back to the INBOX page, the encoding default back to
> "western European".  Is there a way to prevent
> squirrelmail from reloading back to the INBOX page after I select a
> different encoding for my email message?Please
> help Original Message
>  Subject: Re: About Japanese languageFrom:
> "James Jack Bond" Date: Thu, June 26,
> 2003 11:54 amTo:
> [EMAIL PROTECTED](a.k.a.
> James Jack Bond)Web Site: Creative Factory Inc.Raymond Luong



---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


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, Pierre Volcke wrote...
>
>> I cannot find the "download this as a file" feature in the 1.4 , which was
>> available in 1.2.x at the bottom of the view message windows.
>> Does somebody know how to get it back ? (as a plugin, maybe..?)
>
> Try updating to the latest CVS version of the 1.4 branch, and see if
> the issue has been resolved.
>
> --
> Jon Angliss
> ([EMAIL PROTECTED])



---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


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 specific my question.
>
>
> I build a windows 2000 server + exchange 2000 server
> now I want to build squirelmail to replace OWA
>
>
> ok, everything is fine, squirrelmail can logging, but every time I want to access 
> emaik
> through squirrelmail,
> change to INBOX,
>
> will get a error :
>
> ERROR : Bad or malformed request.
> Query:
> Server responded: Protocol Error: "Illegal command specified for UID command".
>
> if no mail in INBOX, will  normal display, but if has mail.will get error.
>
>
> BUT if I used email client like outlook express to create a IMAP mail box, will 
> working.
>
> I really don't know where I setting wrong or?
>
> PLS give me some ideaBIG thanks.
>
>
> webmail server : RedHat 7.3 +  php-4.1.2-7.3.6 + php-4.1.2-7.3.6 +
> squirrelmail-1.4.0-1.7.x
>
>
>
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
>
>
>



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


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 the TAB key via JavaScript? Or it may be 
possible
using Mozilla/Firebird/Netscape to alter the function of the TAB key, but IE is out of
the question.

Write the body of your e-mail in a text editor (Notepad, Write, vi anyone?) where you
can TAB away and cut & paste it back in the compose window in SM.

Andre

> 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.
>
> Thanks,
> Stephen


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


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.0 release. I'm
pretty sure that the three files mentioned above have been altered since the plugin was
originally released and mixing his version of the files with 1.4.1 will produce weird
results.

Try manually editing those named files with the instructions included in the plugin.
That's what I had to do and it's working fine on the 1.4.1 CVS.

Andre

(I hope I didn't sound /too/ confusing)

> Have been using SM for what seems like ages now, got past the Cobalt Qube
> PHP 4.0.6 S L O W system and now using SME 5.6 on a P4 2.5 1gb RAM
> (heavenly f a s t ).
>
> Just tried 1.4.1 after Chris Hilts annoncement, and found message flags
> plugin gets header already sent errors for each message.
>
> I have successfully installed it on 1.4 and (lazy) put 1.4.1 on and then
> copied data, config and the changes to functions and src from the plugins
> directory.
>
> Has it changed or have I installed wrong?
>
> Adrian Jones


---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


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 SM developers would be nice :)

Andre


> If my understanding is correct you will need to put the code at the top of
> each .php file.  Can any php experts on the list confirm this or
> otherwise?
>
>> I don't code, but I'm willing to try this.  What file would I put this
>> into-
>> login.php?  src/webmail.php?
>>
>>>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>>> I'm not a php expert but isn't there a
>>> session_cache_limiter();
>>> function that can be used to stop the browser caching?
>>>
>>> i.e.
>>>
>>> >> /* set the cache limiter to 'nocache' */
>>>   session_cache_limiter('nocache');
>>>   session_start();
>>> .
>>> ?>
>>>
 I have just set up our SM server and my boss tried it and he points out
>> if
 someone were using SM at a public terminal, and they didn't log out,
 but
 just headed to another web site, then the next person in line could
 backpage
 right into their account.  He wants a solution to this (and he doesn't
 want
 to put the burden onto the users to be responsible for signing out).
 Is
 there a way to force an SM user's browser to not cache pages?  Or is
>> there
 a
 way to know if a user leaves the SM session, so the cached credentials
 could
 be deleted?  Other suggestions?
>>
>>
>>
>>


---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


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+textarea+tab&sourceid=opera&num=0&ie=utf-8&oe=utf-8)
> reveals a few sites that discuss this very thing, the first one on the
> list happens to be:
> http://www.siteexperts.com/tips/elements/ts34/page1.asp?main=on
>
> In short, this can be done in IE with some IE-specific coding, but there's
> nothing that will work in all browsers.

Like I said in my first post, it's possible but you'll have to tackle the JavaScript 
for
each browser (and different versions) for capturing the TAB key. IMO this doesn't seem
like a very productive application for SM to consider. This would seem more fitting for
a plugin.

But really, is not being able to insert TABs in a textarea input that big of an
obstacle? How about a couple of spaces?

Andre



---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


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 other programming language,
it's well worth your time to actually spend it learning the language and worrying about
the IDE later on after you've gotten a little bit of coding under your belt. I got
started learning PHP using Notepad, and still use it when on Windows.

With that being said, I've used PHPEdit (back in the day when I used to sneak
programming in at my graphic design job) and while the syntax highlighting is very nice
to have I thought there was way too much bloat. Way too many "features" that just plain
got in the way of coding.

But this is going way off topic...

Andre

> Hello Paj,
> On Monday, July 21, 2003, Paj wrote...
>
>> Hi
>
>> I have been using Squirrelmail for a while now without really
>> understanding how it works. I now have a PHP book to help me learn.
>
>> Can anyone recommend a free PHP editor program for WinXP?
>
> VIM?  Takes a little getting used to be a very powerful program.
>
>> I have downloaded PHPEdit (http://www.phpedit.com). Is this any good or is
>> there something better?
>
> I had a lot of problems with phpEdit, after it decided to destroy all
> my file associations, and be buggy as hell. If you can swing about £16
> ($26), then I recommend TextPad, it's not strictly a PHP Editor, but
> it has customisable syntax files, and some very powerful features.
> Well worth the £16 I think.
>
> --
> Jonathan Angliss
> ([EMAIL PROTECTED])
>
>
>
> ---
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
> same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
> --
> squirrelmail-users mailing list
> List Address: [EMAIL PROTECTED]
> List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
> List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>
>



---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


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.

Andre


> Has anyone gotten SM to work with PHPWebhosting.com ? They are my provider, I am not
> sure if they are running IMAP or not, I know they are using Sendmail.  If anyone can
> help or knows of a good configuration for phpwebhosting.com, please drop me a line.
>
> -Joel Seligstein
> [EMAIL PROTECTED]
> www.seligstein.com



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


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
(B>> usage, so when somebody gets overquotated and try to erase some messages
(B>> from the inbox, the webmail gives the following error " [ALERT] You
(B>> exceeded your mail quota." What can I do to set "No trash quota"??
(B>
(B> If your IMAP server supports quota per folder, you can change it there. I
(B> don't know of any SquirrelMail feature or plugin that turns such a feature
(B> (if it even exsists) on or off. Again, read the FAQ, especially
(B>  and the other
(B> pages about quota.
(B
(BRemoving the quota on the Trash folder for every current account and any new 
(Baccounts
(Bcreated on the system can easily turn in to maintenance hell. The users will 
(Balso most
(Bcertainly abuse the fact that there's a folder with no quota in their account 
(B(even if
(Bit's automatically pruned daily).
(B
(BThe problem, as I understand it in SquirrelMail, is that when a message is 
(Bdeleted, it
(Bis first /copied/ to the Trash folder and then it is removed from its original 
(Blocation.
(BThe error occurs when the account is already over quota and the message is 
(Battempted to
(Bbe copied to the Trash folder and of course fails.
(B
(BThis is nothing new and it's been reported before here on this list, but I 
(Bdon't think
(Bthere's a solution other than disabling the Trash folder -- which isn't a 
(Bsolution, only
(Ba work-around really. A patch has been submitted which seems like a possible 
(Bsolution
(Bbut it hasn't been touched in years
(B
(Bhttp://sourceforge.net/tracker/index.php?func=detail&aid=646386&group_id=311&atid=300311
(B
(BI've been just recently thinking about this problem again and have been 
(Bwondering
(Bwhether to update the patch for SM 1.4.4 or look at creating some kind of 
(Bplugin, if
(Bit's possible. There is a note on 
(Bhttp://www.squirrelmail.org/wiki/en_US/DisableTrashcan
(Bthat does mention that "Starting with SquirrelMail v1.5.0, there is a "Bypass 
(BTrash"
(Bcheckbox when viewing the message list or a message's content, that can be used 
(Bto
(Bdelete mails..." so maybe I should just continue to wait?
(B
(BThis issue has been a huge problem for my users using SquirrelMail.
(B
(BAndre Nicholson
(B
(B
(B
(B---
(BSF email is sponsored by - The IT Product Guide
(BRead honest & candid reviews on hundreds of IT Products from real users.
(BDiscover which products truly live up to the hype. Start reading now.
(Bhttp://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
(B--
(Bsquirrelmail-users mailing list
(BPosting Guidelines: 
(Bhttp://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
(BList Address: squirrelmail-users@lists.sourceforge.net
(BList Archives: 
(Bhttp://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
(BList Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
(BList Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users