squirrelmail.git
22 years agoNote about db prefs not currently working on postgres
simond [Wed, 20 Feb 2002 10:51:50 +0000 (10:51 +0000)]
Note about db prefs not currently working on postgres

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

22 years agoRemove &amp usage from Location headers
simond [Wed, 20 Feb 2002 09:48:08 +0000 (09:48 +0000)]
Remove &amp usage from Location headers

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

22 years agoRemove incorrect &amp usage
simond [Wed, 20 Feb 2002 09:39:50 +0000 (09:39 +0000)]
Remove incorrect &amp usage

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

22 years agoadded dev.null.dk, visi.com, 2mbit.com, Leadmon, and NJABL blacklists
bbice [Wed, 20 Feb 2002 00:16:48 +0000 (00:16 +0000)]
added dev.null.dk, visi.com, 2mbit.com, Leadmon, and NJABL blacklists

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

22 years agofix of David Rees
teepe [Tue, 19 Feb 2002 23:15:59 +0000 (23:15 +0000)]
fix of David Rees

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

22 years agomake the default of identity editing backwards compatible
teepe [Tue, 19 Feb 2002 23:12:09 +0000 (23:12 +0000)]
make the default of identity editing backwards compatible

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

22 years agoone PHP waning less
teepe [Tue, 19 Feb 2002 22:48:43 +0000 (22:48 +0000)]
one PHP waning less

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

22 years agoThose ones can't be printed with & as they're into a javascript call.
philippe_mingo [Tue, 19 Feb 2002 19:31:48 +0000 (19:31 +0000)]
Those ones can't be printed with & as they're into a javascript call.

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

22 years agoPrettied up hide/view unsafe images commands...
thomppj [Tue, 19 Feb 2002 16:16:08 +0000 (16:16 +0000)]
Prettied up hide/view unsafe images commands...

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

22 years agoLooks like calling strings.php causes a broken result as strings tries to
philippe_mingo [Tue, 19 Feb 2002 15:05:03 +0000 (15:05 +0000)]
Looks like calling strings.php causes a broken result as strings tries to
get other modules that are not reachable from this path through ../

This small fix should fix that problem.

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

22 years agoFix conf.pl (reported by Marc Groot Koerkamp
simond [Tue, 19 Feb 2002 12:58:04 +0000 (12:58 +0000)]
Fix conf.pl (reported by Marc Groot Koerkamp

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

22 years agoDescribing the changes I've made...
brong [Tue, 19 Feb 2002 12:39:02 +0000 (12:39 +0000)]
Describing the changes I've made...

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

22 years agoAdded a link allowing you to view all 'removed for security reasons' images
brong [Tue, 19 Feb 2002 12:37:45 +0000 (12:37 +0000)]
Added a link allowing you to view all 'removed for security reasons' images
for this specific message.  It is only shown when at least one message has
been removed.  (because people want it, including me!)

Strings "View unsafe images" and "Don't view unsafe images" for the
translators.

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

22 years agoWow - I believe this is finally all the &'s in the current code
brong [Tue, 19 Feb 2002 12:31:13 +0000 (12:31 +0000)]
Wow - I believe this is finally all the &'s in the current code
(not counting plugins..).  Now to grep for other things.

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

22 years agoUpon Aaron and Bernard request this is a very simple single pass caching
philippe_mingo [Tue, 19 Feb 2002 11:57:53 +0000 (11:57 +0000)]
Upon Aaron and Bernard request this is a very simple single pass caching
of the mailbox list. It's not a big deal as only very specific tasks calls
the mailbox list twice (purge for example).

Wouter please check if this enters into your plans and roll it back if not
8) The caching is quite simple and shouldn't have collateral effects. The
caching is only active during the page refresh as it is not sessionized
(and shouldn't as third party software could change mailbox).

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

22 years agoCode cleaning
philippe_mingo [Tue, 19 Feb 2002 11:33:12 +0000 (11:33 +0000)]
Code cleaning

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

22 years agoFix extraneous escape (reported by Jimmy Conner)
simond [Tue, 19 Feb 2002 09:10:44 +0000 (09:10 +0000)]
Fix extraneous escape (reported by Jimmy Conner)

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

22 years agoAdd PostgreSQL details
simond [Tue, 19 Feb 2002 08:29:46 +0000 (08:29 +0000)]
Add PostgreSQL details

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

22 years ago& to & fix
brong [Tue, 19 Feb 2002 01:58:47 +0000 (01:58 +0000)]
& to & fix

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

22 years ago& to & and 100% to "100%" again
brong [Tue, 19 Feb 2002 01:57:26 +0000 (01:57 +0000)]
& to & and 100% to "100%" again

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

22 years agoDisable invalid <BASE> tags, fix 100% problem, & -> &amp;, move <form>
brong [Tue, 19 Feb 2002 01:55:53 +0000 (01:55 +0000)]
Disable invalid <BASE> tags, fix 100% problem, & -> &amp;, move <form>
inside <td>, <small> can't contain block elements, so moved a couple
of <small>s to the other side of <center>s.

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

22 years ago100% quote to "100%"
brong [Tue, 19 Feb 2002 01:53:40 +0000 (01:53 +0000)]
100% quote to "100%"

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

22 years ago&amp; fixes, javascript type addition, remove a CELLSPACING from a TD where
brong [Tue, 19 Feb 2002 01:51:47 +0000 (01:51 +0000)]
&amp; fixes, javascript type addition, remove a CELLSPACING from a TD where
it doesn't belong, add some output to match that I've removed from mime.php
so that close tags match open tags on tables.

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

22 years agoPrint javascript Content-Type to be HTML 4.0 complient
brong [Tue, 19 Feb 2002 01:49:37 +0000 (01:49 +0000)]
Print javascript Content-Type to be HTML 4.0 complient

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

22 years agoFix & in URLs to &amp; for correctness of HTML, also 100% to "100%" in
brong [Tue, 19 Feb 2002 01:47:55 +0000 (01:47 +0000)]
Fix & in URLs to &amp; for correctness of HTML, also 100% to "100%" in
table definitions.

Remove two cases of </TR></TD></TABLE> in formatBody, moving the </TR></TD>
bit back into src/read_body.php to match the <TABLE><TR><TD> before the
function call, and removing the excessive close tags problem.

The possibly controversial bit: remove all outputting of <BASE> tags within
the message body.  I refer you to:

http://www.w3.org/TR/1998/REC-html40-19980424/struct/links.html#h-12.4

specifically,

When present, the BASE element must appear in the HEAD section of an
HTML document, before any element that refers to an external source.

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

22 years agoFix & in URLs to &amp; for correctness of HTML, also 100% to "100%" in
brong [Tue, 19 Feb 2002 01:43:19 +0000 (01:43 +0000)]
Fix & in URLs to &amp; for correctness of HTML, also 100% to "100%" in
table definitions.

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

22 years agoMove javascript from between <head> and <body> into <head> where it
brong [Tue, 19 Feb 2002 01:41:48 +0000 (01:41 +0000)]
Move javascript from between <head> and <body> into <head> where it
belongs.

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

22 years agoWarning removal.
fidian [Tue, 19 Feb 2002 00:53:36 +0000 (00:53 +0000)]
Warning removal.

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

22 years agoUpdates to fi_FI from Teemu Junnila <teejun@vallcom.com>
dahanc [Mon, 18 Feb 2002 07:28:09 +0000 (07:28 +0000)]
Updates to fi_FI from Teemu Junnila <teejun@vallcom.com>

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

22 years agoAdded timezone.cfg
ullgren [Sun, 17 Feb 2002 20:54:20 +0000 (20:54 +0000)]
Added timezone.cfg

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

22 years agoPHP 4.1 fixing by Jon
teepe [Sun, 17 Feb 2002 18:32:54 +0000 (18:32 +0000)]
PHP 4.1 fixing by Jon

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

22 years agoShould really use a persistant DB connection
simond [Sun, 17 Feb 2002 13:48:52 +0000 (13:48 +0000)]
Should really use a persistant DB connection

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

22 years agoSeth Randall, take 2
teepe [Sat, 16 Feb 2002 00:03:50 +0000 (00:03 +0000)]
Seth Randall, take 2

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

22 years agoSeth Randall
teepe [Fri, 15 Feb 2002 10:46:35 +0000 (10:46 +0000)]
Seth Randall

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

22 years ago> Subject: Yahoo Mail Failure.
philippe_mingo [Fri, 15 Feb 2002 06:02:05 +0000 (06:02 +0000)]
> Subject: Yahoo Mail Failure.
> From: "Chris Picciotto" <Chris@Picciotto.net>
> Date: Thu, February 14, 2002 5:20 pm

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

22 years agoSimple simple fix...
thomppj [Fri, 15 Feb 2002 05:49:45 +0000 (05:49 +0000)]
Simple simple fix...

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

22 years ago"Seth E. Randall" <sethr@missoulafcu.org> Bug fix
philippe_mingo [Fri, 15 Feb 2002 04:27:38 +0000 (04:27 +0000)]
"Seth E. Randall" <sethr@missoulafcu.org> Bug fix

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

22 years agoAdded userspace configurable timezone
ullgren [Thu, 14 Feb 2002 21:57:19 +0000 (21:57 +0000)]
Added userspace configurable timezone

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

22 years agoUpdates to nl_NL from M.J. Prinsen
dahanc [Thu, 14 Feb 2002 20:51:34 +0000 (20:51 +0000)]
Updates to nl_NL from M.J. Prinsen

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

22 years agoTidy up indenting, etc using perltidy
simond [Thu, 14 Feb 2002 17:25:29 +0000 (17:25 +0000)]
Tidy up indenting, etc using perltidy

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

22 years agoDelete move next fix. Includes strings translation and move folders fix.
philippe_mingo [Thu, 14 Feb 2002 16:46:17 +0000 (16:46 +0000)]
Delete move next fix. Includes strings translation and move folders fix.

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

22 years agofix to support multiple sigs
simond [Thu, 14 Feb 2002 09:33:05 +0000 (09:33 +0000)]
fix to support multiple sigs

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

22 years agoAdded signature into multiple identities.
philippe_mingo [Thu, 14 Feb 2002 06:12:51 +0000 (06:12 +0000)]
Added signature into multiple identities.

Code by:
Stefan Meier <Stefan.Meier@cimsource.com>

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

22 years ago should be false by default (sorry, again) ;-P
ullgren [Wed, 13 Feb 2002 21:23:35 +0000 (21:23 +0000)]
 should be false by default (sorry, again) ;-P

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

22 years agorenamed -> , sqimap_mailbox_select has five arguments and should not be called when...
ullgren [Wed, 13 Feb 2002 21:21:01 +0000 (21:21 +0000)]
renamed  -> , sqimap_mailbox_select has five arguments and should not be called when we don't need it (sorry) ;-P

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

22 years agominor spelling error
ullgren [Wed, 13 Feb 2002 21:07:18 +0000 (21:07 +0000)]
minor spelling error

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

22 years agoFixed bug with double error messages
jmunro [Wed, 13 Feb 2002 21:02:00 +0000 (21:02 +0000)]
Fixed bug with double error messages

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

22 years agosqimap_messages_flag and sqimap_messages_remove_flag prepends a '\' char to the suppl...
ullgren [Wed, 13 Feb 2002 19:58:13 +0000 (19:58 +0000)]
sqimap_messages_flag and sqimap_messages_remove_flag prepends a '\' char to the supplied flag but the $MDNSent flag should not be prefixed by '\'

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

22 years agoFix some typos
simond [Wed, 13 Feb 2002 16:29:26 +0000 (16:29 +0000)]
Fix some typos

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

22 years agoTylerisation
philippe_mingo [Wed, 13 Feb 2002 16:00:00 +0000 (16:00 +0000)]
Tylerisation

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

22 years agowould help if I kept it in order...
simond [Wed, 13 Feb 2002 15:36:11 +0000 (15:36 +0000)]
would help if I kept it in order...

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

22 years agoadd a missed option to admin plugin
simond [Wed, 13 Feb 2002 15:35:14 +0000 (15:35 +0000)]
add a missed option to admin plugin

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

22 years agoadd myself to the list
simond [Wed, 13 Feb 2002 15:32:45 +0000 (15:32 +0000)]
add myself to the list

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

22 years agoMarc variant for the messages flags.
philippe_mingo [Wed, 13 Feb 2002 14:23:31 +0000 (14:23 +0000)]
Marc variant for the messages flags.

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

22 years agoAllow admin to choose whether to enable the changing of full name and email address
simond [Wed, 13 Feb 2002 14:15:16 +0000 (14:15 +0000)]
Allow admin to choose whether to enable the changing of full name and email address

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

22 years agoMake case insensitive string comparisons for boolean options as the admin plugin...
simond [Wed, 13 Feb 2002 13:00:02 +0000 (13:00 +0000)]
Make case insensitive string comparisons for boolean options as the admin plugin saves them in uppercase

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

22 years agoNow check config.php before trying to write.
philippe_mingo [Wed, 13 Feb 2002 12:40:57 +0000 (12:40 +0000)]
Now check config.php before trying to write.

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

22 years agoSome cleanup and proper default for frame_top
simond [Wed, 13 Feb 2002 11:24:45 +0000 (11:24 +0000)]
Some cleanup and proper default for frame_top

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

22 years agoCode cleanup
philippe_mingo [Tue, 12 Feb 2002 19:22:45 +0000 (19:22 +0000)]
Code cleanup

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

22 years agoBug fix
philippe_mingo [Tue, 12 Feb 2002 19:13:40 +0000 (19:13 +0000)]
Bug fix

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

22 years agofixed bug with multiple terms and UW
jmunro [Tue, 12 Feb 2002 14:58:09 +0000 (14:58 +0000)]
fixed bug with multiple terms and UW

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

22 years agoBugfix, remove bcc and cc display when empty
philippe_mingo [Tue, 12 Feb 2002 08:48:11 +0000 (08:48 +0000)]
Bugfix, remove bcc and cc display when empty

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

22 years agoCode cleanup
philippe_mingo [Mon, 11 Feb 2002 20:27:00 +0000 (20:27 +0000)]
Code cleanup

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

22 years agofix for save draft
jmunro [Mon, 11 Feb 2002 20:21:26 +0000 (20:21 +0000)]
fix for save draft

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

22 years agoBugfix in draft folders
philippe_mingo [Mon, 11 Feb 2002 20:12:48 +0000 (20:12 +0000)]
Bugfix in draft folders

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

22 years agoBugfix in generate random string.
philippe_mingo [Mon, 11 Feb 2002 19:36:12 +0000 (19:36 +0000)]
Bugfix in generate random string.

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

22 years agoFix RCSID again
dahanc [Mon, 11 Feb 2002 19:35:43 +0000 (19:35 +0000)]
Fix RCSID again

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

22 years agoUpdates to fi_FI from Teemu Junnila <teejun@vallcom.com>
dahanc [Mon, 11 Feb 2002 19:29:36 +0000 (19:29 +0000)]
Updates to fi_FI from Teemu Junnila <teejun@vallcom.com>

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

22 years agofixing yet another warning
jmunro [Mon, 11 Feb 2002 19:29:16 +0000 (19:29 +0000)]
fixing yet another warning

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

22 years agofixed several warnings about Undefined vars
jmunro [Mon, 11 Feb 2002 19:22:04 +0000 (19:22 +0000)]
fixed several warnings about Undefined vars

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

22 years agoNew spanish strings
philippe_mingo [Mon, 11 Feb 2002 19:06:55 +0000 (19:06 +0000)]
New spanish strings

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

22 years agoStrings from new compose window
philippe_mingo [Mon, 11 Feb 2002 18:52:15 +0000 (18:52 +0000)]
Strings from new compose window

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

22 years agofixed another translation issue
jmunro [Mon, 11 Feb 2002 18:45:55 +0000 (18:45 +0000)]
fixed another translation issue

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

22 years agoFixed Missing translation on Compose link
jmunro [Mon, 11 Feb 2002 18:41:37 +0000 (18:41 +0000)]
Fixed Missing translation on Compose link

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

22 years agoAdded a "compose in new window" option located in display prefs. Each file that calls...
jmunro [Mon, 11 Feb 2002 18:25:59 +0000 (18:25 +0000)]
Added a "compose in new window" option located in display prefs. Each file that calls compose.php has been modified

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

22 years agoAdded Marc Koerkamp for his MDN code
ullgren [Sun, 10 Feb 2002 22:20:54 +0000 (22:20 +0000)]
Added Marc Koerkamp for his MDN code

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

22 years agoereg => preg
philippe_mingo [Sun, 10 Feb 2002 16:48:59 +0000 (16:48 +0000)]
ereg => preg

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

22 years agoSome cleanup
philippe_mingo [Sun, 10 Feb 2002 15:43:47 +0000 (15:43 +0000)]
Some cleanup

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

22 years agoOne more intl.
philippe_mingo [Sun, 10 Feb 2002 09:02:35 +0000 (09:02 +0000)]
One more intl.

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

22 years agoThis commit contains several syntax fix.
philippe_mingo [Sun, 10 Feb 2002 08:58:51 +0000 (08:58 +0000)]
This commit contains several syntax fix.

- Pontus: Don't use tabs 8-)
- Jason, please pay atention at the changes. Mostly
  internationalization stuff and " to ' changes. Also
  leave E_ALL only in PHP.INI into the reporting error options.
  That way you'll get on screen all the compilation warnings
  in order to remove them.

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

22 years agoFixed bug with Cyrus and SendMDN. SquirrelMail wasn't allowed to set Seen flag twice.
ullgren [Sun, 10 Feb 2002 01:34:26 +0000 (01:34 +0000)]
Fixed bug with Cyrus and SendMDN. SquirrelMail wasn't allowed to set Seen flag twice.
Might have somthing to do with the "EXAMINE" call.

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

22 years agoTranslation of the Read: subject
philippe_mingo [Sun, 10 Feb 2002 00:00:06 +0000 (00:00 +0000)]
Translation of the Read: subject

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

22 years agoThis is Philippe Mingo
thomppj [Sat, 9 Feb 2002 23:11:10 +0000 (23:11 +0000)]
This is Philippe Mingo
Added query string to imap error

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

22 years agoFixed body retrival error on cyrus. (removed trailing space after command)
ullgren [Sat, 9 Feb 2002 23:07:33 +0000 (23:07 +0000)]
Fixed body retrival error on cyrus. (removed trailing space after command)

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

22 years agoTylerisation
philippe_mingo [Sat, 9 Feb 2002 22:56:04 +0000 (22:56 +0000)]
Tylerisation

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

22 years ago*** empty log message ***
ullgren [Sat, 9 Feb 2002 21:43:20 +0000 (21:43 +0000)]
*** empty log message ***

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

22 years agoAdded support for requesting on delivery reciepts
ullgren [Sat, 9 Feb 2002 21:38:21 +0000 (21:38 +0000)]
Added support for requesting on delivery reciepts

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

22 years agoAdded the possibility for plugins to change Content-Type
ullgren [Sat, 9 Feb 2002 21:37:17 +0000 (21:37 +0000)]
Added the possibility for plugins to change Content-Type
Added support for on delivery reciepts

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

22 years agoConfirmation checkbox moved
philippe_mingo [Sat, 9 Feb 2002 19:18:27 +0000 (19:18 +0000)]
Confirmation checkbox moved

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

22 years agoText MDN fixed
philippe_mingo [Sat, 9 Feb 2002 18:47:03 +0000 (18:47 +0000)]
Text MDN fixed

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

22 years agoMDN
philippe_mingo [Sat, 9 Feb 2002 17:29:58 +0000 (17:29 +0000)]
MDN

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

22 years agoMDN Support. First approach.
philippe_mingo [Sat, 9 Feb 2002 17:12:44 +0000 (17:12 +0000)]
MDN Support. First approach.

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

22 years agoMDN support. First approach.
philippe_mingo [Sat, 9 Feb 2002 17:10:22 +0000 (17:10 +0000)]
MDN support. First approach.

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

22 years agoAdded the hability to introduce external strings.
philippe_mingo [Sat, 9 Feb 2002 15:12:57 +0000 (15:12 +0000)]
Added the hability to introduce external strings.

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

22 years agoCode cleanup
philippe_mingo [Sat, 9 Feb 2002 15:07:44 +0000 (15:07 +0000)]
Code cleanup

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

22 years agoThe module was not honoring some mails in uw, the problem was uw answering
philippe_mingo [Sat, 9 Feb 2002 15:06:29 +0000 (15:06 +0000)]
The module was not honoring some mails in uw, the problem was uw answering
* OK [PARSE] Missing parameter
This commit pretends to fix this, but I confess I'm not happy with
the way I did it. I would be happy if someone improve it 8)

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

22 years agoTylerization
philippe_mingo [Fri, 8 Feb 2002 21:53:51 +0000 (21:53 +0000)]
Tylerization

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

22 years agoRetrieval error reformated.
philippe_mingo [Fri, 8 Feb 2002 21:22:38 +0000 (21:22 +0000)]
Retrieval error reformated.

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

22 years agofix enter button to submit form with certain browsers. Thanks Ryan
jmunro [Fri, 8 Feb 2002 18:05:37 +0000 (18:05 +0000)]
fix enter button to submit form with certain browsers. Thanks Ryan

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

22 years agoOoops.
philippe_mingo [Fri, 8 Feb 2002 13:55:37 +0000 (13:55 +0000)]
Ooops.

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