squirrelmail.git
19 years agoThis is better, forgot a double quote.
stekkel [Wed, 20 Apr 2005 20:05:29 +0000 (20:05 +0000)]
This is better, forgot a double quote.

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

19 years ago* Fix sort order direction
stekkel [Wed, 20 Apr 2005 20:01:25 +0000 (20:01 +0000)]
* Fix sort order direction
* do not store sortall twice. $aMailbox['SORTALL'][$iSetIndx] is leading.
* Fix for labels. Set the refering id correct.

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

19 years agoFix a small bug when displaying less messages than the page max.
kink [Tue, 19 Apr 2005 19:23:35 +0000 (19:23 +0000)]
Fix a small bug when displaying less messages than the page max.

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

19 years agoFix for "No messages found" messages. Only display it when there are no
stekkel [Tue, 19 Apr 2005 17:55:18 +0000 (17:55 +0000)]
Fix for "No messages found" messages. Only display it when there are no
messages found

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

19 years agoinformation about new crypto
tokul [Tue, 19 Apr 2005 13:57:51 +0000 (13:57 +0000)]
information about new crypto

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

19 years agomaking sure that imap server variable does not contain mapping.
tokul [Tue, 19 Apr 2005 13:56:18 +0000 (13:56 +0000)]
making sure that imap server variable does not contain mapping.

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

19 years agoadding ripe-md160 and md4 support for qmail-ldap
tokul [Tue, 19 Apr 2005 13:55:27 +0000 (13:55 +0000)]
adding ripe-md160 and md4 support for qmail-ldap

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

19 years agoJust in case ...
stekkel [Tue, 19 Apr 2005 10:44:26 +0000 (10:44 +0000)]
Just in case ...

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

19 years agoFixed half implemented feature. Now we provide a stream when calling this
stekkel [Tue, 19 Apr 2005 10:34:50 +0000 (10:34 +0000)]
Fixed half implemented feature. Now we provide a stream when calling this
function. This will save memory usage in case we forward from compose and
will stop exhausted memory errors in case of large attachments.

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

19 years agoReset the pageindex on a new search
stekkel [Mon, 18 Apr 2005 20:59:46 +0000 (20:59 +0000)]
Reset the pageindex on a new search

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

19 years agoFixed truncateWithEntities function which trimmed the string one char to
stekkel [Mon, 18 Apr 2005 19:44:41 +0000 (19:44 +0000)]
Fixed truncateWithEntities function which trimmed the string one char to
early and we could end up with &nbsp instead of  

Possibly fixed multibyte string truncate because the passed int was wrong.
It used $trim_val instead of $iTrimAt (previous $trim_at)

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

19 years agochanges changes changes
stekkel [Mon, 18 Apr 2005 18:30:48 +0000 (18:30 +0000)]
changes changes changes

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

19 years agoDon't trigger checkForm when we show the pageHeader.
stekkel [Mon, 18 Apr 2005 18:15:47 +0000 (18:15 +0000)]
Don't trigger checkForm when we show the pageHeader.

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

19 years agoMake Flags a required column just as subject. If we don't then the flags
stekkel [Mon, 18 Apr 2005 18:11:02 +0000 (18:11 +0000)]
Make Flags a required column just as subject. If we don't then the flags
will not be fetched from the imap server and we cannot provide information
about the seen state of a message.

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

19 years agoShow email address as title attribute if we only show the personal name of
stekkel [Mon, 18 Apr 2005 18:05:41 +0000 (18:05 +0000)]
Show email address as title attribute if we only show the personal name of
an email address.

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

19 years agoShow bypass trash checkbox again and move the delete button to the right.
stekkel [Mon, 18 Apr 2005 17:39:48 +0000 (17:39 +0000)]
Show bypass trash checkbox again and move the delete button to the right.

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

19 years agoinformation about added php 4.3.0 features in phpdoc
tokul [Mon, 18 Apr 2005 10:12:41 +0000 (10:12 +0000)]
information about added php 4.3.0 features in phpdoc

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

19 years agoinformation about mailbox listing changes. Remove experimental tag if it
tokul [Mon, 18 Apr 2005 10:08:50 +0000 (10:08 +0000)]
information about mailbox listing changes. Remove experimental tag if it
is stable enough.

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

19 years agoinformation about mail_fetch fix
tokul [Mon, 18 Apr 2005 10:01:01 +0000 (10:01 +0000)]
information about mail_fetch fix

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

19 years agofix typo
tokul [Mon, 18 Apr 2005 09:55:49 +0000 (09:55 +0000)]
fix typo

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

19 years agocheck mailbox before trying to store emails in it. fix for (#584658).
tokul [Mon, 18 Apr 2005 09:43:49 +0000 (09:43 +0000)]
check mailbox before trying to store emails in it. fix for (#584658).
todo: remove functions from setup.php and move configuration vars to config
file.

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

19 years agotagged debugging function used only in asearch
tokul [Mon, 18 Apr 2005 09:00:30 +0000 (09:00 +0000)]
tagged debugging function used only in asearch

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

19 years agoadding phpdoc tags
tokul [Mon, 18 Apr 2005 08:32:11 +0000 (08:32 +0000)]
adding phpdoc tags

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

19 years agomissed one more tag
tokul [Mon, 18 Apr 2005 08:29:49 +0000 (08:29 +0000)]
missed one more tag

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

19 years agoadding rfc implemented in listcommands
tokul [Mon, 18 Apr 2005 08:09:44 +0000 (08:09 +0000)]
adding rfc implemented in listcommands

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

19 years agouse separate subpackage for templates.
tokul [Mon, 18 Apr 2005 08:06:13 +0000 (08:06 +0000)]
use separate subpackage for templates.
use downwards arrow instead of question mark for low priority emails.
add phpdoc tags before first include

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

19 years agophpdoc tags
tokul [Mon, 18 Apr 2005 08:04:13 +0000 (08:04 +0000)]
phpdoc tags

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

19 years agoadding html message inside iframe
tokul [Mon, 18 Apr 2005 07:49:46 +0000 (07:49 +0000)]
adding html message inside iframe

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

19 years agoremoving todo
tokul [Mon, 18 Apr 2005 07:46:59 +0000 (07:46 +0000)]
removing todo

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

19 years agoremoving functions from setup.php
tokul [Mon, 18 Apr 2005 07:44:54 +0000 (07:44 +0000)]
removing functions from setup.php

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

19 years agoadding phpdoc blocks
tokul [Mon, 18 Apr 2005 07:37:57 +0000 (07:37 +0000)]
adding phpdoc blocks

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

19 years agolowercase package tag. fix phpdoc block.
tokul [Mon, 18 Apr 2005 07:36:23 +0000 (07:36 +0000)]
lowercase package tag. fix phpdoc block.

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

19 years agodocumenting some functions.
tokul [Sun, 17 Apr 2005 14:45:30 +0000 (14:45 +0000)]
documenting some functions.
using sqm_baseuri() instead of SM_PATH
sanitizing url arguments with htmlspecialchars in order to convert & to &

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

19 years agoinformation about changes
tokul [Sun, 17 Apr 2005 12:31:53 +0000 (12:31 +0000)]
information about changes

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

19 years agodisabled LOGINDISABLED check, when imap server is mapped with external
tokul [Sun, 17 Apr 2005 12:28:42 +0000 (12:28 +0000)]
disabled LOGINDISABLED check, when imap server is mapped with external
function

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

19 years agoadded iframe code (used when show_html_default = true)
tokul [Sun, 17 Apr 2005 12:21:41 +0000 (12:21 +0000)]
added iframe code (used when show_html_default = true)
replaced some SM_PATH constants with sqm_baseuri(). It can be broken,
if constant contains full path.

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

19 years agoiframe height option
tokul [Sun, 17 Apr 2005 12:18:02 +0000 (12:18 +0000)]
iframe height option

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

19 years agoiframe control for experimental code
tokul [Sun, 17 Apr 2005 12:17:12 +0000 (12:17 +0000)]
iframe control for experimental code

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

19 years agoStupid stupid stupid
stekkel [Sun, 17 Apr 2005 01:19:21 +0000 (01:19 +0000)]
Stupid stupid stupid

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

19 years agoThere it is, the first layout improvements in the template.
stekkel [Sun, 17 Apr 2005 01:16:28 +0000 (01:16 +0000)]
There it is, the first layout improvements in the template.
If we use icons use them as well in the columnheader.

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

19 years agoremoved just added htmlspecialvars around the date column because it fucks
stekkel [Sat, 16 Apr 2005 22:26:32 +0000 (22:26 +0000)]
removed just added htmlspecialvars around the date column because it fucks
up the display.

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

19 years agoSmall rewrite of the fix of Fredrik and another fix. i initialized the extra
stekkel [Sat, 16 Apr 2005 22:20:42 +0000 (22:20 +0000)]
Small rewrite of the fix of Fredrik and another fix. i initialized the extra
columns array within the loop which was wrong (read stupid)

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

19 years agoFix for highlighting. highlightMessage() didn't get the right input.
jervfors [Sat, 16 Apr 2005 20:17:37 +0000 (20:17 +0000)]
Fix for highlighting. highlightMessage() didn't get the right input.

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

19 years agoFIle no longer used => deleted
stekkel [Sat, 16 Apr 2005 18:55:46 +0000 (18:55 +0000)]
FIle no longer used => deleted

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

19 years agoFixing strings:
jervfors [Sat, 16 Apr 2005 17:45:40 +0000 (17:45 +0000)]
Fixing strings:
- Removing space before colon
- Removing trailing spaces
- Changing "said" to "wrote"

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

19 years agoFix displaying of encoded addresses.
stekkel [Sat, 16 Apr 2005 16:35:18 +0000 (16:35 +0000)]
Fix displaying of encoded addresses.

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

19 years agoRestart the session after forward as attachment.
stekkel [Sat, 16 Apr 2005 15:31:58 +0000 (15:31 +0000)]
Restart the session after forward as attachment.
sqsession_is_active doesn't restart the session because it does a check on
session_id which isn't empty after a session_write_close.

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

19 years agoFix a variable typo.
kink [Sat, 16 Apr 2005 14:20:38 +0000 (14:20 +0000)]
Fix a variable typo.
Move the inclusion of default.js to before the extra JS code in page_header,
because the extra code may use functions from default.js (eg Forward as
Attachment, which was broken).

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

19 years agoCheck for flags column
stekkel [Sat, 16 Apr 2005 11:13:41 +0000 (11:13 +0000)]
Check for flags column

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

19 years agostrings: adapt makeComposeLink to the new js
stekkel [Sat, 16 Apr 2005 11:12:22 +0000 (11:12 +0000)]
strings: adapt makeComposeLink to the new js
mailbox_display, retrieve aFetchHeaders.
read_body, behave well when the cache is invalidated

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

19 years agoTranslation fix
jervfors [Fri, 15 Apr 2005 18:53:27 +0000 (18:53 +0000)]
Translation fix

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

19 years agoRemoving DOS char's
jervfors [Fri, 15 Apr 2005 18:16:04 +0000 (18:16 +0000)]
Removing DOS char's

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

19 years agoCopyright update and removal of DOS char's
jervfors [Fri, 15 Apr 2005 17:13:13 +0000 (17:13 +0000)]
Copyright update and removal of DOS char's

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

19 years agoStyle pedantry
jervfors [Fri, 15 Apr 2005 17:11:43 +0000 (17:11 +0000)]
Style pedantry

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

19 years agoCopyright update
jervfors [Fri, 15 Apr 2005 17:11:08 +0000 (17:11 +0000)]
Copyright update

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

19 years agoClarifying purpose of plugin
jervfors [Fri, 15 Apr 2005 16:14:54 +0000 (16:14 +0000)]
Clarifying purpose of plugin

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

19 years agomake sure that $aFlags is set. maybe is_array() is needed too.
tokul [Fri, 15 Apr 2005 15:08:38 +0000 (15:08 +0000)]
make sure that $aFlags is set. maybe is_array() is needed too.

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

19 years agoremember to add this to 1.5.x release notes
tokul [Fri, 15 Apr 2005 14:30:17 +0000 (14:30 +0000)]
remember to add this to 1.5.x release notes

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

19 years agoadding decoding of subject. might have to check other columns too.
tokul [Fri, 15 Apr 2005 14:13:53 +0000 (14:13 +0000)]
adding decoding of subject. might have to check other columns too.

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

19 years agowhen table width is not set, it affects width of objects (iframes in
tokul [Fri, 15 Apr 2005 14:07:07 +0000 (14:07 +0000)]
when table width is not set, it affects width of objects (iframes in
show_default_html=1 case) placed inside table.

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

19 years agoForgot to rename the old $xtra var to $sJsHeader.
stekkel [Fri, 15 Apr 2005 13:40:28 +0000 (13:40 +0000)]
Forgot to rename the old $xtra var to $sJsHeader.

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

19 years agoFixed wrong var usage. This solves the errors Thijs saw in his previous
stekkel [Fri, 15 Apr 2005 13:38:34 +0000 (13:38 +0000)]
Fixed wrong var usage. This solves the errors Thijs saw in his previous
commit.

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

19 years ago2 bugs in message_list:
kink [Fri, 15 Apr 2005 12:31:16 +0000 (12:31 +0000)]
2 bugs in message_list:
- in PHP 4.1.x, the first part of in_array may not be an array. This gives a
  lot of warnings in the message display. Not sure how to fix this, so just adding a
  note to it now.
- initialize $aCol to empty array, not empty string, since it's expected to be
  an array further down.

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

19 years agohtml cleanups
stekkel [Fri, 15 Apr 2005 09:39:22 +0000 (09:39 +0000)]
html cleanups

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

19 years agoLooks like message highlighting contains a bug. The color is returned
stekkel [Fri, 15 Apr 2005 08:44:06 +0000 (08:44 +0000)]
Looks like message highlighting contains a bug. The color is returned
without the leading # character. This will fix it.

TODO, somebody may want to check why the color is stored without the leading
# char.

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

19 years agoMake checkbox js working with fancy row highlighting and without it.
stekkel [Fri, 15 Apr 2005 07:36:55 +0000 (07:36 +0000)]
Make checkbox js working with fancy row highlighting and without it.

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

19 years agoLast one... shesh
jangliss [Fri, 15 Apr 2005 05:11:50 +0000 (05:11 +0000)]
Last one... shesh

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

19 years agoBah, the constant switching between quote types is frustrating.
jangliss [Fri, 15 Apr 2005 05:10:08 +0000 (05:10 +0000)]
Bah, the constant switching between quote types is frustrating.

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

19 years agoUsing CSS style nowrap... Adding ends to the start of the classes Marc
jangliss [Fri, 15 Apr 2005 05:05:16 +0000 (05:05 +0000)]
Using CSS style nowrap... Adding ends to the start of the classes Marc
put in.

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

19 years agoHTML fix
jangliss [Fri, 15 Apr 2005 04:21:56 +0000 (04:21 +0000)]
HTML fix

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

19 years agoJavascript treats '0' different to 0. '0' is a string, and doesn't seem to
jangliss [Fri, 15 Apr 2005 04:19:24 +0000 (04:19 +0000)]
Javascript treats '0' different to 0. '0' is a string, and doesn't seem to
match a boolean comparison.  Or at least you get some odd results.  I have
fancy highlighting off, and '0' makes it appear.  Also removed some odd
javascript:

  this.checked = !(this.checked)

on every message check box, what was this for?  Firefox makes that a stupid
bit of code, as you click on a check box, and it unchecks it immedately
making it impossible to select messages :)

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

19 years agoYucky template wrapping... Putting "back" the nowrap tags to make it look
jangliss [Fri, 15 Apr 2005 03:46:38 +0000 (03:46 +0000)]
Yucky template wrapping... Putting "back" the nowrap tags to make it look
like it used to.  We might want to consider using css classes in here and
start adapting some of the stuff to include better css support as we
implement templates.

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

19 years agosqimap_messages_flag is depreciated and no longer exists. Now emptying the trash...
cigamit [Fri, 15 Apr 2005 02:07:32 +0000 (02:07 +0000)]
sqimap_messages_flag is depreciated and no longer exists.  Now emptying the trash works again.

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

19 years agotypo
stekkel [Thu, 14 Apr 2005 22:32:17 +0000 (22:32 +0000)]
typo

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

19 years agotemplates
stekkel [Thu, 14 Apr 2005 22:28:39 +0000 (22:28 +0000)]
templates

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

19 years agoTemplates
stekkel [Thu, 14 Apr 2005 22:09:03 +0000 (22:09 +0000)]
Templates

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

19 years agoTemplates
stekkel [Thu, 14 Apr 2005 21:42:53 +0000 (21:42 +0000)]
Templates

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

19 years agoTemplates
stekkel [Thu, 14 Apr 2005 21:34:30 +0000 (21:34 +0000)]
Templates

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

19 years ago@since information about sm_print_r
tokul [Thu, 14 Apr 2005 17:05:18 +0000 (17:05 +0000)]
@since information about sm_print_r

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

19 years agopreformated text is harder to read, when output is centered.
tokul [Thu, 14 Apr 2005 16:33:16 +0000 (16:33 +0000)]
preformated text is harder to read, when output is centered.

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

19 years agoadding function params and since tags to other sqimap mailbox functions
tokul [Thu, 14 Apr 2005 16:18:15 +0000 (16:18 +0000)]
adding function params and since tags to other sqimap mailbox functions

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

19 years agoFix for updating the filters rules when a folder is renamed.
cigamit [Thu, 14 Apr 2005 15:33:07 +0000 (15:33 +0000)]
Fix for updating the filters rules when a folder is renamed.

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

19 years agoall widgets should be named.
pdontthink [Thu, 14 Apr 2005 13:22:06 +0000 (13:22 +0000)]
all widgets should be named.

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

19 years agoadding file that can be used to display html mails in iframe
tokul [Thu, 14 Apr 2005 13:20:08 +0000 (13:20 +0000)]
adding file that can be used to display html mails in iframe

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

19 years agoIt isn't a workaround
pdontthink [Thu, 14 Apr 2005 11:01:25 +0000 (11:01 +0000)]
It isn't a workaround

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

19 years agoremove comments about mistaken sqgetGlobalVar fix
pdontthink [Thu, 14 Apr 2005 10:54:31 +0000 (10:54 +0000)]
remove comments about mistaken sqgetGlobalVar fix

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

19 years agoReverting to Erin's original design; sqgetGlobalVar() should not touch vars that...
pdontthink [Thu, 14 Apr 2005 10:52:50 +0000 (10:52 +0000)]
Reverting to Erin's original design; sqgetGlobalVar() should not touch vars that are not found

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

19 years agocourier workaround
pdontthink [Wed, 13 Apr 2005 23:28:27 +0000 (23:28 +0000)]
courier workaround

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

19 years agoWorkaround for Courier when sending mixed messages with nested multipart/alternative...
pdontthink [Wed, 13 Apr 2005 23:22:53 +0000 (23:22 +0000)]
Workaround for Courier when sending mixed messages with nested multipart/alternative parts

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

19 years agodocumenting some mailbox functions
tokul [Wed, 13 Apr 2005 18:48:49 +0000 (18:48 +0000)]
documenting some mailbox functions

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

19 years agosince comments are not needed for @return
tokul [Wed, 13 Apr 2005 14:21:57 +0000 (14:21 +0000)]
since comments are not needed for @return

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

19 years agodocumenting two functions
tokul [Wed, 13 Apr 2005 13:24:06 +0000 (13:24 +0000)]
documenting two functions

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

19 years agoAdd Cancel button to HTML addressbook. This was even simpler than I thought.
kink [Mon, 11 Apr 2005 18:36:41 +0000 (18:36 +0000)]
Add Cancel button to HTML addressbook. This was even simpler than I thought.
Closes: #1180565

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

19 years agoenough for today. adding some tags to imap mailbox functions
tokul [Mon, 11 Apr 2005 16:21:42 +0000 (16:21 +0000)]
enough for today. adding some tags to imap mailbox functions

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

19 years agomoved script to decode module. Script uses old style decode functions, is
tokul [Mon, 11 Apr 2005 08:55:10 +0000 (08:55 +0000)]
moved script to decode module. Script uses old style decode functions, is
compatible only with single byte mappings and most of single byte unicode
mappings are already implemented.

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

19 years agoIf From: field is unset in an email, header object for from field is not
jangliss [Sun, 10 Apr 2005 02:50:13 +0000 (02:50 +0000)]
If From: field is unset in an email, header object for from field is not
correctly set, and generates an error on reply (#1179754).

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

19 years agodocumenting functions. adding @deprecated to obsolate functions and @since
tokul [Fri, 8 Apr 2005 13:39:05 +0000 (13:39 +0000)]
documenting functions. adding @deprecated to obsolate functions and @since
tags to functions introduced after 1.0. Trying to document argument types
where possible

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

19 years agoinformation about changes
tokul [Fri, 8 Apr 2005 11:50:32 +0000 (11:50 +0000)]
information about changes

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

19 years agoregister_globals=off fix for squirrelmail_language extraction from cookie.
tokul [Fri, 8 Apr 2005 11:46:26 +0000 (11:46 +0000)]
register_globals=off fix for squirrelmail_language extraction from cookie.

if default squirrelmail language is set to empty string, detect default
language from HTTP_ACCEPT_LANGUAGE (#764709).

explained both tests that control language selection.

make set_my_charset work correctly when default sm language is empty.

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

19 years agodocumentation updates
tokul [Fri, 8 Apr 2005 11:38:30 +0000 (11:38 +0000)]
documentation updates

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