lkehresman [Thu, 18 Jan 2001 01:26:53 +0000 (01:26 +0000)]
added documentation on how we fixed this problem
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@963
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 18 Jan 2001 00:50:38 +0000 (00:50 +0000)]
Added a much better fix for the IE/SSL problem. No security hazards
were introduced. I put the onetimepad code back to what it originally
was, and everything should work great now.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@962
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Wed, 17 Jan 2001 23:35:53 +0000 (23:35 +0000)]
CHEAP HACK to fix the problem. This should REALLY look at the first line
returned and check that for a standard structure thing and see if it extends
onto multiple lines. If so, there is always a size sent out, so have this
function scan past that size and then look for the end tag. Since I don't
have the time to delve into IMAP structure to get this done perfectly, I
just do a cheap hack to scan to see if there is at least one more character
incoming from the IMAP server. Maybe if I have time, I'll tackle this
further.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@961
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Wed, 17 Jan 2001 22:31:42 +0000 (22:31 +0000)]
Temporary fix for problem when reading a message and you get some weird
error message.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@960
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Wed, 17 Jan 2001 21:51:40 +0000 (21:51 +0000)]
Another fix for my broken code.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@959
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Wed, 17 Jan 2001 17:56:32 +0000 (17:56 +0000)]
parseAddrs now always returns an array (expected behavior)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@958
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Wed, 17 Jan 2001 17:14:49 +0000 (17:14 +0000)]
* Fixed typo.
* Changed two negations and OR into one negation and AND
- 1/2 the number of negations! :-)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@957
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Wed, 17 Jan 2001 17:11:20 +0000 (17:11 +0000)]
Changed the second ereg() function to a strcasecmp also.
Changed the "== 0" into negation
- faster than a compare by a nanosecond or less :-)
Same went for "else if" to "elseif"
(Hope I didn't break it again)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@956
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pallo [Wed, 17 Jan 2001 08:34:01 +0000 (08:34 +0000)]
Replaced an eregi() with strcasecmp() which should be considerably faster.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@955
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pallo [Wed, 17 Jan 2001 08:15:21 +0000 (08:15 +0000)]
Reverted 1.53->1.54 change because it introduced a bug (the new regexp was wrong).
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@954
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Wed, 17 Jan 2001 04:41:31 +0000 (04:41 +0000)]
fixed "cannot redeclare getPref()" error
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@953
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Wed, 17 Jan 2001 04:06:55 +0000 (04:06 +0000)]
added compose_form plugin hook
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@952
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Wed, 17 Jan 2001 03:40:55 +0000 (03:40 +0000)]
fixed select all bug with spaces in folder name
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@951
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Wed, 17 Jan 2001 01:06:57 +0000 (01:06 +0000)]
Finally fixed the IE/SSL download problem.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@950
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Tue, 16 Jan 2001 20:04:08 +0000 (20:04 +0000)]
changed version to: 1.0pre3 [cvs]
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@949
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 16 Jan 2001 19:24:00 +0000 (19:24 +0000)]
Why did we have two eregi() functions in a row? I changed it so one regexp
should do it.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@948
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 16 Jan 2001 19:14:29 +0000 (19:14 +0000)]
Fixed a bug where users that did not log in before would get tons of
Warning: REG_EBRACK in .../imap_mailbox.php on line XXX
Apparently the Trash and Sent folder need to be escaped, just in case they
have some special characters in them.
This only seemed to happen with FreeBSD and special folder names for the
Sent and Trash folder. Thanks to John Bolster for helping out!
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@947
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Tue, 16 Jan 2001 13:16:58 +0000 (13:16 +0000)]
changed nathan's web site
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@946
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Tue, 16 Jan 2001 13:03:05 +0000 (13:03 +0000)]
added personal web sites to AUTHORS file.. feel free to add yours if
you want it in there. (please use spaces instead of tabs if you do)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@945
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Tue, 16 Jan 2001 05:04:38 +0000 (05:04 +0000)]
fixed minor bug with expunge button not showing up
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@944
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Tue, 16 Jan 2001 00:22:31 +0000 (00:22 +0000)]
Updated polish translation
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@943
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 15 Jan 2001 19:48:40 +0000 (19:48 +0000)]
changed date in changelog
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@942
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lbergman [Mon, 15 Jan 2001 19:11:00 +0000 (19:11 +0000)]
patch a security hole in UW
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@941
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 15 Jan 2001 15:54:00 +0000 (15:54 +0000)]
added new hook info to docs
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@940
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 15 Jan 2001 15:29:09 +0000 (15:29 +0000)]
added a hook in header
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@939
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 15 Jan 2001 14:40:02 +0000 (14:40 +0000)]
added fix for translations (changed some ' to ")
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@938
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 15 Jan 2001 14:34:13 +0000 (14:34 +0000)]
Fixed a security hole with regard to themes.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@937
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Mon, 15 Jan 2001 03:08:27 +0000 (03:08 +0000)]
Added patch 103186 -- $HTTPS variable checking to case insensitive.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@936
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Sat, 13 Jan 2001 20:43:24 +0000 (20:43 +0000)]
made $sent_folder global so that the 'from' column would now be named 'to'
for messages in the $sent_folder.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@935
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Sat, 13 Jan 2001 16:01:43 +0000 (16:01 +0000)]
changed some error messages to be formatted, and actually meaningful
(didn't break string freeze)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@934
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Thu, 11 Jan 2001 15:01:16 +0000 (15:01 +0000)]
Regarding username='DELETED' bug (Opera and apparently IE 3) - forgot to
change 'username' to 'login_username' in one spot.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@933
7612ce4b-ef26-0410-bec9-
ea0150e637f0
gpadgham [Thu, 11 Jan 2001 14:33:36 +0000 (14:33 +0000)]
o PHP 4.0.4 seemed to have problems with the usort function being defined inline with another function. This should fix that.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@932
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Thu, 11 Jan 2001 06:29:17 +0000 (06:29 +0000)]
Felt like quadrupling the amount of work done in read_body.php
On a whim, removed the duplicate address problem with reply_all link
Accidentally just made Luke's change obsolete. (sorry man)
This is what happens when my mind starts churning ...
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@931
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 11 Jan 2001 02:01:13 +0000 (02:01 +0000)]
fixed some problems with reply all
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@930
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 11 Jan 2001 01:23:59 +0000 (01:23 +0000)]
fixed the "Select All" bug (bottom string didn't change to "Unselect All"
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@929
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 11 Jan 2001 01:14:46 +0000 (01:14 +0000)]
possible fix for IE/SSL problem
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@928
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 11 Jan 2001 01:12:41 +0000 (01:12 +0000)]
made deleted (but not expunged) messages easier to detect
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@927
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 11 Jan 2001 00:59:45 +0000 (00:59 +0000)]
fixed bug #128278 - size not displayed correctly when searching
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@926
7612ce4b-ef26-0410-bec9-
ea0150e637f0
mattphillips [Wed, 10 Jan 2001 21:23:22 +0000 (21:23 +0000)]
Patch contained in "[ Bug #128309 ] m$ exchange bug workaround". Exchange was
erroniously reporting an error. This patch ignores it.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@925
7612ce4b-ef26-0410-bec9-
ea0150e637f0
mattphillips [Wed, 10 Jan 2001 21:02:38 +0000 (21:02 +0000)]
Fix for [ Bug #125985 ] Random Login Failure. Sometimes funky characters in
the onetimepad weren't coming back out of the session correctly. The
onetimepad is now base64_encoded in the session.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@924
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lbergman [Wed, 10 Jan 2001 14:26:38 +0000 (14:26 +0000)]
Sorry, I missed a line. Now its clean.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@923
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lbergman [Wed, 10 Jan 2001 14:13:40 +0000 (14:13 +0000)]
deleted old files, removed old help stuff from webmail.php
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@922
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Wed, 10 Jan 2001 04:36:00 +0000 (04:36 +0000)]
greatly improved speed and memory management of download of attachments.
it doesn't save the file in memory, it now feeds it line-by-line.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@921
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 9 Jan 2001 23:07:18 +0000 (23:07 +0000)]
Changed timeout from 0 seconds (died for me constantly) to 15 seconds.
Now I can log into my email. :-)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@920
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Tue, 9 Jan 2001 01:12:47 +0000 (01:12 +0000)]
* Removed sqimap_mailbox_close() function -- automatically expunges mailbox
when it closes. Someone suggested that we use this, and I hadn't
researched its functionality enough before implementing
* Made the $auto_expunge variable actually do something.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@919
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Tue, 9 Jan 2001 01:02:27 +0000 (01:02 +0000)]
added Taiwan transation
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@918
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 8 Jan 2001 21:40:20 +0000 (21:40 +0000)]
fixed an error that wouldn't display "Password Incorrect". This cropped
up when we added redirect.php. Fixed now.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@917
7612ce4b-ef26-0410-bec9-
ea0150e637f0
thomppj [Wed, 3 Jan 2001 18:31:47 +0000 (18:31 +0000)]
Changed mailbox display so that flags would be aligned center.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@909
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pallo [Wed, 3 Jan 2001 14:12:43 +0000 (14:12 +0000)]
Fixed bug #126497 + problem with error handling in src/addressbook.php.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@908
7612ce4b-ef26-0410-bec9-
ea0150e637f0
mattphillips [Wed, 27 Dec 2000 13:58:56 +0000 (13:58 +0000)]
Removing test file.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@907
7612ce4b-ef26-0410-bec9-
ea0150e637f0
mattphillips [Wed, 27 Dec 2000 13:55:59 +0000 (13:55 +0000)]
Testing.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@906
7612ce4b-ef26-0410-bec9-
ea0150e637f0
mattphillips [Wed, 27 Dec 2000 13:53:43 +0000 (13:53 +0000)]
Still testing.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@905
7612ce4b-ef26-0410-bec9-
ea0150e637f0
mattphillips [Wed, 27 Dec 2000 13:29:52 +0000 (13:29 +0000)]
Just testing...
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@904
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Wed, 27 Dec 2000 05:38:42 +0000 (05:38 +0000)]
Stupid typo that I made is now fixed
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@903
7612ce4b-ef26-0410-bec9-
ea0150e637f0
mattphillips [Wed, 27 Dec 2000 01:24:11 +0000 (01:24 +0000)]
Testing. Sorry.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@902
7612ce4b-ef26-0410-bec9-
ea0150e637f0
mattphillips [Wed, 27 Dec 2000 01:23:28 +0000 (01:23 +0000)]
Appologies.... Testing.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@901
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 26 Dec 2000 17:00:02 +0000 (17:00 +0000)]
Moved the force_username_lowercase stuff to redirect.php
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@900
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 26 Dec 2000 16:59:26 +0000 (16:59 +0000)]
Fixed problem where username was overwritten with cookie's value in Opera.
Hopefuly the end of the quotemeta problem for usernames and passwords.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@899
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 26 Dec 2000 16:58:01 +0000 (16:58 +0000)]
Fixed problem where $username was being overwritten with the cookie's value
in Opera.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@898
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 26 Dec 2000 16:55:32 +0000 (16:55 +0000)]
Hopefully killing the quotemeta and login problems with funny characters
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@897
7612ce4b-ef26-0410-bec9-
ea0150e637f0
centaurix [Tue, 26 Dec 2000 00:25:42 +0000 (00:25 +0000)]
Applied patch #102655. Ha! my first commit !
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@896
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pallo [Mon, 18 Dec 2000 13:44:38 +0000 (13:44 +0000)]
The configured IMAP folder delimiter ($optional_delimiter) was never used (it
was always detected). Fixed that.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@895
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pallo [Mon, 18 Dec 2000 13:13:52 +0000 (13:13 +0000)]
Fixed bug in readShortMailboxName() if "needle" (delimiter) is empty.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@894
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Fri, 15 Dec 2000 17:08:58 +0000 (17:08 +0000)]
This fixes SquirrelMail's inability to download large attachments. You
still may need to tweak PHP's .ini file, but that isn't something that can
be done in SM.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@893
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Fri, 15 Dec 2000 16:54:50 +0000 (16:54 +0000)]
Forward of attachments is fixed, I think. :-)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@892
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Fri, 15 Dec 2000 15:40:21 +0000 (15:40 +0000)]
Another array detection "if" statement.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@891
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 14 Dec 2000 18:33:51 +0000 (18:33 +0000)]
added catalan help translation
updated korean, spanish, and catalan translations
changed version to 1.0pre2
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@890
7612ce4b-ef26-0410-bec9-
ea0150e637f0
ondrass [Thu, 14 Dec 2000 16:09:55 +0000 (16:09 +0000)]
imap_mailbox: Fixed minor bug in sqimap_mailbox_list
imap_general: Added sqimap_capability function to check capabilities of server.
imap_general: Rewrote sqimap_get_delim to use NAMESPACE capability (if available) to get delimiter.
Whole issue is more complicated, because you can have more NAMESPACES on IMAP server.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@889
7612ce4b-ef26-0410-bec9-
ea0150e637f0
ondrass [Thu, 14 Dec 2000 15:25:25 +0000 (15:25 +0000)]
You havta do http redirect at the end of page.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@888
7612ce4b-ef26-0410-bec9-
ea0150e637f0
ondrass [Thu, 14 Dec 2000 15:10:31 +0000 (15:10 +0000)]
Updated language name for Czech Language
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@887
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 14 Dec 2000 02:54:00 +0000 (02:54 +0000)]
fixed the bug of not being able to have a period on a blank line when
sending a message (RFC281, section 4.5.2)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@886
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Wed, 13 Dec 2000 23:38:03 +0000 (23:38 +0000)]
Fixed bug where str_repeat was called with 0 as multiplier. Simple "if"
statement around the command. :-)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@885
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Wed, 13 Dec 2000 21:46:42 +0000 (21:46 +0000)]
updated squirrelmail.po
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@884
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Wed, 13 Dec 2000 20:36:39 +0000 (20:36 +0000)]
Updated folder displaying code with changes we discussed on list
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@883
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Tue, 12 Dec 2000 00:53:23 +0000 (00:53 +0000)]
fixed bug in quotemeta() patch (was applied to the wrong variable) :)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@882
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lbergman [Mon, 11 Dec 2000 17:22:13 +0000 (17:22 +0000)]
Applied qoutemeta patch
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@881
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pallo [Sat, 9 Dec 2000 15:22:00 +0000 (15:22 +0000)]
Fixed how folder names are formatted in a hierarchy of folders.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@880
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pallo [Sat, 9 Dec 2000 15:18:35 +0000 (15:18 +0000)]
Folders below the trash folder are deleted instead of being moved to trash
when the user delete them.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@879
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Sat, 9 Dec 2000 14:55:58 +0000 (14:55 +0000)]
submitted patch from Stefan Sels that fixes the i18n problem (hopefully)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@878
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pallo [Thu, 7 Dec 2000 13:43:38 +0000 (13:43 +0000)]
Fixed bug #124841 where the Content-Type header charset wasn't parsed correctly.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@877
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 7 Dec 2000 05:01:27 +0000 (05:01 +0000)]
fixed some problems and improved "view header" functionality
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@876
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 7 Dec 2000 03:36:09 +0000 (03:36 +0000)]
fixed an HTML rendering bug in search display
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@875
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 7 Dec 2000 03:12:48 +0000 (03:12 +0000)]
added redirect.php
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@874
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 7 Dec 2000 03:10:21 +0000 (03:10 +0000)]
applied the patch that uses redirect.php for login
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@873
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Wed, 6 Dec 2000 19:32:17 +0000 (19:32 +0000)]
fixed bug that didn't display page header after files were attached
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@872
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Wed, 6 Dec 2000 15:35:30 +0000 (15:35 +0000)]
- added patch to fix bugs with renaming folders
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@871
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Wed, 6 Dec 2000 15:23:27 +0000 (15:23 +0000)]
- added patch from srakhada that uses quotemeta() function around password to allow
special characters in password.
- added patch from dave_michmerhuizen@yahoo.com to do folder sorting with case insensativity
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@870
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Wed, 6 Dec 2000 15:01:52 +0000 (15:01 +0000)]
added config option to specify the IMAP folder delimiter, rather than
autodetecting all the time (which doesn't work on some servers, apparently)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@869
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Wed, 6 Dec 2000 13:22:42 +0000 (13:22 +0000)]
- fixed bug in conf.pl where no default was set for $force_username_lowercase
- fixed bug in download.php that didn't display rtf correctly
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@868
7612ce4b-ef26-0410-bec9-
ea0150e637f0
thomppj [Wed, 6 Dec 2000 08:40:08 +0000 (08:40 +0000)]
Removed cache-control header
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@867
7612ce4b-ef26-0410-bec9-
ea0150e637f0
thomppj [Wed, 6 Dec 2000 08:33:21 +0000 (08:33 +0000)]
little fix
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@866
7612ce4b-ef26-0410-bec9-
ea0150e637f0
thomppj [Wed, 6 Dec 2000 00:54:14 +0000 (00:54 +0000)]
Added security update to IE/SSL/Attachment Bug fix
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@865
7612ce4b-ef26-0410-bec9-
ea0150e637f0
thomppj [Wed, 6 Dec 2000 00:36:14 +0000 (00:36 +0000)]
Fixed IE/SSL/Attachment Bug!!!
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@864
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Tue, 5 Dec 2000 21:13:51 +0000 (21:13 +0000)]
fixed no signature problem
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@863
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 5 Dec 2000 19:53:38 +0000 (19:53 +0000)]
Fixed the startMessage stuff for the Select/Unselect All links
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@862
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 5 Dec 2000 19:43:52 +0000 (19:43 +0000)]
mime_fetch_body reworked to fix a bug I found on my system. It also now
uses imap_read_data() instead of reading data directly.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@861
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Tue, 5 Dec 2000 16:12:32 +0000 (16:12 +0000)]
added patch from tcabot for a pure HTML method of selecting all messages
in your current folder. Works wonderfully as far as I can tell.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@860
7612ce4b-ef26-0410-bec9-
ea0150e637f0
gustavf [Tue, 5 Dec 2000 15:02:32 +0000 (15:02 +0000)]
Added missing ';' in ISO-8859-1
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@859
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lbergman [Thu, 30 Nov 2000 15:03:42 +0000 (15:03 +0000)]
Applied patch from Jeff Evans to fix forward attachment problem
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@858
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 30 Nov 2000 03:03:14 +0000 (03:03 +0000)]
fixed bug with one line length text message with an attachment not displaying.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@857
7612ce4b-ef26-0410-bec9-
ea0150e637f0