fidian [Fri, 27 Apr 2001 03:25:38 +0000 (03:25 +0000)]
* Removed one language (it wasn't in the CVS so I commented it out)
* Minor modifications to detection of gettext
* Auto-load of gettext.php if gettext isn't compiled into PHP
Thank you Konstantin!
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1319
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Fri, 27 Apr 2001 03:24:15 +0000 (03:24 +0000)]
* Reformatted paragraphs
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1318
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Thu, 26 Apr 2001 23:43:18 +0000 (23:43 +0000)]
* Opera fix for the download headers from Ray Black III
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1317
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Thu, 26 Apr 2001 19:55:27 +0000 (19:55 +0000)]
* Everything should be in the session now
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1316
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Thu, 26 Apr 2001 18:45:58 +0000 (18:45 +0000)]
* PHP-only gettext replacement
= Reads the .po files
= NOT TESTED YET (I'm using CVS to get it on another machine)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1315
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Thu, 26 Apr 2001 18:01:04 +0000 (18:01 +0000)]
* Modified to show most of the changes that were in the Wiki
* Changed some wording around, one command, and added the 1.0.5 preference
warnings.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1314
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Thu, 26 Apr 2001 17:43:56 +0000 (17:43 +0000)]
* Added a couple of accomplishments
* Fixed a typo (I think, Sweedish vs Swedish)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1313
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Thu, 26 Apr 2001 17:35:01 +0000 (17:35 +0000)]
* Added the section about validate.php
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1312
7612ce4b-ef26-0410-bec9-
ea0150e637f0
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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