kink [Tue, 31 Dec 2002 11:32:48 +0000 (11:32 +0000)]
Small fix to tassium code, if you chomp something it can never match
"\n" after that. And add standard (c) message, and upgrade the conf.pl
version number.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4330
7612ce4b-ef26-0410-bec9-
ea0150e637f0
philippe_mingo [Tue, 31 Dec 2002 06:20:57 +0000 (06:20 +0000)]
Philippe Home Page
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4328
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tassium [Mon, 30 Dec 2002 23:16:18 +0000 (23:16 +0000)]
Quick adjustment to conf.pl adding option for PHP session name.
Also partial reformatting of Option #4 so everything lines up nicely.
Not heavily debugged - if other developers get a chance, please review sub command316.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4327
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 30 Dec 2002 19:52:19 +0000 (19:52 +0000)]
Session naming in devel.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4325
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 30 Dec 2002 19:40:36 +0000 (19:40 +0000)]
changelog
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4324
7612ce4b-ef26-0410-bec9-
ea0150e637f0
philippe_mingo [Mon, 30 Dec 2002 18:10:04 +0000 (18:10 +0000)]
Ralf Hildebrandt
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4323
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tassium [Mon, 30 Dec 2002 15:23:33 +0000 (15:23 +0000)]
Minor fix - someone forgot to add $auto_expunge to the global vars list
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4322
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tassium [Mon, 30 Dec 2002 14:49:39 +0000 (14:49 +0000)]
Added some logic to prevent undefined var $ent_id warnings.
I don't like it much, but at least it matches the $passed_ent_id check which is just above it. It even seems to work!
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4321
7612ce4b-ef26-0410-bec9-
ea0150e637f0
ebullient [Sun, 29 Dec 2002 19:12:20 +0000 (19:12 +0000)]
forgot to re-enable after testing.. duh.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4320
7612ce4b-ef26-0410-bec9-
ea0150e637f0
ebullient [Sun, 29 Dec 2002 19:10:34 +0000 (19:10 +0000)]
Wanted to add the SquirrelMail versioning functions we'd talked about before
we split the streams to the new RC for 1.4.
check_sm_version performs similar function to check_php_version, and
will return true if version is >= what is specified.
For Thijs/Jonathan - the check_sm_version will return false if the
constant it checks against is not defined, making the function itself
safe for previous levels, should you want to roll it back to stable
to allow plugin developers to use the check_sm_version function to
test for 'new' elements like SM_PATH, etc. that are present in 1.3.x
and up.
More info (though not a ton, I'll admit) is in the sm2-planning module
in cvs: cvs co sm2-planning, then pull up sm2-planning/index.php in your
browser.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4319
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sat, 28 Dec 2002 17:33:48 +0000 (17:33 +0000)]
Bug in url back to message
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4318
7612ce4b-ef26-0410-bec9-
ea0150e637f0
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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