squirrelmail.git
19 years agoFix for bug # 1008534 (Attachments with spaces being converted to  )
cigamit [Sun, 22 Aug 2004 01:02:53 +0000 (01:02 +0000)]
Fix for bug # 1008534 (Attachments with spaces being converted to  )
I don't believe this will have any other ramifications as I wouldn't expect filenames to contain HTML Entities.

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

19 years agoFix outgoing body wrapping in devel, by forwardporting the working code
kink [Thu, 19 Aug 2004 08:13:39 +0000 (08:13 +0000)]
Fix outgoing body wrapping in devel, by forwardporting the working code
from stable. We were sending out mails unwrapped, so they had really long
lines.
The statement in the comment that many browsers support VIRTUAL is wrong
(has that statement been tested?) because I just tested it in Firefox and
IE6; in both browsers mail bodies were not wrapped at all.

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

19 years agoFix forwarding from the Mailbox list. I posted to the Devel list about this on June...
cigamit [Thu, 19 Aug 2004 03:18:30 +0000 (03:18 +0000)]
Fix forwarding from the Mailbox list.  I posted to the Devel list about this on June 6, but got no response.  We need to forward to the compose page, but instead it forwards back to itself ($PHP_SELF) which just makes it refresh the page.  I am working on fixing one last issue with it now.  When forwarding, unread messages appear to be marked as read in the cache, even when they aren't in message list (refreshing both frames still leaves them out of synch).

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

19 years agoEditing made the text bad, fix that.
kink [Wed, 18 Aug 2004 22:49:10 +0000 (22:49 +0000)]
Editing made the text bad, fix that.

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

19 years agoClose connection cleanly when login/pw incorrect, following RFC recommendation.
kink [Wed, 18 Aug 2004 20:16:46 +0000 (20:16 +0000)]
Close connection cleanly when login/pw incorrect, following RFC recommendation.

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

19 years ago* Check for capabilities in configtest, and warn here about LOGINDISABLED or
kink [Wed, 18 Aug 2004 19:47:33 +0000 (19:47 +0000)]
* Check for capabilities in configtest, and warn here about LOGINDISABLED or
  missing STARTTLS
* Login.php suggested that "logins" were disabled, but this should be
  "plain text logins" only.

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

19 years agoFix bug where it was impossible to subscribe to any folder through the UI.
kink [Wed, 18 Aug 2004 14:38:08 +0000 (14:38 +0000)]
Fix bug where it was impossible to subscribe to any folder through the UI.

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

19 years agoMight as well add myself in here again (it got rolled back by me months ago)
cigamit [Wed, 18 Aug 2004 06:12:45 +0000 (06:12 +0000)]
Might as well add myself in here again (it got rolled back by me months ago)

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

19 years agoReenabled the move_messages_button_action hook and changed its name to mailbox_displa...
cigamit [Wed, 18 Aug 2004 06:05:10 +0000 (06:05 +0000)]
Reenabled the move_messages_button_action hook and changed its name to mailbox_display_button_action to promote the new location.  This name change will also make it easier for plugins to support both stable and devel, instead of breaking alot of things

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

19 years agoSmall fix for users that get "Spurious argument" on every search query
cigamit [Wed, 18 Aug 2004 03:36:41 +0000 (03:36 +0000)]
Small fix for users that get "Spurious argument" on every search query
Not sure if this is just my installation, but it definitely doesn't want to work without this being declared global

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

19 years agoMoving some HTML out of PHP
jervfors [Mon, 16 Aug 2004 01:59:15 +0000 (01:59 +0000)]
Moving some HTML out of PHP

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

19 years agoMaking use of forms.php
jervfors [Mon, 16 Aug 2004 00:23:02 +0000 (00:23 +0000)]
Making use of forms.php

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

19 years agoXHTML fixes and making use of forms.php
jervfors [Mon, 16 Aug 2004 00:22:32 +0000 (00:22 +0000)]
XHTML fixes and making use of forms.php

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

19 years agoXHTML fixes
jervfors [Mon, 16 Aug 2004 00:05:42 +0000 (00:05 +0000)]
XHTML fixes

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

19 years agoMoving some HTML out of PHP
jervfors [Mon, 16 Aug 2004 00:04:29 +0000 (00:04 +0000)]
Moving some HTML out of PHP

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

19 years agoMoving some HTML out of PHP
jervfors [Sun, 15 Aug 2004 23:54:32 +0000 (23:54 +0000)]
Moving some HTML out of PHP

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

19 years agoIndentation fixes and minor cleanups
jervfors [Sun, 15 Aug 2004 23:18:30 +0000 (23:18 +0000)]
Indentation fixes and minor cleanups

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

19 years agoReceived is a better word in this instance.
jangliss [Sun, 15 Aug 2004 20:34:53 +0000 (20:34 +0000)]
Received is a better word in this instance.

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

19 years agoBad grammar
jangliss [Sun, 15 Aug 2004 20:33:47 +0000 (20:33 +0000)]
Bad grammar

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

19 years agoXHTML fixes
jervfors [Sun, 15 Aug 2004 04:04:17 +0000 (04:04 +0000)]
XHTML fixes

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

19 years agoXHTML fixes
jervfors [Sun, 15 Aug 2004 02:03:39 +0000 (02:03 +0000)]
XHTML fixes

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

19 years agoXHTML fixes
jervfors [Sun, 15 Aug 2004 01:02:58 +0000 (01:02 +0000)]
XHTML fixes

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

19 years agoI18n fixes
jervfors [Sat, 14 Aug 2004 19:13:31 +0000 (19:13 +0000)]
I18n fixes

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

19 years agoI18n fixes
jervfors [Sat, 14 Aug 2004 03:52:58 +0000 (03:52 +0000)]
I18n fixes

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

19 years agoI18n fixes
jervfors [Sat, 14 Aug 2004 03:17:09 +0000 (03:17 +0000)]
I18n fixes

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

19 years agoCleaning up after XHTML fixes
jervfors [Sat, 14 Aug 2004 03:12:16 +0000 (03:12 +0000)]
Cleaning up after XHTML fixes

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

19 years agoXHTML fixes
jervfors [Sat, 14 Aug 2004 02:41:12 +0000 (02:41 +0000)]
XHTML fixes

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

19 years agoString fix
jervfors [Fri, 13 Aug 2004 23:30:51 +0000 (23:30 +0000)]
String fix

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

19 years agoIncluding the change_password plugin in the POT
jervfors [Fri, 13 Aug 2004 21:03:14 +0000 (21:03 +0000)]
Including the change_password plugin in the POT

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

19 years agoXHTML fixes
jervfors [Thu, 12 Aug 2004 03:47:03 +0000 (03:47 +0000)]
XHTML fixes

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

19 years agoAdding status bar to compose (in new) window
pdontthink [Thu, 12 Aug 2004 03:20:37 +0000 (03:20 +0000)]
Adding status bar to compose (in new) window

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

19 years agoadd ldap test if ldap is in use
ebullient [Thu, 12 Aug 2004 01:16:28 +0000 (01:16 +0000)]
add ldap test if ldap is in use

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

19 years agoXHTML fixes
jervfors [Wed, 11 Aug 2004 17:52:25 +0000 (17:52 +0000)]
XHTML fixes

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

19 years agoI18n fixes
jervfors [Wed, 11 Aug 2004 15:32:23 +0000 (15:32 +0000)]
I18n fixes

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

19 years agoIt seems more logical to use the SERVER_NAME as the RHS of the Message-ID
kink [Wed, 11 Aug 2004 11:03:37 +0000 (11:03 +0000)]
It seems more logical to use the SERVER_NAME as the RHS of the Message-ID
than to use the remote host from which the user is connecting. Even more
since the REMOTE_ADDR is already contained within the Message-ID.

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

19 years agoXHTML fixes
jervfors [Wed, 11 Aug 2004 08:40:19 +0000 (08:40 +0000)]
XHTML fixes

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

19 years agoXHTML fixes
jervfors [Wed, 11 Aug 2004 05:10:19 +0000 (05:10 +0000)]
XHTML fixes

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

19 years agoUpdate
jervfors [Tue, 10 Aug 2004 12:41:01 +0000 (12:41 +0000)]
Update

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

19 years agoChanging style for the Purge link to match other links
jervfors [Tue, 10 Aug 2004 12:25:09 +0000 (12:25 +0000)]
Changing style for the Purge link to match other links

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

19 years agoChanging style for the Purge link to match other links
jervfors [Tue, 10 Aug 2004 08:08:07 +0000 (08:08 +0000)]
Changing style for the Purge link to match other links

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

19 years agoAdding status bar to the compose window
jervfors [Tue, 10 Aug 2004 05:31:56 +0000 (05:31 +0000)]
Adding status bar to the compose window

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

19 years agoXHTML fixes
jervfors [Mon, 9 Aug 2004 15:48:15 +0000 (15:48 +0000)]
XHTML fixes

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

19 years agoChanging link style
jervfors [Mon, 9 Aug 2004 14:06:43 +0000 (14:06 +0000)]
Changing link style

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

19 years agoadded Uighur translators information
tokul [Mon, 9 Aug 2004 12:30:52 +0000 (12:30 +0000)]
added Uighur translators information

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

19 years agoAdding Uighur language support
tokul [Mon, 9 Aug 2004 12:25:26 +0000 (12:25 +0000)]
Adding Uighur language support

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

19 years agophpdoc blocks
tokul [Sun, 8 Aug 2004 15:45:25 +0000 (15:45 +0000)]
phpdoc blocks

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

19 years agokorean xtra_code is reenabled. Adding information about changes in xtra_code
tokul [Sun, 8 Aug 2004 15:11:19 +0000 (15:11 +0000)]
korean xtra_code is reenabled. Adding information about changes in xtra_code

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

19 years agoxtra_code updates in compose, readbody and view_text scripts
tokul [Sun, 8 Aug 2004 15:02:24 +0000 (15:02 +0000)]
xtra_code updates in compose, readbody and view_text scripts

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

19 years agoxtra_code updates in strings
tokul [Sun, 8 Aug 2004 14:59:29 +0000 (14:59 +0000)]
xtra_code updates in strings

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

19 years agoxtra_code update in mailbox_display
tokul [Sun, 8 Aug 2004 14:57:51 +0000 (14:57 +0000)]
xtra_code update in mailbox_display

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

19 years agoxtra_code updates in mime functions
tokul [Sun, 8 Aug 2004 14:56:47 +0000 (14:56 +0000)]
xtra_code updates in mime functions

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

19 years agoxtra_code updates in utf7-imap functions
tokul [Sun, 8 Aug 2004 14:53:36 +0000 (14:53 +0000)]
xtra_code updates in utf7-imap functions

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

19 years agoSplit xtra_code functions. Older layout requires inplementation of all
tokul [Sun, 8 Aug 2004 14:51:09 +0000 (14:51 +0000)]
Split xtra_code functions. Older layout requires inplementation of all
functions. Current layout should work even when translation provides only
one function. Older function is kept until other files are updated. Made
function name shorter.

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

19 years agofixed alignment of folder list title text
pdontthink [Sun, 8 Aug 2004 08:02:00 +0000 (08:02 +0000)]
fixed alignment of folder list title text

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

19 years agoFixed alignment of title text for folder list frame, also changed refresh string...
pdontthink [Sun, 8 Aug 2004 08:00:33 +0000 (08:00 +0000)]
Fixed alignment of title text for folder list frame, also changed refresh string to 'Check mail'; someone correct me if I'm wrong about that string change

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

19 years agoFix that the "Viewing message: x (y total)" always had "1 total" on last page,
kink [Sat, 7 Aug 2004 19:11:28 +0000 (19:11 +0000)]
Fix that the "Viewing message: x (y total)" always had "1 total" on last page,
regardless of how many messages are in the mailbox. Thanks Jo Knox.

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

19 years agoForm names = good
pdontthink [Fri, 6 Aug 2004 07:41:05 +0000 (07:41 +0000)]
Form names = good

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

19 years agoUneditable address book entries no longer have checkboxes next to them on addresses...
pdontthink [Thu, 5 Aug 2004 08:29:27 +0000 (08:29 +0000)]
Uneditable address book entries no longer have checkboxes next to them on addresses page (Thanks to Rolan Yang for patch)

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

19 years agoIf we use the IP as the RHS of the Message-ID, we need to enclose it in brackets
kink [Tue, 3 Aug 2004 11:29:07 +0000 (11:29 +0000)]
If we use the IP as the RHS of the Message-ID, we need to enclose it in brackets
(RFC 822). And if we have the hostname available, we might as well use that.
Spotted by Andreas M. Kirchwitz, closes #1001295

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

19 years agoImplement php_check_version with the PHP version_compare() function which
kink [Tue, 3 Aug 2004 11:15:53 +0000 (11:15 +0000)]
Implement php_check_version with the PHP version_compare() function which
is available from v4.1.0 (and our minimum is also 4.1.0).

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

19 years agoIf we have PHP 4.3.0, we can make SquirrelSpell work with safe_mode.
kink [Tue, 3 Aug 2004 11:06:18 +0000 (11:06 +0000)]
If we have PHP 4.3.0, we can make SquirrelSpell work with safe_mode.
This also removes the need for the 'cat' program when using older PHP,
easing the use of this plugin under Windows. The patch is provided by
Ray Ferguson, #752314. As I have only PHP 4.1.2, this is not thoroughly
tested code; please test it all so it will be verified to work in many
different environments.

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

19 years agoAdding size limit to signature. Max size is the same as db BLOB size.
tokul [Sat, 31 Jul 2004 12:35:44 +0000 (12:35 +0000)]
Adding size limit to signature. Max size is the same as db BLOB size.

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

19 years agoFix not encoding drafts folder when saving to draft; causes failure when
kink [Fri, 30 Jul 2004 19:28:42 +0000 (19:28 +0000)]
Fix not encoding drafts folder when saving to draft; causes failure when
drafts folder contains special chars. Thanks Alexander Koch for the fix.

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

19 years agoMake current hook name globally available when running a hook
pdontthink [Fri, 30 Jul 2004 15:09:17 +0000 (15:09 +0000)]
Make current hook name globally available when running a hook

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

19 years agoFixed SM version detection bug - wasn't going to hit us until v2.0, but anyway...
pdontthink [Fri, 30 Jul 2004 13:10:14 +0000 (13:10 +0000)]
Fixed SM version detection bug - wasn't going to hit us until v2.0, but anyway...

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

19 years agoAdded 'no focus' option for compose screen
pdontthink [Fri, 30 Jul 2004 13:04:52 +0000 (13:04 +0000)]
Added 'no focus' option for compose screen

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

19 years agoCustom option page values now repopulate correctly when save action goes back to...
pdontthink [Fri, 30 Jul 2004 12:36:36 +0000 (12:36 +0000)]
Custom option page values now repopulate correctly when save action goes back to same options page

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

19 years agoAesthetic fix
jervfors [Wed, 28 Jul 2004 15:00:26 +0000 (15:00 +0000)]
Aesthetic fix

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

19 years agoAdded 'trailing text' for options that SM builds, which is placed after a text input...
pdontthink [Sun, 25 Jul 2004 13:40:52 +0000 (13:40 +0000)]
Added 'trailing text' for options that SM builds, which is placed after a text input or select list.  One less reason for plugin authors to build their own HTML.

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

19 years agoOops, text inputs never had a type attribute!
pdontthink [Sun, 25 Jul 2004 13:24:16 +0000 (13:24 +0000)]
Oops, text inputs never had a type attribute!

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

19 years agoremoved unused and unneeded hooks
pdontthink [Sun, 25 Jul 2004 09:04:36 +0000 (09:04 +0000)]
removed unused and unneeded hooks

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

19 years agoUpdate devel changelog with security vuln.
kink [Sat, 24 Jul 2004 19:48:31 +0000 (19:48 +0000)]
Update devel changelog with security vuln.

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

19 years agoWhen checking for prefs_are_cached we should retrieve this from the session
kink [Sat, 24 Jul 2004 11:39:46 +0000 (11:39 +0000)]
When checking for prefs_are_cached we should retrieve this from the session
the proper way. Closes #995102

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

19 years agoDisplaying and fixing some XHTML
jervfors [Sun, 18 Jul 2004 10:45:58 +0000 (10:45 +0000)]
Displaying  and fixing some XHTML

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

19 years agoextra quote removed
pdontthink [Wed, 14 Jul 2004 20:41:41 +0000 (20:41 +0000)]
extra quote removed

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

19 years agoBetter email address matching. This should match more characters defined in RFC822
indiri69 [Mon, 12 Jul 2004 14:33:57 +0000 (14:33 +0000)]
Better email address matching.  This should match more characters defined in RFC822

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

19 years agoMinor code cleanup
jervfors [Mon, 12 Jul 2004 08:27:46 +0000 (08:27 +0000)]
Minor code cleanup

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

19 years agoMultiple URLs on one line weren't getting parsed correctly
pdontthink [Mon, 12 Jul 2004 07:53:37 +0000 (07:53 +0000)]
Multiple URLs on one line weren't getting parsed correctly

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

19 years agouri updated
pdontthink [Mon, 12 Jul 2004 04:15:25 +0000 (04:15 +0000)]
uri updated

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

19 years agoRemove the multiple lines of 'No Messages Found' when searching multiple folders
indiri69 [Tue, 6 Jul 2004 23:59:58 +0000 (23:59 +0000)]
Remove the multiple lines of 'No Messages Found' when searching multiple folders

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

19 years agoRemoving phpDocumentator tag which shouldn't be used here
jervfors [Mon, 5 Jul 2004 11:50:32 +0000 (11:50 +0000)]
Removing phpDocumentator tag which shouldn't be used here

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

19 years agoMinor code clean up
jervfors [Mon, 5 Jul 2004 07:34:00 +0000 (07:34 +0000)]
Minor code clean up

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

19 years agoAdding phpDocumentator block
jervfors [Mon, 5 Jul 2004 07:32:21 +0000 (07:32 +0000)]
Adding phpDocumentator block

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

19 years agoAdding FIXME to comment
jervfors [Mon, 5 Jul 2004 07:31:29 +0000 (07:31 +0000)]
Adding FIXME to comment

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

19 years agoWe use color[9] in the error_box but it was not defined in the fallback colors.
kink [Sun, 4 Jul 2004 14:38:23 +0000 (14:38 +0000)]
We use color[9] in the error_box but it was not defined in the fallback colors.

BTW we need an sm_init which first of all defines fallback colors, then overrides
those with the user's/default colors. That would make sure that there are always
and everywhere fallback colors, and that incomplete themes would also have gaps
filled. Now that functionality is scattered.

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

19 years agoFix output sanitatizing for options and xhtml-fixes.
kink [Sun, 4 Jul 2004 13:24:22 +0000 (13:24 +0000)]
Fix output sanitatizing for options and xhtml-fixes.

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

19 years agoUpdate
jervfors [Sat, 3 Jul 2004 07:23:14 +0000 (07:23 +0000)]
Update

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

19 years agoIndentation and XHTML fix
jervfors [Sat, 3 Jul 2004 07:19:08 +0000 (07:19 +0000)]
Indentation and XHTML fix

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

19 years agoI18n fix
jervfors [Sat, 3 Jul 2004 07:17:13 +0000 (07:17 +0000)]
I18n fix

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

19 years agoThis can't be considered beta anymore
jervfors [Sat, 3 Jul 2004 07:15:30 +0000 (07:15 +0000)]
This can't be considered beta anymore

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

19 years agoFixing minor typo
jervfors [Fri, 2 Jul 2004 09:14:32 +0000 (09:14 +0000)]
Fixing minor typo

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

19 years agoAnother XHTML fix
jervfors [Fri, 2 Jul 2004 08:40:28 +0000 (08:40 +0000)]
Another XHTML fix

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

19 years agoXHTML fix
jervfors [Fri, 2 Jul 2004 08:16:45 +0000 (08:16 +0000)]
XHTML fix

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

19 years agoRemoving HTML tags from strings
jervfors [Thu, 1 Jul 2004 15:03:30 +0000 (15:03 +0000)]
Removing HTML tags from strings

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

19 years agoSome random documentation updates.
kink [Thu, 1 Jul 2004 13:38:53 +0000 (13:38 +0000)]
Some random documentation updates.

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

19 years agoRemove wrong strip_tags and fix formatting in addressbook.php.
kink [Thu, 1 Jul 2004 12:39:17 +0000 (12:39 +0000)]
Remove wrong strip_tags and fix formatting in addressbook.php.

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

19 years agoBe a bit more verbose in the error message about PEAR not being included:
kink [Thu, 1 Jul 2004 12:12:07 +0000 (12:12 +0000)]
Be a bit more verbose in the error message about PEAR not being included:
give a pointer as to what might be the problem (also in configtest).
Small cosmetic fixes in configtest.

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

19 years agoIn stead of just crashing, give a proper error when PEAR DB functions could
kink [Thu, 1 Jul 2004 11:54:24 +0000 (11:54 +0000)]
In stead of just crashing, give a proper error when PEAR DB functions could
not be included.

Also, from now on I will add a vim comment to the foot of each file I commit
to make sure everyone that edits the file with vim will automatically use the
correct 4-spaces-indentation.

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

19 years agocode dumping
stekkel [Tue, 29 Jun 2004 21:50:59 +0000 (21:50 +0000)]
code dumping

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

19 years agohtml output will be cleaned by encoding function
tokul [Sun, 27 Jun 2004 09:18:43 +0000 (09:18 +0000)]
html output will be cleaned by encoding function

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