squirrelmail.git
23 years ago* Removed potential security loophole that I inadvertantly added.
fidian [Thu, 26 Apr 2001 17:32:22 +0000 (17:32 +0000)]
* Removed potential security loophole that I inadvertantly added.
  Config vars used to be able to be overwritten by global data if
  gpc_magic_quotes() was enabled.

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

23 years agoadded fix so page isn't cached
lkehresman [Thu, 26 Apr 2001 15:35:50 +0000 (15:35 +0000)]
added fix so page isn't cached

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

23 years ago* This seems to show up better with more space on Subject line
fidian [Thu, 26 Apr 2001 15:04:00 +0000 (15:04 +0000)]
* This seems to show up better with more space on Subject line
* Removed redundant width declarations (only need it for one row, so I picked
  the header row)

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

23 years ago* Fixed a bug I made
fidian [Thu, 26 Apr 2001 14:44:37 +0000 (14:44 +0000)]
* Fixed a bug I made

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

23 years ago* To reduce on errors, I moved the includes for config.php and strings.php
fidian [Thu, 26 Apr 2001 14:28:02 +0000 (14:28 +0000)]
* To reduce on errors, I moved the includes for config.php and strings.php
  into validate.php.
    = They (config/strings) were used eveywhere validate was used
    = Validate already included auth.php (which included i18n.php)
    = Now including just one file does a lot of stuff including loading
      SM config, validating data, and loading internationalization
    = Since we only include config.php once and not dozens of times, we could
      have a slight speed increase

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

23 years ago* Avoid parsing errors with config.php by removing the ?> at the end
fidian [Thu, 26 Apr 2001 13:25:03 +0000 (13:25 +0000)]
* Avoid parsing errors with config.php by removing the ?> at the end

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

23 years ago* Hopefully fixed the "no text part" bug -- # 417504
fidian [Thu, 26 Apr 2001 13:16:27 +0000 (13:16 +0000)]
* Hopefully fixed the "no text part" bug -- # 417504

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

23 years ago* target="_top" for accidental logouts
fidian [Wed, 25 Apr 2001 21:36:12 +0000 (21:36 +0000)]
* target="_top" for accidental logouts

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

23 years ago* Updated RFC docs
fidian [Wed, 25 Apr 2001 21:35:19 +0000 (21:35 +0000)]
* Updated RFC docs

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

23 years ago* Since we do an address book lookup for nicknames, might as well add
fidian [Wed, 25 Apr 2001 17:18:51 +0000 (17:18 +0000)]
* Since we do an address book lookup for nicknames, might as well add
  @$domain at the end of an address if there is no '@' symbol anywhere

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

23 years agoupdated docs
lkehresman [Mon, 23 Apr 2001 21:55:41 +0000 (21:55 +0000)]
updated docs

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

23 years ago* Added a couple others
fidian [Mon, 23 Apr 2001 21:55:13 +0000 (21:55 +0000)]
* Added a couple others

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

23 years ago* Stupid browsers and their headers.
fidian [Mon, 23 Apr 2001 21:47:53 +0000 (21:47 +0000)]
* Stupid browsers and their headers.

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

23 years ago* Added the "global" stuff
fidian [Mon, 23 Apr 2001 19:17:11 +0000 (19:17 +0000)]
* Added the "global" stuff

Reason behind "global" stuff:
  Since we now can include("../dir/any_file.php") at any time, we need to
make sure that all global variables are truly registered as globals.  If I
didn't have them, and within a function, I included a file that was supposed
to set globals, it would not and errors would be generated and improper
execution of the program would result.

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

23 years ago* Finally fixed that weird To/Cc/Bcc bug (it might be with PHP or browsers
fidian [Mon, 23 Apr 2001 14:51:27 +0000 (14:51 +0000)]
* Finally fixed that weird To/Cc/Bcc bug (it might be with PHP or browsers
  or whatnot -- but this now works properly).

Bug description:
  - Add multiple people to your address book
  - Select lots for the To, and one for CC or BCC
  - When you return to the compose form, the To list would be right, but
    the CC and/or BCC list would have extra addresses appendeded.
  - Extremely weird.  Seemed to have a cascading affect, as though the CC
    array needed to be >= the to array, and likewise for the BCC >= CC size.

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

23 years ago* Sending messages now works as expected
fidian [Mon, 23 Apr 2001 13:59:59 +0000 (13:59 +0000)]
* Sending messages now works as expected

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

23 years ago* Warning removal
fidian [Mon, 23 Apr 2001 13:43:44 +0000 (13:43 +0000)]
* Warning removal
* Made errorCheck work as desired

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

23 years ago* Added the nobodies to the userid/groupid list
fidian [Mon, 23 Apr 2001 13:39:58 +0000 (13:39 +0000)]
* Added the nobodies to the userid/groupid list

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

23 years ago* Squished a warning
fidian [Mon, 23 Apr 2001 13:36:32 +0000 (13:36 +0000)]
* Squished a warning

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

23 years ago* Fixed a couple typos
fidian [Mon, 23 Apr 2001 13:34:50 +0000 (13:34 +0000)]
* Fixed a couple typos
* Added a bit about different userid/groupids that the web server could be
  running as
* Added a chunk onto the cron job section to show a pretty nice example

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

23 years agostandard new version revisions
lkehresman [Mon, 23 Apr 2001 13:14:10 +0000 (13:14 +0000)]
standard new version revisions

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

23 years agowhoops.. meant to uncomment this
lkehresman [Sun, 22 Apr 2001 05:32:24 +0000 (05:32 +0000)]
whoops.. meant to uncomment this

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

23 years agoformat fix in Changelog
lkehresman [Sun, 22 Apr 2001 05:24:46 +0000 (05:24 +0000)]
format fix in Changelog

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

23 years agoadded patch to better detect HTTPS
lkehresman [Sun, 22 Apr 2001 05:19:53 +0000 (05:19 +0000)]
added patch to better detect HTTPS

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

23 years ago* added signout_page option to redirect after signout
lkehresman [Sun, 22 Apr 2001 05:16:45 +0000 (05:16 +0000)]
* added signout_page option to redirect after signout
* added hook in compose

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

23 years agogreatly improved smtp error handling (doesn't trash messages if an error occurs)
lkehresman [Sun, 22 Apr 2001 04:59:05 +0000 (04:59 +0000)]
greatly improved smtp error handling (doesn't trash messages if an error occurs)

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

23 years agoa few html bug fixes
lkehresman [Sun, 22 Apr 2001 04:39:25 +0000 (04:39 +0000)]
a few html bug fixes

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

23 years ago*** empty log message ***
lkehresman [Sun, 22 Apr 2001 03:40:10 +0000 (03:40 +0000)]
*** empty log message ***

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

23 years agoadded option to enable/disable alternating row colors
lkehresman [Sat, 21 Apr 2001 20:33:57 +0000 (20:33 +0000)]
added option to enable/disable alternating row colors

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

23 years agomade preferences REALLY be cached (in session)
lkehresman [Sat, 21 Apr 2001 13:47:33 +0000 (13:47 +0000)]
made preferences REALLY be cached (in session)

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

23 years agofixed bug that didn't display folders with spaces in the name
lkehresman [Sat, 21 Apr 2001 13:28:11 +0000 (13:28 +0000)]
fixed bug that didn't display folders with spaces in the name

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

23 years ago* Fixed error when logging out
fidian [Fri, 20 Apr 2001 15:57:29 +0000 (15:57 +0000)]
* Fixed error when logging out

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

23 years ago* Incremented left folder size by 10
fidian [Fri, 20 Apr 2001 14:35:29 +0000 (14:35 +0000)]
* Incremented left folder size by 10
* Now won't set you to the lowest size if you used to have a size that wasn't
  evenly divisible by ten (like mine -- 125)

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

23 years ago* Forgot to mention that "Download this as a file" now sets showHeaders
fidian [Fri, 20 Apr 2001 14:34:37 +0000 (14:34 +0000)]
* Forgot to mention that "Download this as a file" now sets showHeaders
  when calling download.php
* Changed the header types (mentioned on the list)
* Shows the To/From/Subject/Date headers only if showHeaders is set (instead
  of always for text attachments
* Shows the To/From/Subject/Date headers differently if you like to see HTML
  mail instead of normal mail

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

23 years ago* Detects HTML mail if the entity id is 1.2
fidian [Fri, 20 Apr 2001 14:32:18 +0000 (14:32 +0000)]
* Detects HTML mail if the entity id is 1.2

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

23 years ago* Drat -- meant for it to go in 1.1, but no harm really was done
fidian [Thu, 19 Apr 2001 23:03:43 +0000 (23:03 +0000)]
* Drat -- meant for it to go in 1.1, but no harm really was done
* What a good idea Marcin Jessa had!

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

23 years ago* When you browse for an attachment, then hit the Address Book form button,
fidian [Thu, 19 Apr 2001 21:29:43 +0000 (21:29 +0000)]
* When you browse for an attachment, then hit the Address Book form button,
  you used to lose your new attachment.  Worry no longer.

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

23 years ago* Removed another warning
fidian [Thu, 19 Apr 2001 21:27:01 +0000 (21:27 +0000)]
* Removed another warning

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

23 years ago* Potential fix for Win32 builds where 'getrusage' is a function but is not
fidian [Thu, 19 Apr 2001 20:58:16 +0000 (20:58 +0000)]
* Potential fix for Win32 builds where 'getrusage' is a function but is not
  supported.  I ignore the warning and check the result to make sure it is
  an array.

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

23 years ago* Updated German translation (from 1.0)
fidian [Thu, 19 Apr 2001 20:55:47 +0000 (20:55 +0000)]
* Updated German translation (from 1.0)

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

23 years ago* Fixed a bug I created where the themes would get wiped out.
fidian [Thu, 19 Apr 2001 18:27:32 +0000 (18:27 +0000)]
* Fixed a bug I created where the themes would get wiped out.

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

23 years ago* Got bored and copied all the validate.php and define() stuff to 1.1
fidian [Thu, 19 Apr 2001 18:19:45 +0000 (18:19 +0000)]
* Got bored and copied all the validate.php and define() stuff to 1.1
* Cleaned up some code
* Fixed some typos
* Added a few files (documentation, translations)
* EAGERLY awaiting 1.1 to come out
* Made all global stuff "global $varname" so the new define() method we use
  will work properly (methinks)

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

23 years ago* Made everything here global too to work with new include system
fidian [Thu, 19 Apr 2001 18:11:50 +0000 (18:11 +0000)]
* Made everything here global too to work with new include system

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

23 years ago* Got bored and copied all the validate.php and define() stuff to 1.1
fidian [Thu, 19 Apr 2001 17:58:10 +0000 (17:58 +0000)]
* Got bored and copied all the validate.php and define() stuff to 1.1
* Cleaned up some code
* Fixed some typos
* Added a few files (documentation, translations)
* EAGERLY awaiting 1.1 to come out
* Made all global stuff "global $varname" so the new define() method we use
  will work properly (methinks)

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

23 years agoupdated changelog
lkehresman [Tue, 17 Apr 2001 14:52:11 +0000 (14:52 +0000)]
updated changelog

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

23 years ago* Shows the attached file's type and size
fidian [Mon, 16 Apr 2001 21:20:46 +0000 (21:20 +0000)]
* Shows the attached file's type and size

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

23 years agoadded download enhancements to 1.1 tree
lkehresman [Mon, 16 Apr 2001 15:00:44 +0000 (15:00 +0000)]
added download enhancements to 1.1 tree

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

23 years agoAdded security patch
gustavf [Mon, 16 Apr 2001 08:48:25 +0000 (08:48 +0000)]
Added security patch

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

23 years agofixed bug with authenticated smtp
lkehresman [Fri, 13 Apr 2001 22:49:22 +0000 (22:49 +0000)]
fixed bug with authenticated smtp

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

23 years agosmall fix to authenticated smtp
lkehresman [Fri, 13 Apr 2001 16:05:07 +0000 (16:05 +0000)]
small fix to authenticated smtp

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

23 years agoadded authenticated smtp server support
lkehresman [Fri, 13 Apr 2001 15:25:01 +0000 (15:25 +0000)]
added authenticated smtp server support

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

23 years ago* split uses regexps. explode does not.
fidian [Fri, 13 Apr 2001 14:41:19 +0000 (14:41 +0000)]
* split uses regexps.  explode does not.

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

23 years ago* Improved speed of URL parser
fidian [Fri, 13 Apr 2001 13:41:08 +0000 (13:41 +0000)]
* Improved speed of URL parser
* Made useful regexps global so other plugins (like abook_take) could use them
* Made host regexp match any TLD because of what New.net and ICANN are
  squabbling about -- might as well be safe and match a little too much than
  not match a valid host.

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

23 years ago* Warning removal
fidian [Wed, 11 Apr 2001 13:17:53 +0000 (13:17 +0000)]
* Warning removal

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

23 years ago* Removed another warning that shouldn't ever pop up, but it did with a
fidian [Wed, 11 Apr 2001 13:09:24 +0000 (13:09 +0000)]
* Removed another warning that shouldn't ever pop up, but it did with a
  poorly formatted bounce message I just got.

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

23 years agoupdated changelog
lkehresman [Tue, 10 Apr 2001 21:44:37 +0000 (21:44 +0000)]
updated changelog

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

23 years ago* Fixed warnings from popping up (even though they were originally there
fidian [Tue, 10 Apr 2001 14:36:03 +0000 (14:36 +0000)]
* Fixed warnings from popping up (even though they were originally there
  by a mistake)

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

23 years ago* Fixed typo when forwarding a message with attachments -- the attachment
fidian [Tue, 10 Apr 2001 14:35:33 +0000 (14:35 +0000)]
* Fixed typo when forwarding a message with attachments -- the attachment
  type wouldn't be set properly.  Only affects new attachment scheme with 1.1

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

23 years ago* Consider it done.
fidian [Tue, 3 Apr 2001 21:55:45 +0000 (21:55 +0000)]
* Consider it done.

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

23 years ago* Bugfix from Albert Novak <anovak@pu.carnet.hr>
fidian [Tue, 3 Apr 2001 12:43:50 +0000 (12:43 +0000)]
* Bugfix from Albert Novak <anovak@pu.carnet.hr>

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

23 years ago* Removed warning messages
fidian [Mon, 2 Apr 2001 17:03:42 +0000 (17:03 +0000)]
* Removed warning messages

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

23 years ago* Subject column width should now take up whatever's available.
fidian [Thu, 29 Mar 2001 14:18:55 +0000 (14:18 +0000)]
* Subject column width should now take up whatever's available.

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

23 years ago* I really didn't like the old attachment code
fidian [Wed, 28 Mar 2001 20:21:02 +0000 (20:21 +0000)]
* I really didn't like the old attachment code
* Information is now saved in the session instead of .info files
* Local filenames are no longer transferred to the client (YEAY)
* The client can no longer delete arbitrary files on the system
  (by setting a   delete[] = "username.pref"   or   delete[] = "../index.php")
  (Untested, but the code looked like it would happily oblige)
* Attachments are now cleared when a new mail message is started
* Attachments are now cleared when a new mail message is forwarded
* No more silly errors when deleting a single attachment

Food for Thought:
* If the attachment information was saved in the preferences, the next time
  the user logs in, old un-deleted attachments could be trashed (or a very
  simple cron job could be made)

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

23 years ago* Fixed a typo I made
fidian [Mon, 26 Mar 2001 13:51:45 +0000 (13:51 +0000)]
* Fixed a typo I made
* Removed a warning message

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

23 years ago* More changes. Sorry. Shoulda made them the first time.
fidian [Fri, 23 Mar 2001 21:34:48 +0000 (21:34 +0000)]
* More changes.  Sorry.  Shoulda made them the first time.

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

23 years ago* Now supports the new naming scheme
fidian [Fri, 23 Mar 2001 21:22:48 +0000 (21:22 +0000)]
* Now supports the new naming scheme
  plugin_name.plugin.version-sm.version.tar.gz

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

23 years ago* Removed warnings for W_ALL
fidian [Fri, 23 Mar 2001 20:56:13 +0000 (20:56 +0000)]
* Removed warnings for W_ALL

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

23 years ago* Fixed bug when editing message highlighting
fidian [Thu, 22 Mar 2001 21:56:51 +0000 (21:56 +0000)]
* Fixed bug when editing message highlighting

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

23 years agoadded bcc to html addressbook search (should have been there in first place)
lkehresman [Sun, 18 Mar 2001 21:03:16 +0000 (21:03 +0000)]
added bcc to html addressbook search (should have been there in first place)

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

23 years ago* Added the !== false bit to the strstr so that even if the first three
fidian [Fri, 16 Mar 2001 15:44:35 +0000 (15:44 +0000)]
* Added the !== false bit to the strstr so that even if the first three
  characters are ../, this would register a hit properly.

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

23 years ago* UW workaround improved, methinks.
fidian [Thu, 15 Mar 2001 16:39:10 +0000 (16:39 +0000)]
* UW workaround improved, methinks.

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

23 years ago* Adds code for the Konqueror workaround
fidian [Wed, 14 Mar 2001 15:21:12 +0000 (15:21 +0000)]
* Adds code for the Konqueror workaround

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

23 years agoFixed bug #230696: subject line decoded wrong. A problem when uppercasing
gustavf [Tue, 13 Mar 2001 15:33:41 +0000 (15:33 +0000)]
Fixed bug #230696: subject line decoded wrong. A problem when uppercasing
QuotedPrintable.

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

23 years agoFixed bug: Only characters having odd numbers where encoded in
gustavf [Tue, 13 Mar 2001 15:19:56 +0000 (15:19 +0000)]
Fixed bug: Only characters having odd numbers where encoded in
encodeHeader. Introduced in CVS revision 1.76 of the file, which
refers to patch #10265, but I was unable to find this patch.

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

23 years agoMerged from stable (sm-1_0) branch: Fixed bug in folder creation
pallo [Sat, 10 Mar 2001 22:29:19 +0000 (22:29 +0000)]
Merged from stable (sm-1_0) branch: Fixed bug in folder creation
when language was another than English (folders were created
as "[ None ]/Foldername").

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

23 years agoOptional replacement for prefs.php to store user preferences and
pallo [Fri, 9 Mar 2001 14:30:55 +0000 (14:30 +0000)]
Optional replacement for prefs.php to store user preferences and
signature in a database instead of in files.

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

23 years agoRemoved extra <> around RCPT TO addresses that made some mail-servers fail.
pallo [Fri, 9 Mar 2001 14:05:18 +0000 (14:05 +0000)]
Removed extra <> around RCPT TO addresses that made some mail-servers fail.

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

23 years ago* Added spaces so the SMTP server gets the data correctly
fidian [Fri, 9 Mar 2001 13:51:16 +0000 (13:51 +0000)]
* Added spaces so the SMTP server gets the data correctly

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

23 years agoMerged from stable branch: added missing quote
pallo [Fri, 9 Mar 2001 08:19:09 +0000 (08:19 +0000)]
Merged from stable branch: added missing quote

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

23 years ago* Added the _ to further ensure that the bounary string can't be made
fidian [Thu, 8 Mar 2001 17:28:52 +0000 (17:28 +0000)]
* Added the _ to further ensure that the bounary string can't be made
  by accident in a MIME-encoded file.

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

23 years ago* Changed preferences to cache them for reading (Yeay!)
fidian [Thu, 8 Mar 2001 17:26:48 +0000 (17:26 +0000)]
* Changed preferences to cache them for reading (Yeay!)
* Prefereneces now remove empty preferences, invalid lines, etc.
* Message highlighting numbering is now semi-automatic (the numbers are
  'corrected' when the preference file is loaded)
* Changed the chosen_theme stuff in load_prefs.php to not erase the filename
  of the theme it is trying to load
* Removed more warnings

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

23 years ago* Fixed default_theme.php path
fidian [Thu, 8 Mar 2001 16:31:57 +0000 (16:31 +0000)]
* Fixed default_theme.php path

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

23 years ago* Removes (Purge) from next to Trash folder if there are no messages inside
fidian [Wed, 7 Mar 2001 22:59:50 +0000 (22:59 +0000)]
* Removes (Purge) from next to Trash folder if there are no messages inside

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

23 years ago* Better error message
fidian [Wed, 7 Mar 2001 22:50:16 +0000 (22:50 +0000)]
* Better error message

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

23 years ago* If possible, replies now use the text-only version (cleans that up a bit)
fidian [Wed, 7 Mar 2001 18:35:48 +0000 (18:35 +0000)]
* If possible, replies now use the text-only version (cleans that up a bit)

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

23 years ago* Added code to show text/html messages (immediately after text/plain and
fidian [Wed, 7 Mar 2001 18:25:36 +0000 (18:25 +0000)]
* Added code to show text/html messages (immediately after text/plain and
  entity_id of 2) as default instead of the text/plain version.
* Made option default to off

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

23 years ago* Fixed weird addressbook problem over SMTP
fidian [Wed, 7 Mar 2001 18:03:44 +0000 (18:03 +0000)]
* Fixed weird addressbook problem over SMTP

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

23 years ago* Got rid of problem with passwords (finally)
fidian [Mon, 5 Mar 2001 16:14:53 +0000 (16:14 +0000)]
* Got rid of problem with passwords (finally)
* Added a new function in strings.php to quote a string to be sent to
  the IMAP server

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

23 years ago* Possible fix for GroupWise
fidian [Mon, 5 Mar 2001 15:57:09 +0000 (15:57 +0000)]
* Possible fix for GroupWise

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

23 years agoAdding plugins back into 1.1
fidian [Mon, 5 Mar 2001 15:28:48 +0000 (15:28 +0000)]
Adding plugins back into 1.1

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

23 years agofixed typo (Bug #405483)
centaurix [Sun, 4 Mar 2001 12:20:01 +0000 (12:20 +0000)]
fixed typo (Bug #405483)

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

23 years ago* Fixed problem for forwarding files too.
fidian [Sat, 3 Mar 2001 16:57:25 +0000 (16:57 +0000)]
* Fixed problem for forwarding files too.

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

23 years ago* HTML cleaned up a bit
fidian [Sat, 3 Mar 2001 16:20:31 +0000 (16:20 +0000)]
* HTML cleaned up a bit
* Allows for multiple attachments, guaranteed.

Apparently, GenerateRandomString was producing the exact same string for a
second file attached.  This would of course overwrite the currently existing
attachment in both the $attachments array and on disk.  The first one would
be gone.

The code (two lines) fixes this by checking if that $localfilename is
already defined in $attachments, and will generate a new $localfilename if
it does.

What I can't figure out is how in the world did GenerateRandomString produce
the exact same string with two completely different page requests.  We
generate a key based on the time, remote user's information, and Apache's
unique ID that it sends along.  Also, it was supposed to generate 32
characters of lowercase, uppercase, and numbers.  That creates a string with
62^32 different possibilities.  That seems pretty wide open, but apparently
it caused problems.  Well, problems are solved now by simply checking if the
string was used already.

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

23 years agoupdated Brazillian Portuguise translation
lkehresman [Sun, 25 Feb 2001 14:39:03 +0000 (14:39 +0000)]
updated Brazillian Portuguise translation

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

23 years ago* :-) The first letter of matching folders had their head removed!
fidian [Sun, 25 Feb 2001 05:47:25 +0000 (05:47 +0000)]
* :-)  The first letter of matching folders had their head removed!
  (one char too many trimmed)

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

23 years agoremoved some regular expressions
lkehresman [Sat, 24 Feb 2001 17:09:44 +0000 (17:09 +0000)]
removed some regular expressions

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

23 years agoadded bugfix from 1.0.3cvs
lkehresman [Sat, 24 Feb 2001 16:44:46 +0000 (16:44 +0000)]
added bugfix from 1.0.3cvs

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

23 years agoadded auto-lookup functionality -- aliases can now be typed in address bars
lkehresman [Sat, 24 Feb 2001 16:06:18 +0000 (16:06 +0000)]
added auto-lookup functionality -- aliases can now be typed in address bars
in the compose form.

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

23 years agoadded check if loading of the theme is successful.
centaurix [Thu, 22 Feb 2001 18:03:18 +0000 (18:03 +0000)]
added check if loading of the theme is successful.
this is a cool hack using include instead of require.
maybe we should write an include function that does all
require stuff via that.

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

23 years agoadded finnish help translation
lkehresman [Thu, 22 Feb 2001 13:21:54 +0000 (13:21 +0000)]
added finnish help translation

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