squirrelmail.git
23 years agoInitial add of csv import file. No error checking present yet for some things but...
lbergman [Fri, 30 Jun 2000 22:20:02 +0000 (22:20 +0000)]
Initial add of csv import file. No error checking present yet for some things but it works. Thanks Pallo.

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

23 years agoAdded csv import form HTML to addressbook.php.
lbergman [Fri, 30 Jun 2000 22:17:09 +0000 (22:17 +0000)]
Added csv import form HTML to addressbook.php.

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

23 years agochanged unclosed comment tags /* on lines 315 & 316 to //
lbergman [Fri, 30 Jun 2000 21:47:19 +0000 (21:47 +0000)]
changed unclosed comment tags /* on lines 315 & 316 to //

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

23 years agoFixed a small glitch in my Priority code, also added 2 (high) to the proirity list...
oricn [Fri, 30 Jun 2000 19:25:20 +0000 (19:25 +0000)]
Fixed a small glitch in my Priority code, also added 2 (high) to the proirity list not just 1 (higest)

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

23 years agoBug when repkyin. Could not use is_logged_in(). Replaced with
gustavf [Fri, 30 Jun 2000 15:30:19 +0000 (15:30 +0000)]
Bug when repkyin. Could not use is_logged_in(). Replaced with
sqimap_login().

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

23 years agoMade some changes to the way that attachments are downloaded -- changed the
lkehresman [Fri, 30 Jun 2000 15:17:20 +0000 (15:17 +0000)]
Made some changes to the way that attachments are downloaded -- changed the
content-type to "application/octet-stream" so that it will always get downloaded.
If it is an image, it has a "view" button beside it for convenience, and that
will load the picture in the browser.

Updated the configuration script, and documentation on mime

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

23 years agoAdded X-Priority Detection Now puts a "!" in the coloum after Date if the message...
oricn [Fri, 30 Jun 2000 14:44:13 +0000 (14:44 +0000)]
Added X-Priority Detection Now puts a "!" in the coloum after Date if the message has an X-Priority value of "1" Highest.

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

23 years agoRemoved dependency of IMAP from some more files.
gustavf [Thu, 29 Jun 2000 14:14:24 +0000 (14:14 +0000)]
Removed dependency of IMAP from some more files.

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

23 years agoRemoved dependency on IMAP. Uses auth.php instead.
gustavf [Thu, 29 Jun 2000 14:03:12 +0000 (14:03 +0000)]
Removed dependency on IMAP. Uses auth.php instead.

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

23 years agoAdded auth.php to put authentication functions in one place. Added a
gustavf [Thu, 29 Jun 2000 12:46:49 +0000 (12:46 +0000)]
Added auth.php to put authentication functions in one place. Added a
function there to check if the user is logged in without having to
connect to the IMAP server. Using this function in compose.php as a
test.

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

23 years agoAdded session variable $is_logged_in.
gustavf [Thu, 29 Jun 2000 12:09:39 +0000 (12:09 +0000)]
Added session variable $is_logged_in.

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

23 years agoNow translation is working for "Unknown user or..."
gustavf [Thu, 29 Jun 2000 11:40:58 +0000 (11:40 +0000)]
Now translation is working for "Unknown user or..."

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

23 years agoFixed spelin errorr.
gustavf [Thu, 29 Jun 2000 08:17:05 +0000 (08:17 +0000)]
Fixed spelin errorr.

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

23 years agoAdded basic framework for plugin support. Very little code so far. Two
gustavf [Wed, 28 Jun 2000 13:07:00 +0000 (13:07 +0000)]
Added basic framework for plugin support. Very little code so far. Two
hooks in page_header.

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

23 years agoPorted new functions in javascript addressbook to the pure HTML version.
pallo [Wed, 28 Jun 2000 12:57:37 +0000 (12:57 +0000)]
Ported new functions in javascript addressbook to the pure HTML version.

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

23 years agoFixed some HTML bugs.
pallo [Wed, 28 Jun 2000 12:55:00 +0000 (12:55 +0000)]
Fixed some HTML bugs.

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

23 years agoSome changes to HTML table code.
pallo [Wed, 28 Jun 2000 11:28:31 +0000 (11:28 +0000)]
Some changes to HTML table code.

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

23 years agoFixed bug in Javascript code.
pallo [Wed, 28 Jun 2000 11:13:47 +0000 (11:13 +0000)]
Fixed bug in Javascript code.

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

23 years agoNo longer requires both body and subject. One of them is enough.
gustavf [Wed, 28 Jun 2000 10:49:02 +0000 (10:49 +0000)]
No longer requires both body and subject. One of them is enough.

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

23 years agoChanged comment. It used to plain wrong.
gustavf [Wed, 28 Jun 2000 10:47:07 +0000 (10:47 +0000)]
Changed comment. It used to plain wrong.

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

23 years agomade a few asthetic changes to addressbook.php -- made it so that the info
lkehresman [Sat, 24 Jun 2000 04:49:21 +0000 (04:49 +0000)]
made a few asthetic changes to addressbook.php -- made it so that the info
part wasn't tagged as "nowrap" so that it doesn't go off the screen if
they have a long info line (like on the demo site)

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

23 years agoupdated some documentation, fixed minor bugs in MIME decoding, made
lkehresman [Sat, 24 Jun 2000 04:21:22 +0000 (04:21 +0000)]
updated some documentation, fixed minor bugs in MIME decoding, made
reply and forward work for composing messages.

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

23 years agoupdated todo, trying to fix this stupid multiple log email problem,
lkehresman [Fri, 23 Jun 2000 14:32:09 +0000 (14:32 +0000)]
updated todo, trying to fix this stupid multiple log email problem,
fixed HTML support in mime

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

23 years agowrote up documentation on how the MIME stuff works now
lkehresman [Fri, 23 Jun 2000 04:39:10 +0000 (04:39 +0000)]
wrote up documentation on how the MIME stuff works now

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

23 years agomay have fixed the blank subject problem
lkehresman [Fri, 23 Jun 2000 02:02:37 +0000 (02:02 +0000)]
may have fixed the blank subject problem

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

23 years agoThis MIME support now passes the torture test that Gustav sent to the
lkehresman [Fri, 23 Jun 2000 01:55:09 +0000 (01:55 +0000)]
This MIME support now passes the torture test that Gustav sent to the
mailing list.

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

23 years agoadded debugging information and fixed a minor bug -- not reading in enough
lkehresman [Thu, 22 Jun 2000 20:01:27 +0000 (20:01 +0000)]
added debugging information and fixed a minor bug -- not reading in enough
characters from the IMAP server for really large responses.

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

23 years agomade message highlighting be more flexible. You can now highlight messages
lkehresman [Wed, 21 Jun 2000 17:28:05 +0000 (17:28 +0000)]
made message highlighting be more flexible.  You can now highlight messages
based upon "from", "to", or "subject".

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

23 years agoRewrote MIME support and made it much, MUCH quicker. All parsing of the
lkehresman [Wed, 21 Jun 2000 16:09:37 +0000 (16:09 +0000)]
Rewrote MIME support and made it much, MUCH quicker.  All parsing of the
messages are now handled on the IMAP server, rather than inside PHP, which
makes it about 20x faster (literally).

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

23 years agoAdded "List all" button to javascript address book.
pallo [Wed, 21 Jun 2000 11:13:26 +0000 (11:13 +0000)]
Added "List all" button to javascript address book.
List all addresses in the personal address book when window is opened.

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

23 years agoFixed translations in signout.php. Moved setting of language cookie
gustavf [Tue, 20 Jun 2000 08:33:07 +0000 (08:33 +0000)]
Fixed translations in signout.php. Moved setting of language cookie
from page_header.php to signout.php.

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

23 years agoFixed up porblem with language selection. Now uses HTTP content
gustavf [Tue, 20 Jun 2000 08:22:08 +0000 (08:22 +0000)]
Fixed up porblem with language selection. Now uses HTTP content
negotiation if cookie is not set and sets charset correctly.

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

23 years agoPut my name against the search mailbox(es) TODO, seeing as i have already started...
oricn [Mon, 19 Jun 2000 13:20:46 +0000 (13:20 +0000)]
Put my name against the search mailbox(es) TODO, seeing as i have already started it as i said i would :P

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

23 years agoMade the message highlighting much more stable and usable. It has quite
lkehresman [Mon, 19 Jun 2000 00:57:21 +0000 (00:57 +0000)]
Made the message highlighting much more stable and usable.  It has quite
a bit of error correction, and the interface was made easier and more
functional.

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

23 years agoAdded basic support for message highlighting. Note that this needs quite
lkehresman [Sun, 18 Jun 2000 05:25:12 +0000 (05:25 +0000)]
Added basic support for message highlighting.  Note that this needs quite
a bit of work yet, because there is no error correction in the data entry
under the options menu.  But it works.  :)

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

23 years agotesting multiple file commits for CVS messages
lkehresman [Sun, 18 Jun 2000 03:46:57 +0000 (03:46 +0000)]
testing multiple file commits for CVS messages

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

23 years agomoved buttons on compose form so they are more accessable to smaller
lkehresman [Sun, 18 Jun 2000 02:52:08 +0000 (02:52 +0000)]
moved buttons on compose form so they are more accessable to smaller
displays.  Someone requested this on the mailing list.

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

23 years agoAdded error check and message for missing ../help/en dir and hlp files.
lbergman [Fri, 16 Jun 2000 14:47:35 +0000 (14:47 +0000)]
Added error check and message for missing ../help/en dir and hlp files.

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

23 years agoa test run of the logging capabilities
lkehresman [Thu, 15 Jun 2000 18:56:58 +0000 (18:56 +0000)]
a test run of the logging capabilities

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

23 years agotesting the logging to email list
lkehresman [Thu, 15 Jun 2000 18:51:53 +0000 (18:51 +0000)]
testing the logging to email list

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

23 years agochanged where a variable is registered in the session so heavy hard drive IO doesn...
gpadgham [Thu, 15 Jun 2000 15:20:43 +0000 (15:20 +0000)]
changed where a variable is registered in the session so heavy hard drive IO doesn't exist when sorting tons of e-mail headers.

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

23 years agoMade a few strings easier to translate.
gustavf [Wed, 14 Jun 2000 07:52:09 +0000 (07:52 +0000)]
Made a few strings easier to translate.

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

23 years agoCorrected UGLY html output, now looks more common sense.
lbergman [Fri, 9 Jun 2000 14:17:13 +0000 (14:17 +0000)]
Corrected UGLY html output, now looks more common sense.

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

23 years agoWrong version commited last time :P
oricn [Thu, 8 Jun 2000 18:36:10 +0000 (18:36 +0000)]
Wrong version commited last time :P

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

23 years agoAdded th patch from Tom Duffey, added checking for ftp, telnet, https will lookinto...
oricn [Thu, 8 Jun 2000 18:34:22 +0000 (18:34 +0000)]
Added th patch from Tom Duffey, added checking for ftp, telnet, https will lookinto better ways.

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

23 years agoAdded internationalization compatibility to error message.
lbergman [Thu, 8 Jun 2000 16:05:29 +0000 (16:05 +0000)]
Added internationalization compatibility to error message.

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

23 years agoInitial add, provides dynamic menu for left frame built from .hlp file <H1>, <H3...
lbergman [Thu, 8 Jun 2000 15:43:49 +0000 (15:43 +0000)]
Initial add, provides dynamic menu for left frame built from .hlp file <H1>, <H3>, and <A> tags.

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

23 years agoRemoved help related code, moved tp left_help.php.
lbergman [Thu, 8 Jun 2000 15:42:04 +0000 (15:42 +0000)]
Removed help related code, moved tp left_help.php.

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

23 years agoMade call for help bring up left_help.php for left frame source.
lbergman [Thu, 8 Jun 2000 14:32:10 +0000 (14:32 +0000)]
Made call for help bring up left_help.php for left frame source.

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

23 years agoAdded coma after name - neccessary for proper display in help.
lbergman [Thu, 8 Jun 2000 14:17:50 +0000 (14:17 +0000)]
Added coma after name - neccessary for proper display in help.

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

23 years agoUpdated with e-mail addresses and Polish translation.
gustavf [Wed, 7 Jun 2000 14:14:25 +0000 (14:14 +0000)]
Updated with e-mail addresses and Polish translation.

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

23 years agoGave Lukasz Klimek <casa@LO.Pila.PL> credit for Polish translation.
gustavf [Wed, 7 Jun 2000 13:54:29 +0000 (13:54 +0000)]
Gave  Lukasz Klimek <casa@LO.Pila.PL> credit for Polish translation.

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

23 years agoAdded polish translation from Lukasz Klimek <casa@LO.Pila.PL>.
gustavf [Wed, 7 Jun 2000 13:53:05 +0000 (13:53 +0000)]
Added polish translation from Lukasz Klimek <casa@LO.Pila.PL>.

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

23 years agoAdded spaces and coma's to make it display better in FAQ.hlp.
lbergman [Tue, 6 Jun 2000 13:44:11 +0000 (13:44 +0000)]
Added spaces and coma's to make it display better in FAQ.hlp.

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

23 years agoAdded check for ?help.php so left frame is set large.
lbergman [Tue, 6 Jun 2000 13:31:41 +0000 (13:31 +0000)]
Added check for ?help.php so left frame is set large.

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

23 years agocorrected error which caused no data
lbergman [Mon, 5 Jun 2000 21:57:28 +0000 (21:57 +0000)]
corrected error which caused no data

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

23 years agoBasic description I think needs to be done for a translation, Gustav?
lbergman [Mon, 5 Jun 2000 20:42:57 +0000 (20:42 +0000)]
Basic description I think needs to be done for a translation, Gustav?

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

23 years agoadded help menu stuff
lbergman [Mon, 5 Jun 2000 20:40:20 +0000 (20:40 +0000)]
added help menu stuff

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

23 years agoAdded variable, this needs work and possible substitution.
lbergman [Mon, 5 Jun 2000 20:30:28 +0000 (20:30 +0000)]
Added  variable, this needs work and possible substitution.

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

23 years agoChecks for user language availability and includes .hlp files
lbergman [Mon, 5 Jun 2000 20:24:41 +0000 (20:24 +0000)]
Checks for user language availability and includes .hlp files

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

23 years agoadded a fourth method (?help.php) to call webmail.
lbergman [Mon, 5 Jun 2000 20:18:33 +0000 (20:18 +0000)]
added a fourth method (?help.php) to call webmail.

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

23 years agoadded help to menu choices
lbergman [Mon, 5 Jun 2000 20:09:12 +0000 (20:09 +0000)]
added help to menu choices

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

23 years agoadded blue steel theme to array
lbergman [Mon, 5 Jun 2000 16:45:57 +0000 (16:45 +0000)]
added blue steel theme to array

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

23 years agoadded ugly but patriotic theme
lbergman [Mon, 5 Jun 2000 14:49:29 +0000 (14:49 +0000)]
added ugly but patriotic theme

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

23 years agoadded dark blue/grey theme
lbergman [Mon, 5 Jun 2000 14:47:35 +0000 (14:47 +0000)]
added dark blue/grey theme

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

23 years agoupdated authors file
lkehresman [Fri, 2 Jun 2000 13:16:13 +0000 (13:16 +0000)]
updated authors file

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

23 years agoUpdated some things to say 0.5pre1
lkehresman [Thu, 1 Jun 2000 12:52:44 +0000 (12:52 +0000)]
Updated some things to say 0.5pre1

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

23 years agospelling fix
nehresma [Fri, 26 May 2000 19:34:41 +0000 (19:34 +0000)]
spelling fix

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

23 years agoCleaned up HTML.
gustavf [Thu, 25 May 2000 13:54:24 +0000 (13:54 +0000)]
Cleaned up HTML.

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

23 years agoCleaned up generated HTML-code.
gustavf [Thu, 25 May 2000 13:29:38 +0000 (13:29 +0000)]
Cleaned up generated HTML-code.

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

23 years agoAdded basic CSS support.
gustavf [Thu, 25 May 2000 09:17:12 +0000 (09:17 +0000)]
Added basic CSS support.

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

23 years agodisplayHtmlHeader now takes a title as parameter (defaults to SquirrelMail).
gustavf [Thu, 25 May 2000 08:07:12 +0000 (08:07 +0000)]
displayHtmlHeader now takes a title as parameter (defaults to SquirrelMail).

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

23 years agoMoved printing of HTML-header into page_header.php.
gustavf [Thu, 25 May 2000 07:42:19 +0000 (07:42 +0000)]
Moved printing of HTML-header into page_header.php.

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

23 years agoFixed the No Subect Bug
oricn [Fri, 19 May 2000 15:20:17 +0000 (15:20 +0000)]
Fixed the No Subect Bug

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

23 years agoSorted a few &nbsp to $nbsp;
oricn [Thu, 18 May 2000 18:35:26 +0000 (18:35 +0000)]
Sorted a few &nbsp to $nbsp;

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

23 years agofixed subject length problem
lkehresman [Sun, 14 May 2000 17:31:55 +0000 (17:31 +0000)]
fixed subject length problem

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

23 years agofixed bugs
lkehresman [Sat, 13 May 2000 04:30:12 +0000 (04:30 +0000)]
fixed bugs

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

23 years agoadded some fixed mentioned on the mailing list
lkehresman [Mon, 8 May 2000 15:49:39 +0000 (15:49 +0000)]
added some fixed mentioned on the mailing list

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

23 years agoupdated theme, fixed problem expunging
lkehresman [Sat, 6 May 2000 17:01:40 +0000 (17:01 +0000)]
updated theme, fixed problem expunging

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

23 years agohopefully fixed [ NONE ] problem
lkehresman [Sat, 6 May 2000 16:18:00 +0000 (16:18 +0000)]
hopefully fixed [ NONE ] problem

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

23 years agofixed some bugs with sending to inbox after send.
lkehresman [Fri, 5 May 2000 15:47:03 +0000 (15:47 +0000)]
fixed some bugs with sending to inbox after send.

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

23 years agosending messages takes you back to previous mailbox
lkehresman [Fri, 5 May 2000 15:30:48 +0000 (15:30 +0000)]
sending messages takes you back to previous mailbox
, saves "Answered" flag

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

23 years agoaddress book saves stuff between instances
lkehresman [Fri, 5 May 2000 01:23:25 +0000 (01:23 +0000)]
address book saves stuff between instances

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

23 years agoremoved debugging info
lkehresman [Fri, 5 May 2000 00:47:16 +0000 (00:47 +0000)]
removed debugging info

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

23 years agoupdated html address book
lkehresman [Fri, 5 May 2000 00:40:00 +0000 (00:40 +0000)]
updated html address book

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

23 years agominor bugfix, first line of message used to remove preceeding spaces.
lkehresman [Thu, 4 May 2000 22:29:25 +0000 (22:29 +0000)]
minor bugfix, first line of message used to remove preceeding spaces.

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

23 years agoadded html addr book search file
lkehresman [Thu, 4 May 2000 22:04:59 +0000 (22:04 +0000)]
added html addr book search file

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

23 years agoFixed some of the JavaScript related code.
pallo [Thu, 4 May 2000 21:54:40 +0000 (21:54 +0000)]
Fixed some of the JavaScript related code.

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

23 years agoTry a little harder to guess th URL.
pallo [Thu, 4 May 2000 21:36:21 +0000 (21:36 +0000)]
Try a little harder to guess th URL.

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

23 years agofixed bug in mailbox_exists for shane
lkehresman [Thu, 4 May 2000 21:12:14 +0000 (21:12 +0000)]
fixed bug in mailbox_exists for shane

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

23 years agofixed problem with usort getting bad data in some instances
lkehresman [Thu, 4 May 2000 20:59:39 +0000 (20:59 +0000)]
fixed problem with usort getting bad data in some instances

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

23 years agoclaimed a task for myself
gpadgham [Thu, 4 May 2000 20:47:35 +0000 (20:47 +0000)]
claimed a task for myself

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

23 years agoupdated authors to add david whittington
lkehresman [Wed, 3 May 2000 22:47:31 +0000 (22:47 +0000)]
updated authors to add david whittington

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

23 years agoupdated the index.php to be absolute, not relative, fixed some bugs in
lkehresman [Wed, 3 May 2000 18:55:39 +0000 (18:55 +0000)]
updated the index.php to be absolute, not relative, fixed some bugs in
url parser.

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

23 years agobasic html address book
lkehresman [Wed, 3 May 2000 15:55:47 +0000 (15:55 +0000)]
basic html address book

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

24 years agoadded blue theme
lkehresman [Sun, 30 Apr 2000 20:27:19 +0000 (20:27 +0000)]
added blue theme

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

24 years agoupdated bugs file, changed version number to pre2
lkehresman [Sun, 30 Apr 2000 19:21:41 +0000 (19:21 +0000)]
updated bugs file, changed version number to pre2

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

24 years agofixed some bugs with sent/trash defaults
lkehresman [Sun, 30 Apr 2000 19:19:30 +0000 (19:19 +0000)]
fixed some bugs with sent/trash defaults

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

24 years agoadded ( and ) to end markers of html parsing, fixed folder subscribing on UW
lkehresman [Sun, 30 Apr 2000 06:24:45 +0000 (06:24 +0000)]
added ( and ) to end markers of html parsing, fixed folder subscribing on UW

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

24 years agoupdated code for folder list and fixed a few bugs
lkehresman [Sat, 29 Apr 2000 22:18:10 +0000 (22:18 +0000)]
updated code for folder list and fixed a few bugs

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