squirrelmail.git
14 years agoupdate changelog
kink [Thu, 21 May 2009 10:23:43 +0000 (10:23 +0000)]
update changelog

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

14 years agoAnchor the regexp. Thanks Thijs Kinkhorst.
pdontthink [Thu, 21 May 2009 09:21:56 +0000 (09:21 +0000)]
Anchor the regexp.  Thanks Thijs Kinkhorst.

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

14 years agoWhen sending an address literal to an SMTP EHLO command, do it with the right syntax
pdontthink [Wed, 20 May 2009 20:59:44 +0000 (20:59 +0000)]
When sending an address literal to an SMTP EHLO command, do it with the right syntax

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

14 years agoAdd FIXME
pdontthink [Wed, 20 May 2009 17:22:31 +0000 (17:22 +0000)]
Add FIXME

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

14 years ago- Fixed the Filters plugin to allow commas in filter criteria text
pdontthink [Tue, 19 May 2009 01:51:16 +0000 (01:51 +0000)]
- Fixed the Filters plugin to allow commas in filter criteria text

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

14 years ago - Cleanup variable name in address search for compose to clearup confusion.
jangliss [Sun, 17 May 2009 00:38:30 +0000 (00:38 +0000)]
  - Cleanup variable name in address search for compose to clearup confusion.
  - Remove Javascript from address search page when JavaScript is disabled.
  - Add "Check All" function to address book when using "in-page" addressbook.

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

14 years agoIncluding the colon in the string.
jervfors [Fri, 15 May 2009 15:09:55 +0000 (15:09 +0000)]
Including the colon in the string.

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

14 years agoShow real values for error settings
pdontthink [Thu, 14 May 2009 18:43:06 +0000 (18:43 +0000)]
Show real values for error settings

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

14 years agoClarify docs and use correct $nbsp
pdontthink [Thu, 14 May 2009 17:20:47 +0000 (17:20 +0000)]
Clarify docs and use correct $nbsp

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

14 years agoAdd documentation and default case to catch unknown suffixes to getByteSize()
pdontthink [Thu, 14 May 2009 17:03:10 +0000 (17:03 +0000)]
Add documentation and default case to catch unknown suffixes to getByteSize()

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

14 years agoMAX_FILE_SIZE hidden field must be before the file input according to the PHP docs
pdontthink [Thu, 14 May 2009 06:31:47 +0000 (06:31 +0000)]
MAX_FILE_SIZE hidden field must be before the file input according to the PHP docs

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

14 years agoForgot to mention PHP 5.3/6 compatibility update the other day
pdontthink [Tue, 12 May 2009 07:42:28 +0000 (07:42 +0000)]
Forgot to mention PHP 5.3/6 compatibility update the other day

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

14 years agoAlways generate $base_uri for every page request as opposed to doing it only on some...
pdontthink [Mon, 11 May 2009 22:50:16 +0000 (22:50 +0000)]
Always generate $base_uri for every page request as opposed to doing it only on some pages.  Always regenerate session ID at login to prevent session fixation by an attacker who has set a malicious cookie on the client browser.  Try to clean up extraneous cookies, such as ones some browsers might actually obey from the src/ directory.  Thanks to Tomas Hoger.  (CVE-2009-1580)

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

14 years agoOMG - unsanitized shell command. Thanks to Niels Teusink. (CVE-2009-1579)
pdontthink [Mon, 11 May 2009 22:17:46 +0000 (22:17 +0000)]
OMG - unsanitized shell command.  Thanks to Niels Teusink.  (CVE-2009-1579)

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

14 years agoDunno why this was never implemented, but the comments say it's OK, so here goes...
pdontthink [Mon, 11 May 2009 22:08:25 +0000 (22:08 +0000)]
Dunno why this was never implemented, but the comments say it's OK, so here goes...

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

14 years agoSanitize decrypt_headers.php form input (base64 decoding is not the same as sanitizin...
pdontthink [Mon, 11 May 2009 22:04:40 +0000 (22:04 +0000)]
Sanitize decrypt_headers.php form input (base64 decoding is not the same as sanitizing), general cleanup and grammatical fixes.  Thanks to Niels Teusink.  (also CVE-2009-1578)

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

14 years agoFixed improper sanitizing of PHP_SELF and the lack of sanitizing of QUERY_STRING...
pdontthink [Mon, 11 May 2009 21:49:23 +0000 (21:49 +0000)]
Fixed improper sanitizing of PHP_SELF and the lack of sanitizing of QUERY_STRING server environment variables. Thanks to Niels Teusink and Christian Balzer. (CVE-2009-1578)

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

14 years agoRemove ability for HTML emails to use CSS positioning to overlay SquirrelMail content...
pdontthink [Mon, 11 May 2009 21:19:52 +0000 (21:19 +0000)]
Remove ability for HTML emails to use CSS positioning to overlay SquirrelMail content.  Thanks to Luc Beurton. (#2723196/CVE-2009-1581)

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

14 years agoStop using session_unregister()
pdontthink [Fri, 8 May 2009 17:53:37 +0000 (17:53 +0000)]
Stop using session_unregister()

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

14 years agoAdding Khmer translation. Thanks to Khoem Sokhem.
pdontthink [Thu, 7 May 2009 21:55:41 +0000 (21:55 +0000)]
Adding Khmer translation. Thanks to Khoem Sokhem.

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

14 years agoAdding a comment with an explanation for translators.
jervfors [Sun, 3 May 2009 12:33:46 +0000 (12:33 +0000)]
Adding a comment with an explanation for translators.

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

14 years agoAdding a comment with an explanation for translators.
jervfors [Sun, 3 May 2009 12:30:42 +0000 (12:30 +0000)]
Adding a comment with an explanation for translators.

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

14 years agoFixing spelling error (I hope).
jervfors [Fri, 1 May 2009 14:39:28 +0000 (14:39 +0000)]
Fixing spelling error (I hope).

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

14 years agoReduce confusion about what user is running the web server
pdontthink [Tue, 28 Apr 2009 22:03:23 +0000 (22:03 +0000)]
Reduce confusion about what user is running the web server

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

14 years agoUse squirrelmail.org
pdontthink [Thu, 23 Apr 2009 02:23:20 +0000 (02:23 +0000)]
Use squirrelmail.org

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

14 years agoUse squirrelmail.org
pdontthink [Thu, 23 Apr 2009 02:21:42 +0000 (02:21 +0000)]
Use squirrelmail.org

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

14 years agoRepoint
pdontthink [Tue, 21 Apr 2009 21:24:16 +0000 (21:24 +0000)]
Repoint

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

14 years agoThis has all been previously migrated to the documentation repo
pdontthink [Tue, 21 Apr 2009 21:07:01 +0000 (21:07 +0000)]
This has all been previously migrated to the documentation repo

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

15 years agoUpdating templates.
jervfors [Fri, 17 Apr 2009 14:16:04 +0000 (14:16 +0000)]
Updating templates.

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

15 years agoAdd display indicator for forwarded messages
pdontthink [Fri, 17 Apr 2009 10:49:38 +0000 (10:49 +0000)]
Add display indicator for forwarded messages

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

15 years agoChanging back to messages.
jervfors [Fri, 17 Apr 2009 10:28:27 +0000 (10:28 +0000)]
Changing back to messages.

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

15 years agoFix: Messages forwarded as attachments from message list were not getting flagged...
pdontthink [Fri, 17 Apr 2009 05:46:18 +0000 (05:46 +0000)]
Fix: Messages forwarded as attachments from message list were not getting flagged as forwarded

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

15 years agoUpdating the translation templates.
jervfors [Thu, 16 Apr 2009 10:30:36 +0000 (10:30 +0000)]
Updating the translation templates.

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

15 years agoA mail is what's stored at the IMAP/POP3 server. A message is information from an...
jervfors [Thu, 16 Apr 2009 10:28:10 +0000 (10:28 +0000)]
A mail is what's stored at the IMAP/POP3 server. A message is information from an application.

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

15 years agoThe plugin abook_take was removed through commits 13234--13236.
jervfors [Thu, 16 Apr 2009 10:09:16 +0000 (10:09 +0000)]
The plugin abook_take was removed through commits 13234--13236.

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

15 years agoString fix.
jervfors [Thu, 16 Apr 2009 09:06:28 +0000 (09:06 +0000)]
String fix.

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

15 years agoA mail is what's stored at the IMAP/POP3 server. A message is information from an...
jervfors [Thu, 16 Apr 2009 09:03:50 +0000 (09:03 +0000)]
A mail is what's stored at the IMAP/POP3 server. A message is information from an application.

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

15 years agoThere are too many modified files being committed without the copyright year being...
jervfors [Wed, 15 Apr 2009 22:00:49 +0000 (22:00 +0000)]
There are too many modified files being committed without the copyright year being updated, so here's a copyright year update the old-fashioned style.

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

15 years agoThese files shouldn't be executables.
jervfors [Wed, 15 Apr 2009 17:17:56 +0000 (17:17 +0000)]
These files shouldn't be executables.

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

15 years agoRemoving the PHP close tag at the last line.
jervfors [Wed, 15 Apr 2009 16:34:33 +0000 (16:34 +0000)]
Removing the PHP close tag at the last line.

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

15 years agofix listcommands template for Send form changes
kink [Wed, 15 Apr 2009 16:30:42 +0000 (16:30 +0000)]
fix listcommands template for Send form changes

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

15 years agoChanging newlines from DOS to Unix style.
jervfors [Wed, 15 Apr 2009 16:26:43 +0000 (16:26 +0000)]
Changing newlines from DOS to Unix style.
Updating documentation block for phpDocumentor.

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

15 years agoMove HTML output from compose.php to templates. Also fixes broken send functionality...
pdontthink [Wed, 15 Apr 2009 00:55:09 +0000 (00:55 +0000)]
Move HTML output from compose.php to templates.  Also fixes broken send functionality under some circumstances. Also removes compose_bottom hook.

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

15 years agoMake default $sent_subfolders_base whatever $sent_folder is
pdontthink [Mon, 6 Apr 2009 19:06:45 +0000 (19:06 +0000)]
Make default $sent_subfolders_base whatever $sent_folder is
Update folder settings and auto-create needed subfolder as soon as settings are changed
Update $sent_folder in user prefs when $sent_subfolders_base is not "Sent" folder

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

15 years agoTranslate special folders doesn't mean translate any folder
pdontthink [Mon, 6 Apr 2009 10:48:28 +0000 (10:48 +0000)]
Translate special folders doesn't mean translate any folder

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

15 years agoFix PHP notices
pdontthink [Mon, 6 Apr 2009 07:09:54 +0000 (07:09 +0000)]
Fix PHP notices

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

15 years agoCode updates
pdontthink [Mon, 6 Apr 2009 07:03:56 +0000 (07:03 +0000)]
Code updates

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

15 years agoUpdate to work with 1.5.2 - this was old 1.4.x code
pdontthink [Sun, 5 Apr 2009 06:35:15 +0000 (06:35 +0000)]
Update to work with 1.5.2 - this was old 1.4.x code

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

15 years agoTypo
pdontthink [Sun, 5 Apr 2009 05:37:46 +0000 (05:37 +0000)]
Typo

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

15 years agoForgot to add file before last commit...
pdontthink [Sun, 5 Apr 2009 05:32:13 +0000 (05:32 +0000)]
Forgot to add file before last commit...

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

15 years agoMove code out of setup.php
pdontthink [Sun, 5 Apr 2009 05:29:51 +0000 (05:29 +0000)]
Move code out of setup.php

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

15 years agoHandle subfolders as sent too!
pdontthink [Sun, 5 Apr 2009 04:49:15 +0000 (04:49 +0000)]
Handle subfolders as sent too!

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

15 years agoInclude subs too
pdontthink [Sun, 5 Apr 2009 04:31:17 +0000 (04:31 +0000)]
Include subs too

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

15 years agoMoving function to its rightful place
pdontthink [Sun, 5 Apr 2009 04:26:27 +0000 (04:26 +0000)]
Moving function to its rightful place

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

15 years agoFIXME
pdontthink [Sun, 5 Apr 2009 04:13:39 +0000 (04:13 +0000)]
FIXME

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

15 years agoI guess this was a typo
pdontthink [Sun, 5 Apr 2009 03:51:59 +0000 (03:51 +0000)]
I guess this was a typo

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

15 years agoMassive update. Fixed several reported issues and some I discovered along the way...
pdontthink [Sat, 4 Apr 2009 02:29:19 +0000 (02:29 +0000)]
Massive update.  Fixed several reported issues and some I discovered along the way.  Also added quite a few new features including hashed directory support and fully dynamic database, table and field names.  This closes #1940328 and #2007554 amongst other things (like multiple --user arguments failing).

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

15 years agoUpdate
pdontthink [Fri, 3 Apr 2009 08:32:30 +0000 (08:32 +0000)]
Update

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

15 years agoEncode outgoing attachments that have lines longer than allowed per RFC. Otherwise...
pdontthink [Fri, 3 Apr 2009 08:31:17 +0000 (08:31 +0000)]
Encode outgoing attachments that have lines longer than allowed per RFC.  Otherwise, they can be corrupted when artificially (forced) folding - unfolding typically produces an extra space at the fold in most MUAs.  This fixes #2226470 and #1473714.  Thanks to Kelly Fallon.

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

15 years agoRewrite foldLine(). The old version *might* have been fixable, but it contained...
pdontthink [Fri, 3 Apr 2009 01:21:07 +0000 (01:21 +0000)]
Rewrite foldLine().  The old version *might* have been fixable, but it contained several bad assumptions, RFC misunderstandings and design problems.  The new one is better documented if nothing else.  PLEASE PLEASE PLEASE TEST THIS.  This is a candidate for backporting to STABLE since it fixes some buggy behaviors - see #2501008 and #1951776 and others

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

15 years agoUpdates
pdontthink [Thu, 2 Apr 2009 00:40:45 +0000 (00:40 +0000)]
Updates

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

15 years agoDefault Content-Transfer-Encoding is now RFC-compliant "7bit" instead of "us-ascii...
pdontthink [Thu, 2 Apr 2009 00:39:15 +0000 (00:39 +0000)]
Default Content-Transfer-Encoding is now RFC-compliant "7bit" instead of "us-ascii". (#1942060)

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

15 years agoFix documentation
pdontthink [Wed, 1 Apr 2009 21:18:59 +0000 (21:18 +0000)]
Fix documentation

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

15 years agoDocument hidden settings for use in config_local
pdontthink [Wed, 1 Apr 2009 21:16:57 +0000 (21:16 +0000)]
Document hidden settings for use in config_local

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

15 years agoDocumentation fix
pdontthink [Wed, 1 Apr 2009 21:10:06 +0000 (21:10 +0000)]
Documentation fix

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

15 years agoDocumentation fix
pdontthink [Wed, 1 Apr 2009 20:53:02 +0000 (20:53 +0000)]
Documentation fix

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

15 years agoMake our Date header RFC-compliant. Redundant timezone info does not comply with...
pdontthink [Wed, 1 Apr 2009 20:39:41 +0000 (20:39 +0000)]
Make our Date header RFC-compliant.  Redundant timezone info does not comply with RFC 822 section 5.1

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

15 years agoSpecial folders that are turned off get saved in user prefs as "none" (SMPREF_NONE...
pdontthink [Wed, 1 Apr 2009 11:37:02 +0000 (11:37 +0000)]
Special folders that are turned off get saved in user prefs as "none" (SMPREF_NONE), so we need to test for that case when autocreating.  Commit number 12315 (squirrelmail.svn.sourceforge.net/viewvc/squirrelmail?view=rev&revision=12315) was a little over-zealous in this one place.  (#1972177)

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

15 years agoPut quotes around both encoded and non-encoded addresses for consistency (#2449213)
pdontthink [Wed, 1 Apr 2009 11:06:10 +0000 (11:06 +0000)]
Put quotes around both encoded and non-encoded addresses for consistency (#2449213)

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

15 years agoAdd RFC 2231 support. Thanks to Piotr Pawlow. (#2501379)
pdontthink [Wed, 1 Apr 2009 08:24:48 +0000 (08:24 +0000)]
Add RFC 2231 support.  Thanks to Piotr Pawlow. (#2501379)

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

15 years agogit-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13487...
pdontthink [Sun, 29 Mar 2009 00:12:24 +0000 (00:12 +0000)]
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13487 7612ce4b-ef26-0410-bec9-ea0150e637f0

15 years agoAdd PHP index file
pdontthink [Sun, 29 Mar 2009 00:11:34 +0000 (00:11 +0000)]
Add PHP index file

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

15 years agoRemove closing PHP tag
pdontthink [Sun, 29 Mar 2009 00:07:28 +0000 (00:07 +0000)]
Remove closing PHP tag

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

15 years agoOops, there are files directly requested by the browser in here
pdontthink [Sat, 28 Mar 2009 21:58:02 +0000 (21:58 +0000)]
Oops, there are files directly requested by the browser in here

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

15 years agoReorg and add to the version-specific section
pdontthink [Fri, 27 Mar 2009 04:28:36 +0000 (04:28 +0000)]
Reorg and add to the version-specific section

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

15 years agoMinor fix
pdontthink [Fri, 27 Mar 2009 04:15:13 +0000 (04:15 +0000)]
Minor fix

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

15 years agoSmall change
pdontthink [Fri, 27 Mar 2009 04:09:11 +0000 (04:09 +0000)]
Small change

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

15 years agoUpgrade manual was aging and needed to be synchronized to that in the stable tree...
pdontthink [Fri, 27 Mar 2009 03:56:29 +0000 (03:56 +0000)]
Upgrade manual was aging and needed to be synchronized to that in the stable tree as well as the administrator manual.  Remember to update all three of those documents when touching this in the future.

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

15 years agoUpdate
pdontthink [Thu, 26 Mar 2009 23:41:37 +0000 (23:41 +0000)]
Update

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

15 years agoMoved documentation to doc/ directory and added example .htaccess files in all direct...
pdontthink [Thu, 26 Mar 2009 22:35:06 +0000 (22:35 +0000)]
Moved documentation to doc/ directory and added example .htaccess files in all directories that browsers don't need direct access to

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

15 years agoPut sample .htaccess in all directories browser does not access directly
pdontthink [Thu, 26 Mar 2009 22:34:32 +0000 (22:34 +0000)]
Put sample .htaccess in all directories browser does not access directly

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

15 years agoCall me anal
pdontthink [Thu, 26 Mar 2009 22:17:27 +0000 (22:17 +0000)]
Call me anal

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

15 years agoAdd sample .htaccess file to protect doc/ directory
pdontthink [Thu, 26 Mar 2009 22:08:54 +0000 (22:08 +0000)]
Add sample .htaccess file to protect doc/ directory

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

15 years agoShuffling release notes
pdontthink [Thu, 26 Mar 2009 21:55:20 +0000 (21:55 +0000)]
Shuffling release notes

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

15 years agoAdd pointer to doc/ directory
pdontthink [Thu, 26 Mar 2009 21:50:12 +0000 (21:50 +0000)]
Add pointer to doc/ directory

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

15 years agoShuffling release notes
pdontthink [Thu, 26 Mar 2009 21:48:03 +0000 (21:48 +0000)]
Shuffling release notes

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

15 years agoMove docs to doc/ directory
pdontthink [Thu, 26 Mar 2009 21:38:33 +0000 (21:38 +0000)]
Move docs to doc/ directory

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

15 years agoSome sender addresses were not showing if no personal part
pdontthink [Thu, 26 Mar 2009 21:14:18 +0000 (21:14 +0000)]
Some sender addresses were not showing if no personal part

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

15 years agoFix for accesskey getting set to 'NONE' in somem cases
pdontthink [Thu, 26 Mar 2009 21:05:53 +0000 (21:05 +0000)]
Fix for accesskey getting set to 'NONE' in somem cases

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

15 years agoPlugins may not specify button access keys
pdontthink [Thu, 26 Mar 2009 20:42:35 +0000 (20:42 +0000)]
Plugins may not specify button access keys

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

15 years agoAdd access keys to mailbox list
pdontthink [Thu, 26 Mar 2009 20:34:35 +0000 (20:34 +0000)]
Add access keys to mailbox list

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

15 years agoAdd access keys to main options page
pdontthink [Thu, 26 Mar 2009 10:27:24 +0000 (10:27 +0000)]
Add access keys to main options page

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

15 years agoAdd access keys for folder pane
pdontthink [Thu, 26 Mar 2009 09:52:10 +0000 (09:52 +0000)]
Add access keys for folder pane

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

15 years agoAdd ability to have accesskeys in advanced folder tree
pdontthink [Thu, 26 Mar 2009 09:40:41 +0000 (09:40 +0000)]
Add ability to have accesskeys in advanced folder tree

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

15 years agoAdd access keys for menubar
pdontthink [Thu, 26 Mar 2009 08:40:48 +0000 (08:40 +0000)]
Add access keys for menubar

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

15 years agoPoint access keys to top instead of bottom; works better except no access keys will...
pdontthink [Thu, 26 Mar 2009 08:06:54 +0000 (08:06 +0000)]
Point access keys to top instead of bottom; works better except no access keys will be available on the non-javascript print screen

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

15 years agoAdd accesskey to the From drop-down too
pdontthink [Thu, 26 Mar 2009 04:05:50 +0000 (04:05 +0000)]
Add accesskey to the From drop-down too

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

15 years agoAdd accesskey to the From drop-down too
pdontthink [Thu, 26 Mar 2009 04:04:12 +0000 (04:04 +0000)]
Add accesskey to the From drop-down too

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

15 years agogit-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13443...
pdontthink [Wed, 25 Mar 2009 12:44:44 +0000 (12:44 +0000)]
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13443 7612ce4b-ef26-0410-bec9-ea0150e637f0

15 years agoBetter than nothing
pdontthink [Wed, 25 Mar 2009 12:25:53 +0000 (12:25 +0000)]
Better than nothing

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