squirrelmail.git
17 years agoBodystructure parsing fix
stekkel [Sun, 26 Nov 2006 21:29:46 +0000 (21:29 +0000)]
Bodystructure parsing fix

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

17 years agoworkaround to make squirrelspell work again in SM 1.5 CVS
avel [Fri, 24 Nov 2006 09:23:50 +0000 (09:23 +0000)]
workaround to make squirrelspell work again in SM 1.5 CVS

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

17 years agoAdding plugins on/off switch, which disables plugins completely (optionally for only...
pdontthink [Thu, 16 Nov 2006 12:25:48 +0000 (12:25 +0000)]
Adding plugins on/off switch, which disables plugins completely (optionally for only one named user, otherwise for all users).

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

17 years agoAdded comment
pdontthink [Thu, 16 Nov 2006 01:44:35 +0000 (01:44 +0000)]
Added comment

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

17 years agoUpdating and converting to UTF-8.
jervfors [Wed, 15 Nov 2006 22:25:56 +0000 (22:25 +0000)]
Updating and converting to UTF-8.

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

17 years agoAllow sqimap_login() to return error string when connection fails; would be nice...
pdontthink [Sat, 11 Nov 2006 20:05:23 +0000 (20:05 +0000)]
Allow sqimap_login() to return error string when connection fails; would be nice if we had an error code system instead; the extent to which HTML is buried in error messages in the core like here is indicative of just how far away SM's architecture is from a good modularized system that is truly ready for t12n and a good API.

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

17 years agoAdd ability to return error string as well. Would be nice if we had an error code...
pdontthink [Sat, 11 Nov 2006 19:49:19 +0000 (19:49 +0000)]
Add ability to return error string as well.  Would be nice if we had an error code system too.....

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

17 years agoAllow silent failure for sqimap_get_message()
pdontthink [Sat, 11 Nov 2006 10:34:22 +0000 (10:34 +0000)]
Allow silent failure for sqimap_get_message()

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

17 years agoDoc fix
pdontthink [Sat, 11 Nov 2006 08:24:25 +0000 (08:24 +0000)]
Doc fix

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

17 years agoLong time in coming: allow sqimap_login() to return even if connection failed. Usefu...
pdontthink [Sat, 11 Nov 2006 08:13:12 +0000 (08:13 +0000)]
Long time in coming: allow sqimap_login() to return even if connection failed.  Useful in many places, including the new API library.

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

17 years agoAdding contact info to author name
pdontthink [Fri, 10 Nov 2006 23:35:09 +0000 (23:35 +0000)]
Adding contact info to author name

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

17 years agoAdd support for SpamAssassin's X-Spam-Status header (#1589520).
perlstalker [Fri, 10 Nov 2006 17:07:17 +0000 (17:07 +0000)]
Add support for SpamAssassin's X-Spam-Status header (#1589520).

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

17 years agoConvert plugin output on signout page to new template system; plugins previously...
pdontthink [Sat, 4 Nov 2006 10:11:01 +0000 (10:11 +0000)]
Convert plugin output on signout page to new template system; plugins previously hooking into the 'logout_above_text' hook should hook into the 'template_construct_signout.tpl' hook and return output in an array under a key called 'signout_message', such as: return array('signout_message' => )

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

17 years agoPlay it a little safer when reassigning login uri
pdontthink [Sat, 4 Nov 2006 04:11:42 +0000 (04:11 +0000)]
Play it a little safer when reassigning login uri

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

17 years agoMake login uri dynamic
pdontthink [Sat, 4 Nov 2006 03:55:54 +0000 (03:55 +0000)]
Make login uri dynamic

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

17 years agoSignout.php needed the error class to be loaded earlier.
pdontthink [Sat, 4 Nov 2006 03:50:20 +0000 (03:50 +0000)]
Signout.php needed the error class to be loaded earlier.

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

17 years agoFix for namespace parsing. UWash has a namespace prefix without a delimiter, which...
avel [Thu, 2 Nov 2006 12:54:14 +0000 (12:54 +0000)]
Fix for namespace parsing. UWash has a namespace prefix without a delimiter, which is perfectly legal.

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

17 years agoI should read RFC 2831 more carefully: DIGEST-MD5 with authzid needs one more tweak.
avel [Wed, 1 Nov 2006 15:24:54 +0000 (15:24 +0000)]
I should read RFC 2831 more carefully: DIGEST-MD5 with authzid needs one more tweak.

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

17 years agologout_error hook should be able to override login link too
pdontthink [Fri, 27 Oct 2006 04:26:54 +0000 (04:26 +0000)]
logout_error hook should be able to override login link too

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

17 years agoRemoved one line left over from copied code
pdontthink [Wed, 25 Oct 2006 11:07:22 +0000 (11:07 +0000)]
Removed one line left over from copied code

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

17 years agoAfter looking into it, I slightly misunderstood the intention here. Code is just...
pdontthink [Wed, 25 Oct 2006 11:05:18 +0000 (11:05 +0000)]
After looking into it, I slightly misunderstood the intention here.  Code is just fine as is.

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

17 years agoAdding ability to hook into ANY attachment type. Also, please review my comments...
pdontthink [Wed, 25 Oct 2006 02:00:54 +0000 (02:00 +0000)]
Adding ability to hook into ANY attachment type.  Also, please review my comments, Does anyone know if/when/how the wildcard attachment code was working???  It looks pretty broken to me, but has been here a long time, so...????

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

17 years agoAttachment hooks were not registering. Also, brace count code had no effect where...
pdontthink [Wed, 25 Oct 2006 01:54:54 +0000 (01:54 +0000)]
Attachment hooks were not registering.  Also, brace count code had no effect where it was.

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

17 years ago- Add CEST and MEST (non-standard) timezone codes for +0200.
kink [Fri, 20 Oct 2006 08:47:20 +0000 (08:47 +0000)]
- Add CEST and MEST (non-standard) timezone codes for +0200.

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

17 years agoTemplate for viewing text attachments.
stevetruckstuff [Thu, 19 Oct 2006 16:49:45 +0000 (16:49 +0000)]
Template for viewing text attachments.

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

17 years agoTemplate for viewing HTML messages in iframes
stevetruckstuff [Thu, 19 Oct 2006 16:08:14 +0000 (16:08 +0000)]
Template for viewing HTML messages in iframes

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

17 years agoTemplate for view header feature.
stevetruckstuff [Thu, 19 Oct 2006 15:23:56 +0000 (15:23 +0000)]
Template for view header feature.

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

17 years ago- Translate plugin: prevent PHP notice when viewing empty message.
kink [Thu, 19 Oct 2006 11:46:25 +0000 (11:46 +0000)]
- Translate plugin: prevent PHP notice when viewing empty message.

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

17 years agoCSS for printer-friendly templates
stevetruckstuff [Wed, 18 Oct 2006 18:42:39 +0000 (18:42 +0000)]
CSS for printer-friendly templates

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

17 years agoTemplates for printer-friendly views
stevetruckstuff [Wed, 18 Oct 2006 18:39:45 +0000 (18:39 +0000)]
Templates for printer-friendly views

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

17 years agoCreate a separate function to build the attachments array so that the same array...
stevetruckstuff [Tue, 17 Oct 2006 22:16:29 +0000 (22:16 +0000)]
Create a separate function to build the attachments array so that the same array can be given to printer-freindly views.

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

17 years agoFix default theme setting.
stevetruckstuff [Tue, 17 Oct 2006 22:15:37 +0000 (22:15 +0000)]
Fix default theme setting.

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

17 years agoAdd two new command line options in conf.pl: --update-plugins or -u updates plugin_ho...
avel [Tue, 17 Oct 2006 13:53:54 +0000 (13:53 +0000)]
Add two new command line options in conf.pl: --update-plugins or -u updates plugin_hooks.php only and exits. --help or -h displays some command line usage.

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

17 years agoReorg placement of plugin loading and add config_override hook. Wondering why we...
pdontthink [Sat, 14 Oct 2006 15:57:13 +0000 (15:57 +0000)]
Reorg placement of plugin loading and add config_override hook.  Wondering why we can't move SM version constants to top of file.  Also considering removal of loading_constants hook.  Anyone know what plugins use it?

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

17 years agoAllow plugins to hook in under other name
pdontthink [Sat, 14 Oct 2006 15:15:52 +0000 (15:15 +0000)]
Allow plugins to hook in under other name

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

17 years agorequire instead of include_once
pdontthink [Fri, 13 Oct 2006 17:57:50 +0000 (17:57 +0000)]
require instead of include_once

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

17 years agoMake config/plugin_hooks.php just a touch more readable
pdontthink [Fri, 13 Oct 2006 17:36:39 +0000 (17:36 +0000)]
Make config/plugin_hooks.php just a touch more readable

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

17 years agoNew static plugin hook registration has now been implemented. Looks to work with...
pdontthink [Fri, 13 Oct 2006 17:29:53 +0000 (17:29 +0000)]
New static plugin hook registration has now been implemented.  Looks to work with a handful of plugins, but keep your eyes out and TEST!  Seems like this will be a winner.  Everyone needs to run conf.pl once and just type 's' to save after updating their CVS trees.

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

17 years agoConvert example theme to directory-based theme.
stevetruckstuff [Fri, 13 Oct 2006 14:42:19 +0000 (14:42 +0000)]
Convert example theme to directory-based theme.

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

17 years agoTemplate themes are now directories, not individual stylesheets.
stevetruckstuff [Fri, 13 Oct 2006 14:41:25 +0000 (14:41 +0000)]
Template themes are now directories, not individual stylesheets.

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

17 years agoCSS corrections to empty folder template
stevetruckstuff [Fri, 13 Oct 2006 14:40:08 +0000 (14:40 +0000)]
CSS corrections to empty folder template

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

17 years agoNo longer needed, removed at Paul's request
tassium [Fri, 13 Oct 2006 12:21:33 +0000 (12:21 +0000)]
No longer needed, removed at Paul's request

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

17 years agoAlternate stylesheets function now returns listing of DIRECTORIES in templates/<templ...
pdontthink [Fri, 13 Oct 2006 04:24:03 +0000 (04:24 +0000)]
Alternate stylesheets function now returns listing of DIRECTORIES in templates/<template name>/css/alternates instead of just .css files therein, so we are consistent with themes provided in the core

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

17 years agoReminder to update to make plugin requirements checks
pdontthink [Thu, 12 Oct 2006 16:18:15 +0000 (16:18 +0000)]
Reminder to update to make plugin requirements checks

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

17 years agoCan I be a member of the dev team, please? :\)
avel [Wed, 11 Oct 2006 10:55:03 +0000 (10:55 +0000)]
Can I be a member of the dev team, please? :\)

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

17 years agodocument the changes for the preliminary NAMESPACE support and the search_expression...
avel [Wed, 11 Oct 2006 10:52:37 +0000 (10:52 +0000)]
document the changes for the preliminary NAMESPACE support and the search_expression in LDAP addressbook

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

17 years agoThe search expression for the LDAP Addressbook backend has been made configurable...
avel [Wed, 11 Oct 2006 10:49:36 +0000 (10:49 +0000)]
The search expression for the LDAP Addressbook backend has been made configurable via search_expression variable / configuration option. Also a few clarifications and more userfriendly text in comments about the filter and search_expression options. The search_expression is a printf-style string, and some more checks/sanitization have been implemented because of it.

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

17 years agoNAMESPACE support in IMAP backend. Also a whitespace fix.
avel [Tue, 10 Oct 2006 12:48:44 +0000 (12:48 +0000)]
NAMESPACE support in IMAP backend. Also a whitespace fix.

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

17 years agoMake authz available globally, if it exists.
avel [Tue, 10 Oct 2006 11:14:44 +0000 (11:14 +0000)]
Make authz available globally, if it exists.

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

17 years agostops double encoding of &. &amp; became &amp;amp;
stekkel [Mon, 9 Oct 2006 22:11:56 +0000 (22:11 +0000)]
stops double encoding of &. &amp; became &amp;amp;

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

17 years agoUse paths for user/template themes rather than u_ and t_ prefixes.
stevetruckstuff [Mon, 9 Oct 2006 20:56:38 +0000 (20:56 +0000)]
Use paths for user/template themes rather than u_ and t_ prefixes.

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

17 years agoThe error handler catched a delayed error => check if dnt is set.
stekkel [Mon, 9 Oct 2006 20:03:41 +0000 (20:03 +0000)]
The error handler catched a delayed error => check if dnt is set.

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

17 years ago<span> tags end with </span>, not </style> stupid!
stevetruckstuff [Mon, 9 Oct 2006 19:50:13 +0000 (19:50 +0000)]
<span> tags end with </span>, not  </style> stupid!

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

17 years agobug fixes from previous commit
stevetruckstuff [Mon, 9 Oct 2006 19:46:18 +0000 (19:46 +0000)]
bug fixes from previous commit

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

17 years agoMore CSS clean ups
stevetruckstuff [Mon, 9 Oct 2006 19:38:03 +0000 (19:38 +0000)]
More CSS clean ups

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

17 years agoutil_global.php is also included by footer.tpl => include_once.
stekkel [Mon, 9 Oct 2006 19:36:36 +0000 (19:36 +0000)]
util_global.php is also included by footer.tpl => include_once.

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

17 years agoutil_global.php was included twice (second time by footer.tpl)
stekkel [Mon, 9 Oct 2006 19:27:17 +0000 (19:27 +0000)]
util_global.php was included twice (second time by footer.tpl)

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

17 years agoerrorhandler class was included twice
stekkel [Mon, 9 Oct 2006 19:23:48 +0000 (19:23 +0000)]
errorhandler class was included twice

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

17 years agoUse $icon_theme_path rather than $settings['iconThemePath'].
stevetruckstuff [Mon, 9 Oct 2006 19:03:27 +0000 (19:03 +0000)]
Use $icon_theme_path rather than $settings['iconThemePath'].

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

17 years agoFix broken left_main.tpl template.
stevetruckstuff [Mon, 9 Oct 2006 18:06:07 +0000 (18:06 +0000)]
Fix broken left_main.tpl template.

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

17 years agoAdd support for fallback icon themes. Similar to fallback template set.
stevetruckstuff [Mon, 9 Oct 2006 18:04:42 +0000 (18:04 +0000)]
Add support for fallback icon themes.  Similar to fallback template set.

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

17 years agoPrepend SM_PATH to $icon_theme_path since it is no longer returned by the template...
stevetruckstuff [Mon, 9 Oct 2006 16:56:50 +0000 (16:56 +0000)]
Prepend SM_PATH to $icon_theme_path since it is no longer returned by the template as part of the path.

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

17 years agoMake sure icon variables are setup on the login page.
stevetruckstuff [Mon, 9 Oct 2006 16:23:06 +0000 (16:23 +0000)]
Make sure icon variables are setup on the login page.

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

17 years agoRemoving check that is no longer needed.
stevetruckstuff [Mon, 9 Oct 2006 16:21:49 +0000 (16:21 +0000)]
Removing check that is no longer needed.

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

17 years agoresigning
tokul [Mon, 9 Oct 2006 16:11:08 +0000 (16:11 +0000)]
resigning

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

17 years agoCSS corrections
stevetruckstuff [Mon, 9 Oct 2006 14:17:43 +0000 (14:17 +0000)]
CSS corrections

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

17 years agoSupport for $Forwarded IMAP keyword, when it is supported or when arbitrary keywords...
avel [Mon, 9 Oct 2006 14:00:34 +0000 (14:00 +0000)]
Support for $Forwarded IMAP keyword, when it is supported or when arbitrary keywords are allowed. RFC 4550 paragraph 2.8

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

17 years agosupport for authz
avel [Mon, 9 Oct 2006 13:38:43 +0000 (13:38 +0000)]
support for authz

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

17 years agoStrict type check prevents old config files from breaking everything (per new changes...
pdontthink [Mon, 9 Oct 2006 11:52:17 +0000 (11:52 +0000)]
Strict type check prevents old config files from breaking everything (per new changes to templateset_default and _fallback)

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

17 years agoSupport for authz authorization identity in the IMAP backend.
avel [Mon, 9 Oct 2006 11:38:32 +0000 (11:38 +0000)]
Support for authz authorization identity in the IMAP backend.

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

17 years agotemplateset_default and templateset_fallback are IDs now, not unpredictable index...
pdontthink [Mon, 9 Oct 2006 11:35:21 +0000 (11:35 +0000)]
templateset_default and templateset_fallback are IDs now, not unpredictable index numbers

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

17 years agoNeed to instantiate template object earlier so user prefs css theme selection can...
pdontthink [Mon, 9 Oct 2006 07:07:52 +0000 (07:07 +0000)]
Need to instantiate template object earlier so user prefs css theme selection can be verified

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

17 years agoReverting last commit. Hooks don't belong in templates.
pdontthink [Mon, 9 Oct 2006 02:45:45 +0000 (02:45 +0000)]
Reverting last commit.  Hooks don't belong in templates.

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

17 years agocompose_button_row hook updated to new plugin/templating scheme. Please learn from...
pdontthink [Mon, 9 Oct 2006 02:45:11 +0000 (02:45 +0000)]
compose_button_row hook updated to new plugin/templating scheme.  Please learn from this and fix plugins instead of reverting other code

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

17 years agoMissed a spot. Please use less accusatory language when telling ppl they broke plugi...
pdontthink [Sun, 8 Oct 2006 16:39:33 +0000 (16:39 +0000)]
Missed a spot.  Please use less accusatory language when telling ppl they broke plugins or other things, cuz you make goofs too!  ;-)

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

17 years agoreverting code to do_hook.
tokul [Sun, 8 Oct 2006 16:38:54 +0000 (16:38 +0000)]
reverting code to do_hook.

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

17 years agomake sure that array key value is set and not empty
tokul [Sun, 8 Oct 2006 16:14:50 +0000 (16:14 +0000)]
make sure that array key value is set and not empty

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

17 years agodon't waste space on compose window. Some people don't have 21 in. monitor
tokul [Sun, 8 Oct 2006 15:49:17 +0000 (15:49 +0000)]
don't waste space on compose window. Some people don't have 21 in. monitor
and can't afford all that whitespace and extra rows in compose.

P.S. If you change api and break compose_button_row hook, make sure that core
plugins are updated to new API.

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

17 years agoinfo about new squirrelspell features
tokul [Sat, 7 Oct 2006 15:50:03 +0000 (15:50 +0000)]
info about new squirrelspell features

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

17 years agosemicolon is not part of variable name
tokul [Sat, 7 Oct 2006 15:46:02 +0000 (15:46 +0000)]
semicolon is not part of variable name

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

17 years agofixed phpdoc formating
tokul [Sat, 7 Oct 2006 15:44:36 +0000 (15:44 +0000)]
fixed phpdoc formating

are you sure that script can't be abused to read other files on server

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

17 years agoadded phpdoc header to mail_fetchs constants file
tokul [Sat, 7 Oct 2006 15:40:20 +0000 (15:40 +0000)]
added phpdoc header to mail_fetchs constants file
removed obsolate proprietary POP3 class

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

17 years agoremoved ispell output. confuses phpdoc
tokul [Sat, 7 Oct 2006 15:36:49 +0000 (15:36 +0000)]
removed ispell output. confuses phpdoc

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

17 years agofixed phpdoc formating. require() call loaded before first phpdoc block.
tokul [Sat, 7 Oct 2006 15:32:40 +0000 (15:32 +0000)]
fixed phpdoc formating. require() call loaded before first phpdoc block.

improved template cache. Don't store SM_PATH information in cache. SM_PATH
is ../ in main scripts, but it is ../../ in plugins. Plugin option pages
break if cache stores SM_PATH.

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

17 years agoinfo about 1568355 bugfix
tokul [Sat, 7 Oct 2006 11:47:32 +0000 (11:47 +0000)]
info about 1568355 bugfix

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

17 years agoChecked if config.php is readable (#1568355)
tokul [Sat, 7 Oct 2006 11:42:11 +0000 (11:42 +0000)]
Checked if config.php is readable (#1568355)
Removed formating variables. They are not set when config is loaded.
Merged two 'since 1.5.2' sections

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

17 years agoclean globals, turn on display of errors and load all configuration files
tokul [Sat, 7 Oct 2006 11:21:17 +0000 (11:21 +0000)]
clean globals, turn on display of errors and load all configuration files

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

17 years ago1) Make translateText use styles instead of $color
stevetruckstuff [Fri, 6 Oct 2006 22:02:52 +0000 (22:02 +0000)]
1) Make translateText use styles instead of $color
2) Templatization of formatAttachments()
3) Comment in magicHTML()

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

17 years agoTemplatization for reading a message.
stevetruckstuff [Fri, 6 Oct 2006 21:58:17 +0000 (21:58 +0000)]
Templatization for reading a message.

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

17 years agoTemplates for reading a message
stevetruckstuff [Fri, 6 Oct 2006 21:57:26 +0000 (21:57 +0000)]
Templates for reading a message

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

17 years agoUtility file for reading messages.
stevetruckstuff [Fri, 6 Oct 2006 21:56:45 +0000 (21:56 +0000)]
Utility file for reading messages.

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

17 years agoNew function to return only the email address. For use with templates.
stevetruckstuff [Fri, 6 Oct 2006 21:53:04 +0000 (21:53 +0000)]
New function to return only the email address.  For use with templates.

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

17 years agoMore CSS corrections
stevetruckstuff [Fri, 6 Oct 2006 20:16:11 +0000 (20:16 +0000)]
More CSS corrections

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

17 years ago1) More CSS corrections/cleanup
stevetruckstuff [Fri, 6 Oct 2006 20:05:44 +0000 (20:05 +0000)]
1) More CSS corrections/cleanup
2) Add appropriate __COLOR#__ tag to each color.  Will make converting $color themes easier in the future.
3) Add some new CSS for the read_body templates

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

17 years agoAdd a few more vars to image handler for later user with templates.
stevetruckstuff [Fri, 6 Oct 2006 19:59:55 +0000 (19:59 +0000)]
Add a few more vars to image handler for later user with templates.

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

17 years agocreate separate vars for download link and unsafe image toggle for later use with...
stevetruckstuff [Thu, 5 Oct 2006 22:00:07 +0000 (22:00 +0000)]
create separate vars for download link and unsafe image toggle for later use with templates.

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

17 years agoAdd javascript_on to the list of variables that are always available to templates.
stevetruckstuff [Thu, 5 Oct 2006 21:59:04 +0000 (21:59 +0000)]
Add javascript_on to the list of variables that are always available to templates.

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

17 years agoComments
stevetruckstuff [Thu, 5 Oct 2006 15:29:50 +0000 (15:29 +0000)]
Comments

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

17 years agoMake sure generated links use &amp; instead of & between GET vars.
stevetruckstuff [Thu, 5 Oct 2006 15:24:20 +0000 (15:24 +0000)]
Make sure generated links use &amp; instead of & between GET vars.

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

17 years agoFix page title not being shown correctly.
stevetruckstuff [Thu, 5 Oct 2006 15:23:36 +0000 (15:23 +0000)]
Fix page title not being shown correctly.

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