squirrelmail.git
23 years ago* Fixed typo.
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

23 years agoChanged the second ereg() function to a strcasecmp also.
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

23 years agoReplaced an eregi() with strcasecmp() which should be considerably faster.
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

23 years agoReverted 1.53->1.54 change because it introduced a bug (the new regexp was wrong).
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

23 years agofixed "cannot redeclare getPref()" error
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

23 years agoadded compose_form plugin hook
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

23 years agofixed select all bug with spaces in folder name
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

23 years agoFinally fixed the IE/SSL download problem.
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

23 years agochanged version to: 1.0pre3 [cvs]
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

23 years agoWhy did we have two eregi() functions in a row? I changed it so one regexp
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

23 years agoFixed a bug where users that did not log in before would get tons of
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

23 years agochanged nathan's web site
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

23 years agoadded personal web sites to AUTHORS file.. feel free to add yours if
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

23 years agofixed minor bug with expunge button not showing up
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

23 years agoUpdated polish translation
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

23 years agochanged date in changelog
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

23 years agopatch a security hole in UW
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

23 years agoadded new hook info to docs
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

23 years agoadded a hook in header
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

23 years agoadded fix for translations (changed some ' to ")
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

23 years agoFixed a security hole with regard to themes.
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

23 years agoAdded patch 103186 -- $HTTPS variable checking to case insensitive.
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

23 years agomade $sent_folder global so that the 'from' column would now be named 'to'
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

23 years agochanged some error messages to be formatted, and actually meaningful
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

23 years agoRegarding username='DELETED' bug (Opera and apparently IE 3) - forgot to
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

23 years agoo PHP 4.0.4 seemed to have problems with the usort function being defined inline...
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

23 years agoFelt like quadrupling the amount of work done in read_body.php
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

23 years agofixed some problems with reply all
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

23 years agofixed the "Select All" bug (bottom string didn't change to "Unselect All"
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

23 years agopossible fix for IE/SSL problem
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

23 years agomade deleted (but not expunged) messages easier to detect
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

23 years agofixed bug #128278 - size not displayed correctly when searching
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

23 years agoPatch contained in "[ Bug #128309 ] m$ exchange bug workaround". Exchange was
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

23 years agoFix for [ Bug #125985 ] Random Login Failure. Sometimes funky characters in
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

23 years agoSorry, I missed a line. Now its clean.
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

23 years agodeleted old files, removed old help stuff from webmail.php
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

23 years agogreatly improved speed and memory management of download of attachments.
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

23 years agoChanged timeout from 0 seconds (died for me constantly) to 15 seconds.
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

23 years ago* Removed sqimap_mailbox_close() function -- automatically expunges mailbox
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

23 years agoadded Taiwan transation
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

23 years agofixed an error that wouldn't display "Password Incorrect". This cropped
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

23 years agoChanged mailbox display so that flags would be aligned center.
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

23 years agoFixed bug #126497 + problem with error handling in src/addressbook.php.
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

23 years agoRemoving test file.
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

23 years agoTesting.
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

23 years agoStill testing.
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

23 years agoJust testing...
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

23 years agoStupid typo that I made is now fixed
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

23 years agoTesting. Sorry.
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

23 years agoAppologies.... Testing.
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

23 years agoMoved the force_username_lowercase stuff to redirect.php
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

23 years agoFixed problem where username was overwritten with cookie's value in Opera.
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

23 years agoFixed problem where $username was being overwritten with the cookie's value
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

23 years agoHopefully killing the quotemeta and login problems with funny characters
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

23 years agoApplied patch #102655. Ha! my first commit !
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

23 years agoThe configured IMAP folder delimiter ($optional_delimiter) was never used (it
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

23 years agoFixed bug in readShortMailboxName() if "needle" (delimiter) is empty.
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

23 years agoThis fixes SquirrelMail's inability to download large attachments. You
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

23 years agoForward of attachments is fixed, I think. :-)
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

23 years agoAnother array detection "if" statement.
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

23 years agoadded catalan help translation
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

23 years agoimap_mailbox: Fixed minor bug in sqimap_mailbox_list
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

23 years agoYou havta do http redirect at the end of page.
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

23 years agoUpdated language name for Czech Language
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

23 years agofixed the bug of not being able to have a period on a blank line when
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

23 years agoFixed bug where str_repeat was called with 0 as multiplier. Simple "if"
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

23 years agoupdated squirrelmail.po
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

23 years agoUpdated folder displaying code with changes we discussed on list
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

23 years agofixed bug in quotemeta() patch (was applied to the wrong variable) :)
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

23 years agoApplied qoutemeta patch
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

23 years agoFixed how folder names are formatted in a hierarchy of folders.
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

23 years agoFolders below the trash folder are deleted instead of being moved to trash
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

23 years agosubmitted patch from Stefan Sels that fixes the i18n problem (hopefully)
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

23 years agoFixed bug #124841 where the Content-Type header charset wasn't parsed correctly.
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

23 years agofixed some problems and improved "view header" functionality
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

23 years agofixed an HTML rendering bug in search display
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

23 years agoadded redirect.php
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

23 years agoapplied the patch that uses redirect.php for login
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

23 years agofixed bug that didn't display page header after files were attached
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

23 years ago- added patch to fix bugs with renaming folders
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

23 years ago- added patch from srakhada that uses quotemeta() function around password to allow
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

23 years agoadded config option to specify the IMAP folder delimiter, rather than
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

23 years ago- fixed bug in conf.pl where no default was set for $force_username_lowercase
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

23 years agoRemoved cache-control header
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

23 years agolittle fix
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

23 years agoAdded security update to IE/SSL/Attachment Bug fix
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

23 years agoFixed IE/SSL/Attachment Bug!!!
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

23 years agofixed no signature problem
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

23 years agoFixed the startMessage stuff for the Select/Unselect All links
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

23 years agomime_fetch_body reworked to fix a bug I found on my system. It also now
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

23 years agoadded patch from tcabot for a pure HTML method of selecting all messages
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

23 years agoAdded missing ';' in ISO-8859-1
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

23 years agoApplied patch from Jeff Evans to fix forward attachment problem
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

23 years agofixed bug with one line length text message with an attachment not displaying.
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

23 years agoMade the handle_errors flag to sqimap_mailbox_expunge default to true.
fidian [Tue, 28 Nov 2000 19:42:30 +0000 (19:42 +0000)]
Made the handle_errors flag to sqimap_mailbox_expunge default to true.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@856 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago- beautified index order options page
lkehresman [Sun, 26 Nov 2000 20:57:55 +0000 (20:57 +0000)]
- beautified index order options page
- sort order now saves in prefs every time it is changed
- made click order of sort icons smarter and more user friendly
     (easier to get to "no sort" method)
- fixed bug with next/previous when reading a message under "no sort" method

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@855 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoApplied patch #102205 + some extra code to fix bug #121006.
pallo [Fri, 24 Nov 2000 14:47:54 +0000 (14:47 +0000)]
Applied patch #102205 + some extra code to fix bug #121006.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@854 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoThe "Delete" link when reading a message that was on the second or
fidian [Mon, 20 Nov 2000 13:34:10 +0000 (13:34 +0000)]
The "Delete" link when reading a message that was on the second or
subsequent pages of your mail folder will now return you to the proper page
instead of sending you back to page 1 all the time.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@853 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoMinor bugfix to make sure that startMessage is correct on 2nd and further
fidian [Fri, 17 Nov 2000 16:45:47 +0000 (16:45 +0000)]
Minor bugfix to make sure that startMessage is correct on 2nd and further
screens.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@852 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoChanged an if {} else if {} into if {} else {} (removed unnecessary if)
fidian [Thu, 16 Nov 2000 16:08:49 +0000 (16:08 +0000)]
Changed an if {} else if {} into if {} else {} (removed unnecessary if)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@851 7612ce4b-ef26-0410-bec9-ea0150e637f0