squirrelmail.git
17 years agoFix mistake - was using echo instead of adding to output string
pdontthink [Fri, 9 Feb 2007 10:39:34 +0000 (10:39 +0000)]
Fix mistake - was using echo instead of adding to output string

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

17 years agoFix default value for hide attributions
pdontthink [Thu, 8 Feb 2007 20:28:20 +0000 (20:28 +0000)]
Fix default value for hide attributions

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

17 years agoadd squirrelmail attribution to the bottom of message list,
kink [Thu, 8 Feb 2007 15:12:09 +0000 (15:12 +0000)]
add squirrelmail attribution to the bottom of message list,
to keep a path to the about page from our "main" interface.

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

17 years agoDrop the default top-right 'SquirrelMail' name and link, as discussed
kink [Thu, 8 Feb 2007 14:47:23 +0000 (14:47 +0000)]
Drop the default top-right 'SquirrelMail' name and link, as discussed
on squirrelmail-devel. It's overkill anyway to name and link SquirrelMail
so prominently on every page. It also confused users who clicked straight
through to our site. It will now only display something if provider_name
and provider_uri have been set, i.o.w., it's completely optional.

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

17 years agoOnclick handler should not be submitted as HTML but only as the onclick contents...
pdontthink [Wed, 7 Feb 2007 23:19:21 +0000 (23:19 +0000)]
Onclick handler should not be submitted as HTML but only as the onclick contents - fixed.

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

17 years agoAdd hook to compose_Header() that mirrors one for displayPageHeader()
pdontthink [Wed, 7 Feb 2007 20:49:21 +0000 (20:49 +0000)]
Add hook to compose_Header() that mirrors one for displayPageHeader()

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

17 years agoAdd body tag template; stop outputting body tags directly from core (there are still...
pdontthink [Wed, 7 Feb 2007 20:34:28 +0000 (20:34 +0000)]
Add body tag template; stop outputting body tags directly from core (there are still a couple places that need to be updated to use this)

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

17 years agoDo not set a default sorting for new users. This can really
kink [Wed, 7 Feb 2007 09:00:49 +0000 (09:00 +0000)]
Do not set a default sorting for new users. This can really
slow down very large mailboxes, so default to the server
supplied order.

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

17 years agoRemoving getButton(). Not being used anywhere in core any more.
pdontthink [Wed, 7 Feb 2007 04:59:52 +0000 (04:59 +0000)]
Removing getButton().  Not being used anywhere in core any more.

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

17 years agoRemove errant comment and add some comments about why not removing menubar for compos...
pdontthink [Tue, 6 Feb 2007 10:55:40 +0000 (10:55 +0000)]
Remove errant comment and add some comments about why not removing menubar for compose screen

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

17 years agoAllow other plugins/code to tell us to skip menubar
pdontthink [Tue, 6 Feb 2007 10:36:00 +0000 (10:36 +0000)]
Allow other plugins/code to tell us to skip menubar

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

17 years agoNew hook page_header_bottom
pdontthink [Tue, 6 Feb 2007 10:04:00 +0000 (10:04 +0000)]
New hook page_header_bottom

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

17 years agoMake useless hook useful (and rename to eliminate confusion)
pdontthink [Tue, 6 Feb 2007 09:59:13 +0000 (09:59 +0000)]
Make useless hook useful (and rename to eliminate confusion)

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

17 years agoPass compose form attributes to template separately, otherwise, is same as constructi...
pdontthink [Tue, 6 Feb 2007 09:55:48 +0000 (09:55 +0000)]
Pass compose form attributes to template separately, otherwise, is same as constructing arbitrary HTML in the core

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

17 years agoUse templates to build buttons. Remove all this document.write crap - that's what...
pdontthink [Tue, 6 Feb 2007 09:18:41 +0000 (09:18 +0000)]
Use templates to build buttons.  Remove all this document.write crap - that's what checkForJavascript() is there for.

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

17 years agoGenerate links using templates
pdontthink [Tue, 6 Feb 2007 08:32:24 +0000 (08:32 +0000)]
Generate links using templates

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

17 years agoNew plugin output added to page header top
pdontthink [Tue, 6 Feb 2007 03:53:01 +0000 (03:53 +0000)]
New plugin output added to page header top

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

17 years agoSyntax error fix
pdontthink [Tue, 6 Feb 2007 02:14:29 +0000 (02:14 +0000)]
Syntax error fix

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

17 years agoAllow other plugins to ask for message list refresh
pdontthink [Tue, 6 Feb 2007 02:00:33 +0000 (02:00 +0000)]
Allow other plugins to ask for message list refresh

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

17 years agoAllow other plugins to indicate that preview_pane should load the URI being loaded...
pdontthink [Mon, 5 Feb 2007 23:26:53 +0000 (23:26 +0000)]
Allow other plugins to indicate that preview_pane should load the URI being loaded in the preview pane into the message list pane instead

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

17 years agoAllow override of mail_sent value by plugins
pdontthink [Mon, 5 Feb 2007 23:23:42 +0000 (23:23 +0000)]
Allow override of mail_sent value by plugins

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

17 years agoNew get_plugin_version() function, and a couple places to use it.
pdontthink [Mon, 5 Feb 2007 06:06:40 +0000 (06:06 +0000)]
New get_plugin_version() function, and a couple places to use it.

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

17 years agoReminders of how horribly embedded HTML is in core
pdontthink [Mon, 5 Feb 2007 03:43:56 +0000 (03:43 +0000)]
Reminders of how horribly embedded HTML is in core

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

17 years agoFixed spelling in comment.
jervfors [Sat, 3 Feb 2007 16:59:42 +0000 (16:59 +0000)]
Fixed spelling in comment.

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

17 years agoAdd display of version numbers next to plugin listings
pdontthink [Sat, 3 Feb 2007 00:10:25 +0000 (00:10 +0000)]
Add display of version numbers next to plugin listings

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

17 years agoUse compatibility_info() function if at all possible instead of compatibility_version()
pdontthink [Fri, 2 Feb 2007 23:24:09 +0000 (23:24 +0000)]
Use compatibility_info() function if at all possible instead of compatibility_version()

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

17 years agoUse <plugin>_info() function if at all possible instead of <plugin>_version()
pdontthink [Fri, 2 Feb 2007 23:16:38 +0000 (23:16 +0000)]
Use <plugin>_info() function if at all possible instead of <plugin>_version()

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

17 years agoMinor cleanup
pdontthink [Fri, 2 Feb 2007 23:02:47 +0000 (23:02 +0000)]
Minor cleanup

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

17 years agoAdd (disabled) plugin version printout
pdontthink [Fri, 2 Feb 2007 23:00:15 +0000 (23:00 +0000)]
Add (disabled) plugin version printout

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

17 years agoUse addButton() here too
pdontthink [Fri, 2 Feb 2007 21:57:32 +0000 (21:57 +0000)]
Use addButton() here too

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

17 years agoAll this document.write stuff is overkill when we already have checkForJavascript...
pdontthink [Fri, 2 Feb 2007 21:31:59 +0000 (21:31 +0000)]
All this document.write stuff is overkill when we already have checkForJavascript() in place

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

17 years agoAdd new addButton() function
pdontthink [Fri, 2 Feb 2007 21:20:09 +0000 (21:20 +0000)]
Add new addButton() function

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

17 years agoreplace reserved word 'action' with 'encaction'
kink [Fri, 26 Jan 2007 14:03:08 +0000 (14:03 +0000)]
replace reserved word 'action' with 'encaction'

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

17 years agoadd labels to make checkboxes better clickable
kink [Fri, 26 Jan 2007 13:58:41 +0000 (13:58 +0000)]
add labels to make checkboxes better clickable

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

17 years agoRemoving hooks where we can from templates; one hook will probably have to stay;...
pdontthink [Thu, 25 Jan 2007 07:27:37 +0000 (07:27 +0000)]
Removing hooks where we can from templates; one hook will probably have to stay; see comments in the code

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

17 years agoAllow admin to disable secure-only cookie transmission
pdontthink [Thu, 25 Jan 2007 02:02:25 +0000 (02:02 +0000)]
Allow admin to disable secure-only cookie transmission

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

17 years agoFix: When session auto-start not enabled, undefined var notice for
pdontthink [Thu, 25 Jan 2007 01:22:33 +0000 (01:22 +0000)]
Fix: When session auto-start not enabled, undefined var notice for

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

17 years agomisspelled reply_to and in_reply_to attributes
kink [Wed, 24 Jan 2007 14:50:31 +0000 (14:50 +0000)]
misspelled reply_to and in_reply_to attributes

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

17 years agoAdd preview pane to advanced default template. This serves as an example of how...
pdontthink [Wed, 24 Jan 2007 06:51:15 +0000 (06:51 +0000)]
Add preview pane to advanced default template.  This serves as an example of how to use a plugin to provide backend functionality introduced by a template (preview pane needs to be turned on/off by settings in the display preferences, which the plugin does; actual preview pane output is done by the template set).  Note any plugin can be turned on or off for a given skin using the template's own config file.

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

17 years agoCenter is an illegal value for vertical-align
pdontthink [Tue, 23 Jan 2007 06:14:11 +0000 (06:14 +0000)]
Center is an illegal value for vertical-align

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

17 years agoMinor HTML adjustment
pdontthink [Tue, 23 Jan 2007 05:12:18 +0000 (05:12 +0000)]
Minor HTML adjustment

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

17 years agoForgot to i18n a string
pdontthink [Tue, 23 Jan 2007 04:25:14 +0000 (04:25 +0000)]
Forgot to i18n a string

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

17 years agoSomehow went missing options.php and config file, minor adjustments to template outpu...
pdontthink [Tue, 23 Jan 2007 03:37:36 +0000 (03:37 +0000)]
Somehow went missing options.php and config file, minor adjustments to template output formatting.

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

17 years agoBoolean hook call needs priority 1 to error out when any plugin has problems.
pdontthink [Sat, 20 Jan 2007 07:05:20 +0000 (07:05 +0000)]
Boolean hook call needs priority 1 to error out when any plugin has problems.

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

17 years agoComment change only
pdontthink [Sat, 20 Jan 2007 07:02:22 +0000 (07:02 +0000)]
Comment change only

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

17 years agoAllow auto-refresh after options are changed (when JavaScript is turned on). Future...
pdontthink [Sat, 20 Jan 2007 02:19:50 +0000 (02:19 +0000)]
Allow auto-refresh after options are changed (when JavaScript is turned on).  Future enhancement might be to pass a GET variable to options page so after a *complete* page refresh, it can still tell the user that the options were saved.

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

17 years agoSimplify and standardize sendMDN function.
pdontthink [Fri, 19 Jan 2007 23:21:54 +0000 (23:21 +0000)]
Simplify and standardize sendMDN function.

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

17 years agoobsolete .cvsignore; add plugin_hooks.php to svn:ignore
kink [Fri, 19 Jan 2007 13:41:18 +0000 (13:41 +0000)]
obsolete .cvsignore; add plugin_hooks.php to svn:ignore

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

17 years agoRemove HTML from org_logo on logout error page
pdontthink [Fri, 19 Jan 2007 09:11:16 +0000 (09:11 +0000)]
Remove HTML from org_logo on logout error page

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

17 years agoMinor fix; reduce needless open/closing of PHP
pdontthink [Fri, 19 Jan 2007 09:10:10 +0000 (09:10 +0000)]
Minor fix; reduce needless open/closing of PHP

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

17 years agodo not add spaces to references header (#1634294),
kink [Thu, 18 Jan 2007 16:11:28 +0000 (16:11 +0000)]
do not add spaces to references header (#1634294),
thanks SOCS

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

17 years agoFix URL to send read receipts from read_body (#1637572),
kink [Thu, 18 Jan 2007 15:19:38 +0000 (15:19 +0000)]
Fix URL to send read receipts from read_body (#1637572),
thanks to Ce1ta

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

17 years agoAdded a list of "core" plugins shipped with Squirrelmail. I could use the reference...
tassium [Mon, 15 Jan 2007 21:07:58 +0000 (21:07 +0000)]
Added a list of "core" plugins shipped with Squirrelmail.  I could use the reference, maybe someone else will find it useful too.

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

17 years agoUpdate attributions string output
pdontthink [Mon, 15 Jan 2007 08:40:21 +0000 (08:40 +0000)]
Update attributions string output

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

17 years agoRemove more HTML from sm_attributions. Where exactly do these show up? Certainly...
pdontthink [Mon, 15 Jan 2007 08:35:27 +0000 (08:35 +0000)]
Remove more HTML from sm_attributions.  Where exactly do these show up?  Certainly not in the footer, which is what's displayed here.

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

17 years agoforgot to globalize base_uri
pdontthink [Mon, 15 Jan 2007 08:30:54 +0000 (08:30 +0000)]
forgot to globalize base_uri

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

17 years agoRemove HTML from provider_uri and name; also fix default provider_uri when on plugin...
pdontthink [Mon, 15 Jan 2007 08:27:10 +0000 (08:27 +0000)]
Remove HTML from provider_uri and name; also fix default provider_uri when on plugin pages; base path was not part of the link

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

17 years agoSynch advanced template with SM attribute string changes
pdontthink [Mon, 15 Jan 2007 07:58:55 +0000 (07:58 +0000)]
Synch advanced template with SM attribute string changes

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

17 years agoBetter formatting (I hope)
pdontthink [Mon, 15 Jan 2007 07:58:05 +0000 (07:58 +0000)]
Better formatting (I hope)

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

17 years agoRemove things that snuck in accidentally on last commit
pdontthink [Mon, 15 Jan 2007 07:50:40 +0000 (07:50 +0000)]
Remove things that snuck in accidentally on last commit

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

17 years agoRemove a spec of HTML from login.php
pdontthink [Mon, 15 Jan 2007 07:46:53 +0000 (07:46 +0000)]
Remove a spec of HTML from login.php

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

17 years agoForgot to add template for non-RFC list management functionality
pdontthink [Sun, 14 Jan 2007 05:46:24 +0000 (05:46 +0000)]
Forgot to add template for non-RFC list management functionality

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

17 years agoHow did config.php get in? SVN doesn't tell me I need to commit file removals, so...
pdontthink [Sun, 14 Jan 2007 05:44:08 +0000 (05:44 +0000)]
How did config.php get in?  SVN doesn't tell me I need to commit file removals, so I'm guessing I have to.

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

17 years agoincrement year in copyright notices
kink [Sat, 13 Jan 2007 20:15:44 +0000 (20:15 +0000)]
increment year in copyright notices

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

17 years agoreplace CVS with SVN
kink [Sat, 13 Jan 2007 19:08:18 +0000 (19:08 +0000)]
replace CVS with SVN

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

17 years agotest
kink [Sat, 13 Jan 2007 18:33:34 +0000 (18:33 +0000)]
test

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

17 years agotest
kink [Sat, 13 Jan 2007 18:30:59 +0000 (18:30 +0000)]
test

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

17 years agoHttpOnly cookies
stekkel [Sat, 13 Jan 2007 16:10:31 +0000 (16:10 +0000)]
HttpOnly cookies

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

17 years agoSetting the SQSESSID cookie with path "/" to deleted caused failed logins
stekkel [Sat, 13 Jan 2007 16:04:20 +0000 (16:04 +0000)]
Setting the SQSESSID cookie with path "/" to deleted caused failed logins
because somehow php or the browser prefered the SQSESSID cookie with path
"/" over the SQSESSID cookie with the correct path $base_uri.

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

17 years agoStop warning about invalid session_id
stekkel [Sat, 13 Jan 2007 15:07:56 +0000 (15:07 +0000)]
Stop warning about invalid session_id

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

17 years agoHttpOnly cookies support. I hope this does not break SquirrelMail on certain
stekkel [Sat, 13 Jan 2007 14:21:18 +0000 (14:21 +0000)]
HttpOnly cookies support. I hope this does not break SquirrelMail on certain
PHP versions.
It works on PHP 5.2.

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

17 years agoRemove sqsetcookieflush call
stekkel [Sat, 13 Jan 2007 14:06:32 +0000 (14:06 +0000)]
Remove sqsetcookieflush call

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

17 years agoRemove sqsetcookieflush call (not needed)
stekkel [Sat, 13 Jan 2007 14:04:39 +0000 (14:04 +0000)]
Remove sqsetcookieflush call (not needed)

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

17 years agoCredit Peter Steiner's idea for list commands change
pdontthink [Sat, 13 Jan 2007 07:38:02 +0000 (07:38 +0000)]
Credit Peter Steiner's idea for list commands change

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

17 years agoAdd ability for listcommands plugin to show reply and post links for user-configured...
pdontthink [Sat, 13 Jan 2007 07:34:17 +0000 (07:34 +0000)]
Add ability for listcommands plugin to show reply and post links for user-configured non-RFC 2369-compliant lists; admin must enable by configuring plugin.

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

17 years agoAdding initial RPC baseline functionality. The delete message request does in fact...
pdontthink [Thu, 11 Jan 2007 08:05:51 +0000 (08:05 +0000)]
Adding initial RPC baseline functionality.  The delete message request does in fact work in any RPC (such as AJAX) environment, but does not actually delete messages.  SM core needs a lot of reworking before this functionality can be fully fleshed out.

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

17 years agoBack out something that shouldn't be here (yet?) and leave behind a comment explainin...
pdontthink [Wed, 10 Jan 2007 20:34:26 +0000 (20:34 +0000)]
Back out something that shouldn't be here (yet?) and leave behind a comment explaining that htmlencoded is currently ignored

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

17 years agoBack out some minor things (mostly comments) that shouldn't have made it in (yet?)
pdontthink [Wed, 10 Jan 2007 20:19:56 +0000 (20:19 +0000)]
Back out some minor things (mostly comments) that shouldn't have made it in (yet?)

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

17 years agoAllow template sets to filter or completely change header delivery
pdontthink [Tue, 9 Jan 2007 08:03:54 +0000 (08:03 +0000)]
Allow template sets to filter or completely change header delivery

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

17 years agoReminders to remove HTML from core
pdontthink [Tue, 9 Jan 2007 06:27:51 +0000 (06:27 +0000)]
Reminders to remove HTML from core

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

17 years agoRemove HTML from SM option widget code; use forms.php utilities, which in turn use...
pdontthink [Tue, 9 Jan 2007 05:09:28 +0000 (05:09 +0000)]
Remove HTML from SM option widget code; use forms.php utilities, which in turn use templated output

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

17 years agoMoving template util file
pdontthink [Mon, 8 Jan 2007 19:54:19 +0000 (19:54 +0000)]
Moving template util file

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

17 years agoGive threading URI to template, let template do the HTML layout
pdontthink [Mon, 8 Jan 2007 19:09:01 +0000 (19:09 +0000)]
Give threading URI to template, let template do the HTML layout

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

17 years agoRemove unneeded changes.
stekkel [Sun, 7 Jan 2007 20:33:23 +0000 (20:33 +0000)]
Remove unneeded changes.

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

17 years agoI don't know what triggered this bug to become visible but suddenly the
stekkel [Sun, 7 Jan 2007 20:30:01 +0000 (20:30 +0000)]
I don't know what triggered this bug to become visible but suddenly the
compose screen was full with serialized data from compose_session. Putting
back urlencode() removed in revision 1.372, Sun Mar 28 14:38:13 2004
UTC fixed this again.

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

17 years agofixup logout error
kink [Sun, 7 Jan 2007 18:29:07 +0000 (18:29 +0000)]
fixup logout error

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

17 years agono &amp; encoding in redirect url please
kink [Sun, 7 Jan 2007 17:57:38 +0000 (17:57 +0000)]
no &amp; encoding in redirect url please

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

17 years agoImprove attachment file handling: use one new function to create a temp
kink [Sun, 7 Jan 2007 17:30:13 +0000 (17:30 +0000)]
Improve attachment file handling: use one new function to create a temp
file for storing the attachment. This replaces the same code in five
places. It also improves on the code, it's now much more safe against
overwriting existing attachments by chance.

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

17 years agonew file for compose-related functions
kink [Sun, 7 Jan 2007 17:02:32 +0000 (17:02 +0000)]
new file for compose-related functions

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

17 years agounify lists or allowed values for set_defaults and imap_server_type (#1629722),
kink [Sun, 7 Jan 2007 15:53:14 +0000 (15:53 +0000)]
unify lists or allowed values for set_defaults and imap_server_type (#1629722),
thanks Johnny Hughes

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

17 years agoMake js escaping compatible with magic_quotes_sybase (#1616953),
kink [Sun, 7 Jan 2007 15:48:48 +0000 (15:48 +0000)]
Make js escaping compatible with magic_quotes_sybase (#1616953),
thanks Tomas Kuliavas

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

17 years agoAdd warning about magic_quotes_* in configtest.
kink [Sun, 7 Jan 2007 15:47:46 +0000 (15:47 +0000)]
Add warning about magic_quotes_* in configtest.

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

17 years agoframeset pages must not use standard footer because it contains "</body>",
kink [Sun, 7 Jan 2007 15:44:12 +0000 (15:44 +0000)]
frameset pages must not use standard footer because it contains "</body>",
just need closing </html> tag

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

17 years agoimprove smtp delivery failed message.
kink [Sun, 7 Jan 2007 15:37:08 +0000 (15:37 +0000)]
improve smtp delivery failed message.

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

17 years agoMake use of mailbox cache because flag info is updated in the mailbox cache
stekkel [Sun, 7 Jan 2007 14:04:10 +0000 (14:04 +0000)]
Make use of mailbox cache because flag info is updated in the mailbox cache
and not in the cached message objects (because it wasn't needed before the
new status display feature)

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

17 years agodisplay status of message when reading it (deleted, answered, flagged etc)
kink [Sun, 7 Jan 2007 13:25:23 +0000 (13:25 +0000)]
display status of message when reading it (deleted, answered, flagged etc)
#1278696

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

17 years agostrip all whitespace from $domain, an accidental space breaks quite some
kink [Sun, 7 Jan 2007 12:55:41 +0000 (12:55 +0000)]
strip all whitespace from $domain, an accidental space breaks quite some
things (#1533795)

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

17 years agoStrip HTML out of forms.php. Need to run through rest of core and use these function...
pdontthink [Sun, 7 Jan 2007 07:34:58 +0000 (07:34 +0000)]
Strip HTML out of forms.php.  Need to run through rest of core and use these functions such as in all the options pages instead of the embedded HTML there.  Note the FIXME comments in forms.php -- I will post something on the DEVEL list in a while with a proposed patch.

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

17 years agoTemplate files for form widgets being added
pdontthink [Sun, 7 Jan 2007 07:28:11 +0000 (07:28 +0000)]
Template files for form widgets being added

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

17 years agoDrop obsolete ORDB RBL from filters plugin, thanks Tomas Kuliavas (#1629398).
kink [Sat, 6 Jan 2007 16:44:22 +0000 (16:44 +0000)]
Drop obsolete ORDB RBL from filters plugin, thanks Tomas Kuliavas (#1629398).

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