squirrelmail.git
21 years agoTwo minor fixes to compose.php so signatures with alternate identities work properly.
tassium [Fri, 27 Dec 2002 16:00:35 +0000 (16:00 +0000)]
Two minor fixes to compose.php so signatures with alternate identities work properly.

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

21 years agougly bugfix for parsing literals inside envelope structures.
stekkel [Fri, 27 Dec 2002 15:49:35 +0000 (15:49 +0000)]
ugly bugfix for parsing literals inside envelope structures.
Note: All the parser function are rewritten in a clean way and will be
commited soon in SM 1.5 . The just applied fix was needed for a stable release.

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

21 years agooops, Rfc822Header->mailbox was initialized
stekkel [Fri, 27 Dec 2002 14:38:10 +0000 (14:38 +0000)]
oops, Rfc822Header->mailbox was initialized

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

21 years agoadded callback function argument to parseAdrress to lookup nicks against the
stekkel [Fri, 27 Dec 2002 12:26:48 +0000 (12:26 +0000)]
added callback function argument to parseAdrress to lookup nicks against the
addressbook

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

21 years agoAdded address lookup callback function argument for parseAddress.
stekkel [Fri, 27 Dec 2002 12:24:12 +0000 (12:24 +0000)]
Added address lookup callback function argument for parseAddress.
In stable we verified addresses against the addressbook. In devel this
functionality was forgotten.
Note: Required php version 4.0.4 due to the use of call_user_func_array.

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

21 years agoFix another short open tag
kink [Tue, 24 Dec 2002 11:59:08 +0000 (11:59 +0000)]
Fix another short open tag

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

21 years agoFix accidental short open tag
kink [Tue, 24 Dec 2002 11:31:06 +0000 (11:31 +0000)]
Fix accidental short open tag

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

21 years agoE_ALL fix when using proxy's with HTTP_VIA and no HTTP_X_FORWARDED_FOR
kink [Tue, 24 Dec 2002 11:23:21 +0000 (11:23 +0000)]
E_ALL fix when using proxy's with HTTP_VIA and no HTTP_X_FORWARDED_FOR

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

21 years agoAparently, within a javascript "window" function you don't need to escape
kink [Mon, 23 Dec 2002 23:02:27 +0000 (23:02 +0000)]
Aparently, within a javascript "window" function you don't need to escape
&-s in the url.

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

21 years agoOut of order require_once()'s meant $version wasn't set properly when needed. Removed...
tassium [Mon, 23 Dec 2002 20:44:02 +0000 (20:44 +0000)]
Out of order require_once()'s meant $version wasn't set properly when needed. Removed a dupe or two a well.

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

21 years agoPut a check in to be sure SM_PATH wasn't already defined. Seemed safer than just...
tassium [Mon, 23 Dec 2002 20:32:38 +0000 (20:32 +0000)]
Put a check in to be sure SM_PATH wasn't already defined.  Seemed safer than just deleting the define altogether..

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

21 years agoexplode()ing on ', ' instead of ',' was breaking attachment_common_parse(). This...
tassium [Mon, 23 Dec 2002 17:14:41 +0000 (17:14 +0000)]
explode()ing on ', ' instead of ',' was breaking attachment_common_parse(). This prevented the entire HTTP_ACCEPT header from being parsed in some cases, which meant certain attachments did not have a "view" link.

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

21 years agoXHTML1.0 preparation for my favourite plugin ;)
kink [Sun, 22 Dec 2002 13:45:21 +0000 (13:45 +0000)]
XHTML1.0 preparation for my favourite plugin ;)

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

21 years agoA small start in making Sqm XHTML 1.0 valid
kink [Sun, 22 Dec 2002 13:39:43 +0000 (13:39 +0000)]
A small start in making Sqm XHTML 1.0 valid

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

21 years agoAlso give the remaining Subject column a width% that is the complement
kink [Sat, 21 Dec 2002 17:05:48 +0000 (17:05 +0000)]
Also give the remaining Subject column a width% that is the complement
of the sum of the other columns. This solves some macintosh-IE table
problems and is more correct.

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

21 years agoDisplay event message in popup. Patch by Patrick van Zweden
kink [Sat, 21 Dec 2002 16:40:21 +0000 (16:40 +0000)]
Display event message in popup. Patch by Patrick van Zweden

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

21 years agoAssorted fixes, courtesy Roberto De Luca && kink
kink [Sat, 21 Dec 2002 16:13:47 +0000 (16:13 +0000)]
Assorted fixes, courtesy Roberto De Luca && kink

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

21 years agoNesha
philippe_mingo [Sat, 21 Dec 2002 09:07:23 +0000 (09:07 +0000)]
Nesha

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

21 years agouse handleAsSent in stead of == $sent_folder.
kink [Fri, 20 Dec 2002 18:58:53 +0000 (18:58 +0000)]
use handleAsSent in stead of == $sent_folder.

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

21 years agocheck for 0 messages in case of threadview
stekkel [Fri, 20 Dec 2002 15:29:53 +0000 (15:29 +0000)]
check for 0 messages in case of threadview

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

21 years agoFix for IIS, thanks Bruce Richardson
kink [Fri, 20 Dec 2002 11:35:48 +0000 (11:35 +0000)]
Fix for IIS, thanks Bruce Richardson

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

21 years agoNenad
philippe_mingo [Thu, 19 Dec 2002 19:38:23 +0000 (19:38 +0000)]
Nenad

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

21 years ago3 minor bugs:
robsiemb [Thu, 19 Dec 2002 19:27:20 +0000 (19:27 +0000)]
3 minor bugs:

* If we don't get a $msg back in parseStructure, don't call $msg->setEntIds.
* NIL can be 'NIL ' or 'NIL)'
* Literal sizes DO NOT include the \r\n in their counts.

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

21 years agoAdjustment to the $attachment_common_type setup as Mozilla 1.x seems to use
jangliss [Thu, 19 Dec 2002 15:54:43 +0000 (15:54 +0000)]
Adjustment to the $attachment_common_type setup as Mozilla 1.x seems to use
only a "," to seperate where as it used to (and IE still does) use ", ".
Slight modification to Darrell Wright idea, thanks.

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

21 years agoCarried over modification made to file_prefs to distinguish
ebullient [Tue, 17 Dec 2002 20:36:23 +0000 (20:36 +0000)]
Carried over modification made to file_prefs to distinguish
between a 0 value, and an unset value using ===.

Certain prefs were unsaveable after the XSS changes, which
cast zero values to ints (instead of strings), causing
them to pass the $set_to == '' check, and thus be treated
as an unset value, rather than a value of 0.

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

21 years agoLets see if we can get this cookie thing right this time.
jangliss [Tue, 17 Dec 2002 19:13:51 +0000 (19:13 +0000)]
Lets see if we can get this cookie thing right this time.

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

21 years agomake printer friendly view work with rfc822 attachments
stekkel [Tue, 17 Dec 2002 18:19:52 +0000 (18:19 +0000)]
make printer friendly view work with rfc822 attachments

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

21 years agoChange is_int to is_numeric, solves [ 655060 ] Image size for login.php and
kink [Tue, 17 Dec 2002 11:37:42 +0000 (11:37 +0000)]
Change is_int to is_numeric, solves [ 655060 ] Image size for login.php and

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

21 years agoUnreverse the order of do_hook and sqsession_destroy, tip from Alexandros Vellis
kink [Tue, 17 Dec 2002 11:25:57 +0000 (11:25 +0000)]
Unreverse the order of do_hook and sqsession_destroy, tip from Alexandros Vellis

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

21 years agoAnd again... need to destroy cookies as they are created
jangliss [Mon, 16 Dec 2002 21:40:28 +0000 (21:40 +0000)]
And again... need to destroy cookies as they are created

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

21 years agoSync'ing global.php with stable to fix multi-session merges, and also
jangliss [Sat, 14 Dec 2002 06:28:03 +0000 (06:28 +0000)]
Sync'ing global.php with stable to fix multi-session merges, and also
start a session when trying to set a value to it vai $_SESSION.

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

21 years agoThis fix is for the problem Matthew Hagerty reported. (PHP appearing to execute code...
tassium [Fri, 13 Dec 2002 20:21:06 +0000 (20:21 +0000)]
This fix is for the problem Matthew Hagerty reported. (PHP appearing to execute code he had in an email message.  It wasn't actually executing, but it WAS barfing.)
I didn't hear back from Mr. Hagerty, so I'll assume the fix worked for him.
(It worked for me)

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

21 years agosort and startMessage were being set from $_GET without checking to make sure they...
tassium [Fri, 13 Dec 2002 20:11:06 +0000 (20:11 +0000)]
sort and startMessage were being set from $_GET without checking to make sure they were present.  When deleting a message from a search, sort and startMessage weren't a part of $_GET.

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

21 years agoMinor fix to avoid duplicate define of SM_PATH.
tassium [Fri, 13 Dec 2002 19:36:08 +0000 (19:36 +0000)]
Minor fix to avoid duplicate define of SM_PATH.

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

21 years agoI found errors when using search on "all folders"
tassium [Thu, 12 Dec 2002 20:23:16 +0000 (20:23 +0000)]
I found errors when using search on "all folders"
Turns out calc_msort() was being called for all folders, even the ones without any messages.  Moved the call to calc_msort() into the if block that checks for messages.

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

21 years agosqimap_message_list_squisher() was returning nothing if the data passed to it was...
tassium [Wed, 11 Dec 2002 17:52:23 +0000 (17:52 +0000)]
sqimap_message_list_squisher() was returning nothing if the data passed to it was not an array. It should have just been returning the data as it was passed.

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

21 years agoUkrainian Language , Oleg Baranovsky
philippe_mingo [Tue, 10 Dec 2002 18:11:36 +0000 (18:11 +0000)]
Ukrainian Language , Oleg Baranovsky

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

21 years agoRollback
philippe_mingo [Tue, 10 Dec 2002 18:08:55 +0000 (18:08 +0000)]
Rollback

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

21 years agofix from Alexandros Vellis regarding missed SM_PATH statement
stekkel [Tue, 10 Dec 2002 12:39:11 +0000 (12:39 +0000)]
fix from Alexandros Vellis regarding missed SM_PATH statement

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

21 years agoMinor changes.
tassium [Mon, 9 Dec 2002 16:28:23 +0000 (16:28 +0000)]
Minor changes.
* renamed auth.php/hmac() to hmac_md5()
* polished descriptions and helper text in conf.pl
* fixed minor bug with smtp auth mech default value in conf.pl
* minor documentation additions to authentication.txt
* added myself to AUTHORS.

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

21 years agohtml correction
stekkel [Mon, 9 Dec 2002 09:48:46 +0000 (09:48 +0000)]
html correction

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

21 years agoProper initialisation of view_unsafe_images
stekkel [Mon, 9 Dec 2002 09:05:37 +0000 (09:05 +0000)]
Proper initialisation of view_unsafe_images
fix for displaying the hide unsafe images link. If you show the unsafe
images, has_unsafe_images = false because it looks for the image
replacements. The hide unsafe images link was never initialized correct.

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

21 years agoSome language fixes, thanks to Toby A Inkster
kink [Sun, 8 Dec 2002 23:21:25 +0000 (23:21 +0000)]
Some language fixes, thanks to Toby A Inkster

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

21 years ago[ 643430 ] "All folders" must be _("All folders")
philippe_mingo [Sun, 8 Dec 2002 18:38:00 +0000 (18:38 +0000)]
[ 643430 ] "All folders" must be _("All folders")

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

21 years ago[ 648093 ] Croatian (hr) translation badly named
philippe_mingo [Sun, 8 Dec 2002 18:31:33 +0000 (18:31 +0000)]
[ 648093 ] Croatian (hr) translation badly named

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

21 years agoMinor stylistic change.
tassium [Sat, 7 Dec 2002 16:52:47 +0000 (16:52 +0000)]
Minor stylistic change.

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

21 years agoWith a little help from Marc (ok, a lot), CRAM-MD5 and DIGEST-MD5 no longer require...
tassium [Sat, 7 Dec 2002 04:02:05 +0000 (04:02 +0000)]
With a little help from Marc (ok, a lot), CRAM-MD5 and DIGEST-MD5 no longer require the mhash extension.  If present, mhash will be used.

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

21 years ago*** empty log message ***
philippe_mingo [Fri, 6 Dec 2002 18:18:56 +0000 (18:18 +0000)]
*** empty log message ***

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

21 years agoPhilippe Mingo
philippe_mingo [Fri, 6 Dec 2002 18:07:52 +0000 (18:07 +0000)]
Philippe Mingo

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

21 years agoXXS fixes, as in stable
kink [Fri, 6 Dec 2002 16:42:12 +0000 (16:42 +0000)]
XXS fixes, as in stable

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

21 years agoFix by Martin Schulze of Debian. Please note, this is not a solution to the
kink [Thu, 5 Dec 2002 11:32:27 +0000 (11:32 +0000)]
Fix by Martin Schulze of Debian. Please note, this is not a solution to the
recently reported xxs problem.

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

21 years agosqimap_msgs_list_delete was calling sqimap_run_command using a variable ($handle_erro...
tassium [Mon, 2 Dec 2002 21:36:56 +0000 (21:36 +0000)]
sqimap_msgs_list_delete was calling sqimap_run_command using a variable ($handle_errors) which was not set.  The call above it (also to sqimap_run_command) did not use $handle_errors, so I changed the bad call to match the other call.

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

21 years agoFix undefined var "charset" in showInputForm()
tassium [Mon, 2 Dec 2002 20:11:04 +0000 (20:11 +0000)]
Fix undefined var "charset" in showInputForm()
(Japanese charset support)

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

21 years agoFixed some E_ALL warnings, should now be E_ALL clean.
tassium [Mon, 2 Dec 2002 19:33:23 +0000 (19:33 +0000)]
Fixed some E_ALL warnings, should now be E_ALL clean.
No new functionality.

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

21 years agoAdded (optional) detection of IMAP and SMTP support for different authentication...
tassium [Mon, 2 Dec 2002 14:56:18 +0000 (14:56 +0000)]
Added (optional) detection of IMAP and SMTP support for different authentication mechanisms.
This of course depends upon having the server & port set correctly before trying to detect, it doesn't prompt for server & port.

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

21 years agoSession fix ported from stable, should fix DMN plugin, and prev/next links
jangliss [Fri, 29 Nov 2002 20:01:33 +0000 (20:01 +0000)]
Session fix ported from stable, should fix DMN plugin, and prev/next links

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

21 years agoForce magic_quotes_runtime to be off, since SquirrelMail breaks badly if it's on.
tassium [Tue, 26 Nov 2002 14:40:19 +0000 (14:40 +0000)]
Force magic_quotes_runtime to be off, since SquirrelMail breaks badly if it's on.
If there's a better place to put this, someone let me know.

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

21 years agoGrisha Mokhin
philippe_mingo [Fri, 22 Nov 2002 19:05:37 +0000 (19:05 +0000)]
Grisha Mokhin

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

21 years agoAdded link to the auth document
tassium [Fri, 22 Nov 2002 17:30:59 +0000 (17:30 +0000)]
Added link to the auth document

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

21 years agoPreliminary version of the CRAM-MD5, DIGEST-MD5 and SSL documentation.
tassium [Fri, 22 Nov 2002 17:26:04 +0000 (17:26 +0000)]
Preliminary version of the CRAM-MD5, DIGEST-MD5 and SSL documentation.

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

21 years ago[ 639857 ] i18n.php (version 1.3.2)
philippe_mingo [Thu, 21 Nov 2002 16:46:06 +0000 (16:46 +0000)]
[ 639857 ] i18n.php (version 1.3.2)

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

21 years agoStrip unwanted parts of the spamcop auth code in case someone enters
kink [Thu, 21 Nov 2002 11:13:12 +0000 (11:13 +0000)]
Strip unwanted parts of the spamcop auth code in case someone enters
them accidentally.

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

21 years agoE_ALL fixes, thanks Gertjan van Oosten
kink [Wed, 20 Nov 2002 15:41:07 +0000 (15:41 +0000)]
E_ALL fixes, thanks Gertjan van Oosten

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

21 years agoDiscussion on IRC reminded me I needed to add the compose/attachments change to the...
tassium [Wed, 20 Nov 2002 15:29:34 +0000 (15:29 +0000)]
Discussion on IRC reminded me I needed to add the compose/attachments change to the ChangeLog, and I corrected the overrides to reflect the new method.

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

21 years agoHTML fix
kink [Wed, 20 Nov 2002 13:25:41 +0000 (13:25 +0000)]
HTML fix

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

21 years agoMinor change to prevent the file attachment portion of the compose form from being...
tassium [Mon, 18 Nov 2002 19:02:54 +0000 (19:02 +0000)]
Minor change to prevent the file attachment portion of the compose form from being displayed if PHP has file_uploads disabled.  Also prints a warning, hopefully avoiding "Why don't I have a place to attach files?" bug reports.

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

21 years agoE_ALL fix for mail_fetch
jangliss [Mon, 18 Nov 2002 06:34:14 +0000 (06:34 +0000)]
E_ALL fix for mail_fetch

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

21 years agoOkay... *this* is the one with debugging code, the last was some minor display correc...
jangliss [Mon, 18 Nov 2002 06:26:52 +0000 (06:26 +0000)]
Okay... *this* is the one with debugging code, the last was some minor display corrections

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

21 years agoTry again without debug code
jangliss [Mon, 18 Nov 2002 06:19:27 +0000 (06:19 +0000)]
Try again without debug code

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

21 years agoAdded port check to make sure it is set otherwise this breaks
jangliss [Mon, 18 Nov 2002 06:15:06 +0000 (06:15 +0000)]
Added port check to make sure it is set otherwise this breaks

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

21 years agoMore typoes... brain isn't with it
jangliss [Mon, 18 Nov 2002 05:39:44 +0000 (05:39 +0000)]
More typoes... brain isn't with it

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

21 years agoOoups... typo
jangliss [Mon, 18 Nov 2002 05:22:12 +0000 (05:22 +0000)]
Ooups... typo

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

21 years agoAllow mail_fetch plugin to use a different port
jangliss [Mon, 18 Nov 2002 03:21:24 +0000 (03:21 +0000)]
Allow mail_fetch plugin to use a different port

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

21 years agoAntoine Hulin
philippe_mingo [Sun, 17 Nov 2002 09:03:57 +0000 (09:03 +0000)]
Antoine Hulin

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

21 years ago[ 613980 ] IE6 + iso-8859-13 problem
philippe_mingo [Sat, 16 Nov 2002 12:45:26 +0000 (12:45 +0000)]
[ 613980 ] IE6 + iso-8859-13 problem

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

21 years agoImproved entity_id calculation.
stekkel [Fri, 15 Nov 2002 18:53:50 +0000 (18:53 +0000)]
Improved entity_id calculation.
This solves problems when the Content-Type of the rfc822 header =
ressage/rfc822

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

21 years agofix for include self in reply
stekkel [Thu, 14 Nov 2002 11:04:22 +0000 (11:04 +0000)]
fix for include self in reply

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

21 years agofix for checking specialmailboxes.
stekkel [Thu, 14 Nov 2002 10:29:30 +0000 (10:29 +0000)]
fix for checking specialmailboxes.
This solves the problem when a special mailbox isn't set and IsBoxBelow
gives a warning

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

21 years agoConfig override file, included by config.php. Placeholder - no overrides by default.
tassium [Tue, 12 Nov 2002 16:13:46 +0000 (16:13 +0000)]
Config override file, included by config.php.  Placeholder - no overrides by default.

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

21 years agoThe local override solution I put into conf.pl was completely (and poorly) over-engin...
tassium [Tue, 12 Nov 2002 16:10:05 +0000 (16:10 +0000)]
The local override solution I put into conf.pl was completely (and poorly) over-engineered.  Thijs suggested an alternate method, which I have used here instead.  Thanks Thijs.

This will let you edit the override file without having to re-run conf.pl.

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

21 years agoA preference-line can be of "unlimited" length now
kink [Mon, 11 Nov 2002 22:02:55 +0000 (22:02 +0000)]
A preference-line can be of "unlimited" length now

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

21 years agoAdded what I've changed to devel CVS. (conf.pl rework, CRAM/DIGEST-MD5, config overri...
tassium [Mon, 11 Nov 2002 21:42:23 +0000 (21:42 +0000)]
Added what I've changed to devel CVS. (conf.pl rework, CRAM/DIGEST-MD5, config override file)

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

21 years agoAdded support for local override file (config_local.php) which gets appended to the...
tassium [Mon, 11 Nov 2002 16:40:29 +0000 (16:40 +0000)]
Added support for local override file (config_local.php) which gets appended to the end of config.php when conf.pl saves it.

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

21 years agoAntoine Hulin
philippe_mingo [Mon, 11 Nov 2002 13:39:12 +0000 (13:39 +0000)]
Antoine Hulin

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

21 years agoFixes for minor bugs pointed out by Tyler Akins.
kink [Thu, 7 Nov 2002 11:55:09 +0000 (11:55 +0000)]
Fixes for minor bugs pointed out by Tyler Akins.
These were found because Tyler has error_reporting set to E_ALL.
To all developers: *please TURN E_ALL ON* to prevent these!

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

21 years agoFix check_php_version for versions that contain a patchlevel.
kink [Thu, 7 Nov 2002 11:16:33 +0000 (11:16 +0000)]
Fix check_php_version for versions that contain a patchlevel.

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

21 years agoFix warnings in sqstripslashes when $array is empty
kink [Thu, 7 Nov 2002 09:54:54 +0000 (09:54 +0000)]
Fix warnings in sqstripslashes when $array is empty

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

21 years agoMerging in the tassium-auth branch.
tassium [Wed, 6 Nov 2002 18:55:13 +0000 (18:55 +0000)]
Merging in the tassium-auth branch.

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

21 years agoRemove weird duplicate
kink [Wed, 6 Nov 2002 16:50:12 +0000 (16:50 +0000)]
Remove weird duplicate

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

21 years agoFix for calls to Deliver_SMTP->initStream() having the wrong number of args.
tassium [Tue, 5 Nov 2002 21:17:15 +0000 (21:17 +0000)]
Fix for calls to Deliver_SMTP->initStream() having the wrong number of args.
This should fix authenticated smtp.

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

21 years agoMake header checking case insensitive
indiri69 [Tue, 5 Nov 2002 16:33:50 +0000 (16:33 +0000)]
Make header checking case insensitive

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

21 years agoshow untitled-[entity-id] in case of message/rfc822 attachments with no
stekkel [Tue, 5 Nov 2002 12:03:24 +0000 (12:03 +0000)]
show untitled-[entity-id] in case of message/rfc822 attachments with no
subject.

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

21 years agowrong version, 2ed try
stekkel [Mon, 4 Nov 2002 22:55:59 +0000 (22:55 +0000)]
wrong version, 2ed try

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

21 years agoAdapted individual flag setting and make it use one imap-call instead of
stekkel [Mon, 4 Nov 2002 22:48:37 +0000 (22:48 +0000)]
Adapted individual flag setting and make it use one imap-call instead of
many

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

21 years agosorry, commited the wrong local file
stekkel [Mon, 4 Nov 2002 22:42:59 +0000 (22:42 +0000)]
sorry, commited the wrong local file

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

21 years agoadded flag related functions for handling sets of messages instead of using
stekkel [Mon, 4 Nov 2002 22:38:08 +0000 (22:38 +0000)]
added flag related functions for handling sets of messages instead of using
an individual imap-call per message

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

21 years agoSpeed improvements by using php internal functions and bugfix regarding
stekkel [Mon, 4 Nov 2002 20:25:09 +0000 (20:25 +0000)]
Speed improvements by using php internal functions and bugfix regarding
DKIMAP

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

21 years agominor changes to the bodystructure parser
stekkel [Mon, 4 Nov 2002 20:24:06 +0000 (20:24 +0000)]
minor changes to the bodystructure parser

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

21 years agoTomas Kuliavas
philippe_mingo [Mon, 4 Nov 2002 13:37:46 +0000 (13:37 +0000)]
Tomas Kuliavas
Updates iso-8859-4 and iso-8859-13 decode cycles to full charset support.
Adds full windows-1257 charset decode support.
Previous decode_lt_devel.diff patch is not needed.

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

21 years agoE_ALL fix
kink [Sun, 3 Nov 2002 14:26:11 +0000 (14:26 +0000)]
E_ALL fix

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