squirrelmail.git
18 years agoupdating email and name of Georgian translator
tokul [Sun, 12 Feb 2006 06:35:55 +0000 (06:35 +0000)]
updating email and name of Georgian translator

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

18 years agoFix for checkall link when js is disabled.
stekkel [Sat, 11 Feb 2006 18:17:59 +0000 (18:17 +0000)]
Fix for checkall link when js is disabled.

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

18 years agoduplicate closing tr
tokul [Sat, 11 Feb 2006 17:49:33 +0000 (17:49 +0000)]
duplicate closing tr

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

18 years agocss requires more hacks in order to center table correctly. reverting to html alignment.
tokul [Sat, 11 Feb 2006 17:42:27 +0000 (17:42 +0000)]
css requires more hacks in order to center table correctly. reverting to html alignment.
fixed order of closing select tag
start filters table only when filters exists. removes empty table when filters are
not defined.

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

18 years agocss centering does not work. reverting to html based table centering.
tokul [Sat, 11 Feb 2006 17:16:37 +0000 (17:16 +0000)]
css centering does not work. reverting to html based table centering.
use different ids for submit buttons

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

18 years agoUpdate documentation
stekkel [Sat, 11 Feb 2006 15:24:58 +0000 (15:24 +0000)]
Update documentation

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

18 years agoremoving global
stekkel [Sat, 11 Feb 2006 15:20:06 +0000 (15:20 +0000)]
removing global

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

18 years agoFix for #1093360.
stekkel [Sat, 11 Feb 2006 15:14:31 +0000 (15:14 +0000)]
Fix for #1093360.
The fix also includes the move from manual generated error messages in
imap_general to the central error handler.
In order to catch non fatal error message in compose.php I had to collect
the error messages array before the header redirect and write them to the
session. In read_body.php, compose.php and right_main.php I add the error
messages to the error handler again and clean up the delayed error messages
array.
I also modified the error handler in order to display the page_header in
case it wasn't displayed yet.

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

18 years agoFix for #550557
stekkel [Sat, 11 Feb 2006 11:33:46 +0000 (11:33 +0000)]
Fix for #550557
Do not try to set the \Answered flag if PERMANENTFLAGS doesn't advertise
\Answered.
PERMANENTFLAGS contain the flags that can be toggled in the selected mailbox

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

18 years agoFix for from names displayed in the attachment area when the message is a
stekkel [Sat, 11 Feb 2006 11:13:05 +0000 (11:13 +0000)]
Fix for from names displayed in the attachment area when the message is a
digest. After opening a digest message the rfc822_header object structure
which resulted we couldn't few the from name anymore when switched back to
the digest message.
We need to fix this later. See the comments.

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

18 years agoLast small addition, use separate class for mailboxes with recent messages
stekkel [Sat, 11 Feb 2006 10:06:10 +0000 (10:06 +0000)]
Last small addition, use separate class for mailboxes with recent messages
so you can detect where the recent messages are located if you use the
newmail plugin and only inform about recent messages.
At this moment the unseenstring is bold when the mailbox contains recent
messages.

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

18 years agoAdded leftrecent in order to detect which folders contain recent messages.
stekkel [Sat, 11 Feb 2006 10:03:46 +0000 (10:03 +0000)]
Added leftrecent in order to detect which folders contain recent messages.

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

18 years agoit's $sent_folder instead of $send_folder
stekkel [Fri, 10 Feb 2006 23:38:42 +0000 (23:38 +0000)]
it's $sent_folder instead of $send_folder

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

18 years agoAdded Michael More to the significant contributions area.
stekkel [Fri, 10 Feb 2006 23:15:48 +0000 (23:15 +0000)]
Added Michael More to the significant contributions area.

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

18 years agoAdapted patch from Michael Long
stekkel [Fri, 10 Feb 2006 23:06:50 +0000 (23:06 +0000)]
Adapted patch from Michael Long
* respect imap continuation request
* Added new error handling calls

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

18 years agoPatches from Michael Long
stekkel [Fri, 10 Feb 2006 22:16:07 +0000 (22:16 +0000)]
Patches from Michael Long
* implementing imap status cache in order to reduce
the amount of status calls generated from the newmail and filter plugin.
* enable the cumulative message account in left_main.php again

Patches reviewed by me. I fixed a few small things in newmail and I added RECENT status
calls in imap_mailbox.php in order to make the "only check recent mail"
option work.

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

18 years agoadding information about Georgian translator.
tokul [Fri, 10 Feb 2006 21:20:42 +0000 (21:20 +0000)]
adding information about Georgian translator.
adding myself as Translation Team leader.

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

18 years agoupdating strings
tokul [Fri, 10 Feb 2006 21:17:42 +0000 (21:17 +0000)]
updating strings

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

18 years agoUW response will now be detected too
stekkel [Fri, 10 Feb 2006 19:02:28 +0000 (19:02 +0000)]
UW response will now be detected too
[BADCHARSET (US-ASCII ,,,, )]

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

18 years agodetecting character in a NO response propably means:
stekkel [Fri, 10 Feb 2006 19:00:11 +0000 (19:00 +0000)]
detecting character in a NO response propably means:
Unrecognized character set or
character set is not supported

In other words, it's very certain the NO is caused by an unsupported
charset.

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

18 years agoSmall gramatical correction.
jangliss [Fri, 10 Feb 2006 04:58:13 +0000 (04:58 +0000)]
Small gramatical correction.

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

18 years agoProofreading.
stevetruckstuff [Thu, 9 Feb 2006 22:04:38 +0000 (22:04 +0000)]
Proofreading.

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

18 years agoMerged View as HTML support into the SquirrelMail core
indiri69 [Thu, 9 Feb 2006 21:44:21 +0000 (21:44 +0000)]
Merged View as HTML support into the SquirrelMail core

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

18 years agoAdding myself.
jervfors [Thu, 9 Feb 2006 21:09:44 +0000 (21:09 +0000)]
Adding myself.

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

18 years agoMore work on the release notes. Please look at it carefully because both
stekkel [Thu, 9 Feb 2006 20:30:36 +0000 (20:30 +0000)]
More work on the release notes. Please look at it carefully because both
Tomas and me created it. As non native English speakers we could have made
some mistakes ;-)

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

18 years agoadding new options to plugin defines.
tokul [Thu, 9 Feb 2006 19:38:50 +0000 (19:38 +0000)]
adding new options to plugin defines.
undoing centering changes in plugin. align attribute is deprecated, but
css does not provide options for table alignment.

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

18 years agostyle changes in server sorting option descriptions
tokul [Thu, 9 Feb 2006 19:07:14 +0000 (19:07 +0000)]
style changes in server sorting option descriptions

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

18 years agoCorrected charset to iso-8859-1
stevetruckstuff [Thu, 9 Feb 2006 19:03:28 +0000 (19:03 +0000)]
Corrected charset to iso-8859-1

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

18 years agodocumenting sorting options with @since tags
tokul [Thu, 9 Feb 2006 19:00:15 +0000 (19:00 +0000)]
documenting sorting options with @since tags

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

18 years agoFixed my poor American-only editor. :o
stevetruckstuff [Thu, 9 Feb 2006 18:43:07 +0000 (18:43 +0000)]
Fixed my poor American-only editor. :o

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

18 years agoAdded myself. :)
stevetruckstuff [Thu, 9 Feb 2006 18:21:48 +0000 (18:21 +0000)]
Added myself. :)

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

18 years agounseen string used different color before I've moved it colors to css.
tokul [Thu, 9 Feb 2006 17:56:20 +0000 (17:56 +0000)]
unseen string used different color before I've moved it colors to css.
confused color[15] with color[11]

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

18 years agoreverting sqm_leftMain style changes.
tokul [Thu, 9 Feb 2006 17:54:45 +0000 (17:54 +0000)]
reverting sqm_leftMain style changes.
adding leftunseen style for unseen strings

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

18 years agoSteve Brown's work for the login.tpl template
stekkel [Wed, 8 Feb 2006 22:04:20 +0000 (22:04 +0000)]
Steve Brown's work for the login.tpl template

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

18 years agoSteve Brown work for the login.tpl template
stekkel [Wed, 8 Feb 2006 22:03:21 +0000 (22:03 +0000)]
Steve Brown work for the login.tpl template

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

18 years agoSteve Brown login.tpl work.
stekkel [Wed, 8 Feb 2006 22:02:46 +0000 (22:02 +0000)]
Steve Brown login.tpl work.

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

18 years agoFix unknown variable message when the user has never logged in before (tested with...
indiri69 [Wed, 8 Feb 2006 20:04:34 +0000 (20:04 +0000)]
Fix unknown variable message when the user has never logged in before (tested with dovecot).

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

18 years agomailbox cache fixes
stekkel [Wed, 8 Feb 2006 17:59:25 +0000 (17:59 +0000)]
mailbox cache fixes

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

18 years agoHeaders fetch from read_body triggered by using the prev/next links didn't
stekkel [Wed, 8 Feb 2006 17:56:25 +0000 (17:56 +0000)]
Headers fetch from read_body triggered by using the prev/next links didn't
add sufficient info  for displaying the correct header in the messages list.
The extra check detects if the header is complete and add the specific uid
to the array with headers to be fetched.

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

18 years agoIncorrect columns were passed through calcfetchColumns with as result the
stekkel [Wed, 8 Feb 2006 17:54:24 +0000 (17:54 +0000)]
Incorrect columns were passed through calcfetchColumns with as result the
wrong column headers were fetched in case of updating the MSG_HEADERS cache
caused by using the prev/next links.

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

18 years agoerror reporting / disable thread and server sort
stekkel [Wed, 8 Feb 2006 10:07:37 +0000 (10:07 +0000)]
error reporting / disable thread and server sort

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

18 years agomake the login box be centered again on firefox/linux
kink [Wed, 8 Feb 2006 08:37:24 +0000 (08:37 +0000)]
make the login box be centered again on firefox/linux

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

18 years agoBetter error reporting
stekkel [Wed, 8 Feb 2006 08:00:10 +0000 (08:00 +0000)]
Better error reporting

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

18 years agomade the code work for triggering imap related errors.
stekkel [Wed, 8 Feb 2006 07:59:19 +0000 (07:59 +0000)]
made the code work for triggering imap related errors.

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

18 years agodisable server sort/thread option
stekkel [Wed, 8 Feb 2006 07:58:18 +0000 (07:58 +0000)]
disable server sort/thread option

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

18 years agomake it possible again to disable thread sort and server sort.
stekkel [Wed, 8 Feb 2006 07:57:14 +0000 (07:57 +0000)]
make it possible again to disable thread sort and server sort.

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

18 years agoMoving the links "Download this as a file" and "View Unsafe Images" to the "Options...
jervfors [Tue, 7 Feb 2006 02:54:08 +0000 (02:54 +0000)]
Moving the links "Download this as a file" and "View Unsafe Images" to the "Options" field, where they belong. This has also been requested at the mailing lists.

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

18 years agoadding information about changes/removed functions and hooks
tokul [Mon, 6 Feb 2006 19:27:22 +0000 (19:27 +0000)]
adding information about changes/removed functions and hooks

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

18 years agoadding my PGP key id and fingerprint.
tokul [Mon, 6 Feb 2006 18:55:39 +0000 (18:55 +0000)]
adding my PGP key id and fingerprint.

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

18 years agoadding sm-1.4 version
tokul [Mon, 6 Feb 2006 07:19:15 +0000 (07:19 +0000)]
adding sm-1.4 version

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

18 years agoReplacing deprecated HTML "center" element (second try).
jervfors [Sun, 5 Feb 2006 12:36:40 +0000 (12:36 +0000)]
Replacing deprecated HTML "center" element (second try).

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

18 years agoReplacing deprecated HTML "center" element (second try).
jervfors [Sun, 5 Feb 2006 12:23:04 +0000 (12:23 +0000)]
Replacing deprecated HTML "center" element (second try).

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

18 years agoDouble quoting needed.
jervfors [Sun, 5 Feb 2006 11:43:43 +0000 (11:43 +0000)]
Double quoting needed.

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

18 years agoReplacing HTML "script" element deprecated attribute "language".
jervfors [Sun, 5 Feb 2006 11:32:35 +0000 (11:32 +0000)]
Replacing HTML "script" element deprecated attribute "language".

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

18 years agorebuild mailbox cache when trash is emptied. cleans cached trash subfolders
tokul [Sun, 5 Feb 2006 11:31:22 +0000 (11:31 +0000)]
rebuild mailbox cache when trash is emptied. cleans cached trash subfolders

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

18 years agoreplacing obsolate function calls with current ones
tokul [Sun, 5 Feb 2006 11:29:41 +0000 (11:29 +0000)]
replacing obsolate function calls with current ones

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

18 years agoReplacing deprecated HTML "center" element.
jervfors [Sun, 5 Feb 2006 11:18:50 +0000 (11:18 +0000)]
Replacing deprecated HTML "center" element.

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

18 years agoupdate mailbox cache if new folders are created (first time login when
tokul [Sun, 5 Feb 2006 11:01:35 +0000 (11:01 +0000)]
update mailbox cache if new folders are created (first time login when
special folders are created)

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

18 years agomaking sure that new configuration vars are parsed and configuration arrays
tokul [Sun, 5 Feb 2006 10:44:25 +0000 (10:44 +0000)]
making sure that new configuration vars are parsed and configuration arrays
are preserved. control of options in arrays requires more changes and will
be implemented after release

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

18 years agoswitched doctype to standard compliance mode
tokul [Sun, 5 Feb 2006 09:20:36 +0000 (09:20 +0000)]
switched doctype to standard compliance mode

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

18 years agodisable regexp compilation error
tokul [Sun, 5 Feb 2006 09:13:27 +0000 (09:13 +0000)]
disable regexp compilation error

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

18 years agorearranged if structures in order to reach footer without extra template code
tokul [Sun, 5 Feb 2006 09:07:52 +0000 (09:07 +0000)]
rearranged if structures in order to reach footer without extra template code

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

18 years agophp bug. disable error reporting on session_start() called after session_destroy().
tokul [Sun, 5 Feb 2006 09:01:10 +0000 (09:01 +0000)]
php bug. disable error reporting on session_start() called after session_destroy().

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

18 years agodoctype switched from quirks to standards compliance mode
tokul [Sun, 5 Feb 2006 08:31:04 +0000 (08:31 +0000)]
doctype switched from quirks to standards compliance mode
added template arguments to style.php stylesheet
added loading of default style values when user values are not set are set.
fixed theme_css test

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

18 years agomoved template setting to get request
tokul [Sun, 5 Feb 2006 08:23:34 +0000 (08:23 +0000)]
moved template setting to get request
fixed fontset array

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

18 years agouse special folder class for special folders in advanced tree
tokul [Sat, 4 Feb 2006 19:35:10 +0000 (19:35 +0000)]
use special folder class for special folders in advanced tree

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

18 years ago</body></html> footer.tpl replacements
stekkel [Sat, 4 Feb 2006 17:03:53 +0000 (17:03 +0000)]
</body></html> footer.tpl replacements

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

18 years agoremove hardcoded $fontset.
tokul [Thu, 2 Feb 2006 20:13:08 +0000 (20:13 +0000)]
remove hardcoded $fontset.
will work on load_prefs.php on sunday

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

18 years agoadd info about pear in debian
kink [Thu, 2 Feb 2006 10:01:33 +0000 (10:01 +0000)]
add info about pear in debian

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

18 years agoRemoving trailing spaces from strings.
jervfors [Wed, 1 Feb 2006 09:25:11 +0000 (09:25 +0000)]
Removing trailing spaces from strings.

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

18 years agoMake sure the message was actually seen, not just that 'seen' is in aFlags
indiri69 [Tue, 31 Jan 2006 19:27:10 +0000 (19:27 +0000)]
Make sure the message was actually seen, not just that 'seen' is in aFlags

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

18 years agoWork around the fact that /src/style.php depends on a logged in user, thus breaking...
jervfors [Tue, 31 Jan 2006 15:03:06 +0000 (15:03 +0000)]
Work around the fact that /src/style.php depends on a logged in user, thus breaking the login page.

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

18 years ago- Security: Fix possible cross site scripting through the right_main
kink [Tue, 31 Jan 2006 07:27:44 +0000 (07:27 +0000)]
- Security: Fix possible cross site scripting through the right_main
  parameter of webmail.php. This now uses a whitelist of acceptable
  values. [CVE-2006-0188]

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

18 years agoNotice: Undefined variable: sTplDir in include/validate.php on line 128
jervfors [Mon, 30 Jan 2006 22:23:10 +0000 (22:23 +0000)]
Notice: Undefined variable: sTplDir in include/validate.php on line 128

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

18 years agoFor compability with gettext 0.10.40
jervfors [Mon, 30 Jan 2006 10:37:44 +0000 (10:37 +0000)]
For compability with gettext 0.10.40

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

18 years agodocument cve's
kink [Mon, 30 Jan 2006 10:08:38 +0000 (10:08 +0000)]
document cve's

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

18 years agoremove unneeded default which had a horrible backslash in a path
kink [Sun, 29 Jan 2006 12:14:58 +0000 (12:14 +0000)]
remove unneeded default which had a horrible backslash in a path

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

18 years agooutput a last-modified date if known; should prevent stylesheet from being
kink [Sun, 29 Jan 2006 12:12:17 +0000 (12:12 +0000)]
output a last-modified date if known; should prevent stylesheet from being
refetched on every pageload

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

18 years agomore relnotes updates
tokul [Sun, 29 Jan 2006 12:10:25 +0000 (12:10 +0000)]
more relnotes updates

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

18 years agoipv6 address must be in []
tokul [Sun, 29 Jan 2006 11:18:22 +0000 (11:18 +0000)]
ipv6 address must be in []

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

18 years agoadding $config_version check
tokul [Sun, 29 Jan 2006 10:43:47 +0000 (10:43 +0000)]
adding $config_version check

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

18 years agoRequest a sqimap_run_command_list instead of a sqimap_run_command because in
stekkel [Sun, 29 Jan 2006 10:36:06 +0000 (10:36 +0000)]
Request a sqimap_run_command_list instead of a sqimap_run_command because in
case of unsollicited responses sqimap_run_command only returns the first
response and if that's the unsollicited one instead of the SORT or SEARCH
response we loose the requested response

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

18 years agofix starttls check
tokul [Sun, 29 Jan 2006 10:16:35 +0000 (10:16 +0000)]
fix starttls check

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

18 years agofix i18n date format
tokul [Sun, 29 Jan 2006 10:15:28 +0000 (10:15 +0000)]
fix i18n date format
fix multiline title field display (remove line feeds when calendar is read)

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

18 years agoadded starttls support
tokul [Sat, 28 Jan 2006 19:26:29 +0000 (19:26 +0000)]
added starttls support

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

18 years agoAdded IMAP and SMTP STARTTLS extension support.
tokul [Sat, 28 Jan 2006 19:24:08 +0000 (19:24 +0000)]
Added IMAP and SMTP STARTTLS extension support.
Saved SMTP EHLO response in class parameters.
Moved sanitizing of SMTP errors from delivery class to display scripts.
Allowed to use configtest.php when client_ip matches server_ip.
There is no 1.3.3 version. TLS was introduced in 1.4.0.

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

18 years agoconfig.php was not loaded before plugin.php, but that's needed to make
kink [Sat, 28 Jan 2006 19:12:19 +0000 (19:12 +0000)]
config.php was not loaded before plugin.php, but that's needed to make
plugins work. The real solution is a centralized init and no active code
under functions/

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

18 years agoset short_open_tag to off and asp_tags to on on debug machine
tokul [Sat, 28 Jan 2006 19:07:33 +0000 (19:07 +0000)]
set short_open_tag to off and asp_tags to on on debug machine

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

18 years agoa default for sTplDir
kink [Sat, 28 Jan 2006 18:29:54 +0000 (18:29 +0000)]
a default for sTplDir

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

18 years agomissing ';'
kink [Sat, 28 Jan 2006 17:42:03 +0000 (17:42 +0000)]
missing ';'

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

18 years agocatch the case that the user has an old config with templateset_default missing
kink [Sat, 28 Jan 2006 17:26:59 +0000 (17:26 +0000)]
catch the case that the user has an old config with templateset_default missing

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

18 years agoremove a debug message
stekkel [Sat, 28 Jan 2006 17:26:29 +0000 (17:26 +0000)]
remove a debug message

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

18 years agotypo in varname
kink [Sat, 28 Jan 2006 17:17:41 +0000 (17:17 +0000)]
typo in varname

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

18 years agochanges ..
stekkel [Sat, 28 Jan 2006 16:37:06 +0000 (16:37 +0000)]
changes ..

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

18 years agoadded footer.tpl
stekkel [Sat, 28 Jan 2006 16:34:23 +0000 (16:34 +0000)]
added footer.tpl

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

18 years agoMerge of Steve Brown's patch
stekkel [Sat, 28 Jan 2006 16:08:48 +0000 (16:08 +0000)]
Merge of Steve Brown's patch

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

18 years agoMerge of template patch from Steve Brown
stekkel [Sat, 28 Jan 2006 16:06:12 +0000 (16:06 +0000)]
Merge of template patch from Steve Brown
Adapted static dirs to configurable template dir (template set support)

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

18 years agotemplate set selection support
stekkel [Sat, 28 Jan 2006 16:02:44 +0000 (16:02 +0000)]
template set selection support

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

18 years agoTemplate set selection
stekkel [Sat, 28 Jan 2006 16:01:43 +0000 (16:01 +0000)]
Template set selection

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

18 years ago* template set selection support
stekkel [Sat, 28 Jan 2006 16:00:54 +0000 (16:00 +0000)]
* template set selection support
* added init section to validate.php (can be moved out at a later stage when
we have sm_init) which takes care of starting the error handler and creation
of the template object

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