squirrelmail.git
20 years agoPARTIAL integration of delete_move_next.
ebullient [Mon, 26 Jan 2004 07:00:48 +0000 (07:00 +0000)]
PARTIAL integration of delete_move_next.
I've got the toolbar changed around, and delete/move/next functions
mostly integrated (commented out redundant hooks in the plugin).

The processing of delete/move is not quite right ... the plugin is
doing some odd things to remove the element from the msgs/msort arrays.
Marc? Thoughts on how/where best to finish delete processing?
Right now it's still borrowing the code from the plugin to finish the
delete.

Comments on the layout? (why I committed as is).

If you want to play with the not quite finished delete action,
uncomment the lines in read_body.php that handle deleted/moved
messages (around lines 785 - 809), and then in
delete_move_next/setup.php, comment the first two 'action' hooks.

I'll finish up the options work and the delete manipulation tomorrow.
Wanted feedback on the link placement, etc. ASAP.

This was one thing we wanted in before frameless SM... so once this goes in
(pending any other urgent things), we'll cut the dev release.

My apologies for not getting to this sooner. :-/

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

20 years agoAdding British support
tokul [Wed, 14 Jan 2004 18:42:00 +0000 (18:42 +0000)]
Adding British support

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

20 years agoAdded support for a couple of MIME Content- headers.
indiri69 [Sun, 11 Jan 2004 02:55:17 +0000 (02:55 +0000)]
Added support for a couple of MIME Content- headers.

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

20 years agoChange to new hook function, as elsewhere in same file
pdontthink [Mon, 5 Jan 2004 04:21:31 +0000 (04:21 +0000)]
Change to new hook function, as elsewhere in same file

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

20 years agoadding doc for the sitewide options I added last night
ebullient [Sun, 4 Jan 2004 18:59:38 +0000 (18:59 +0000)]
adding doc for the sitewide options I added last night

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

20 years agoinfo about use of special_mailbox hook. I think this hook needs to be fixed.
tokul [Sun, 4 Jan 2004 12:22:45 +0000 (12:22 +0000)]
info about use of special_mailbox hook. I think this hook needs to be fixed.
It does not allow multiple hookups.

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

20 years agomark all sent_subfolders as special mailboxes. stable 1.4.x tracker 699920
tokul [Sun, 4 Jan 2004 12:08:45 +0000 (12:08 +0000)]
mark all sent_subfolders as special mailboxes. stable 1.4.x tracker 699920

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

20 years agoconvert message array to string and display it sanitized.
tokul [Sun, 4 Jan 2004 10:31:08 +0000 (10:31 +0000)]
convert message array to string and display it sanitized.

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

20 years agoSome tweaks to SMTP auth to allow a site-wide user/pass override
ebullient [Sun, 4 Jan 2004 06:11:15 +0000 (06:11 +0000)]
Some tweaks to SMTP auth to allow a site-wide user/pass override
(for those of us with a home installation that want to go out
using the ISP's SMTP server because people arbitrarily block
our dynamic IP addresses).

new function in auth.php assigns the correct user/pass values
based on the auth mechanism.

For some reason the initStream method in Deliver_SMTP was not using
the passed in user name, it was using the global $username, and had
the key and onetimepad declared, though it always used the passed in
parameter pass instead - cleaned that up so it used the user/pass values
passed in instead.

read_body and compose were updated to use the new function in auth.php
to get the correct username and password for SMTP auth, and pass these
values to initStream.

Works for me.

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

20 years agoarray to string comparision. sqimap_retrieve_imap_response function, that
tokul [Sat, 3 Jan 2004 14:21:35 +0000 (14:21 +0000)]
array to string comparision. sqimap_retrieve_imap_response function, that
is used in sqimap_read_data, provides $response as array.

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

20 years agoinfo about 2mbit -> ahbl changes
tokul [Sat, 3 Jan 2004 13:39:23 +0000 (13:39 +0000)]
info about 2mbit -> ahbl changes

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

20 years ago2mbit.com rbl is obsolate. It is replaced with ahbl.org rbl. Fix for bug.no.829887
tokul [Sat, 3 Jan 2004 13:31:26 +0000 (13:31 +0000)]
2mbit.com rbl is obsolate. It is replaced with ahbl.org rbl. Fix for bug.no.829887
prefname retains 2mb name for backward compatibility. Spamfilter part still needs
some tune up and fixes.

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

20 years agoIf admin has set in config_local.php, then use that. (For LDAP Preferences plugin)
avel [Fri, 2 Jan 2004 16:58:04 +0000 (16:58 +0000)]
If admin has set  in config_local.php, then use that. (For LDAP Preferences plugin)

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

20 years agoadding header decoding support in compose.
tokul [Fri, 2 Jan 2004 09:47:05 +0000 (09:47 +0000)]
adding header decoding support in compose.
disabled str_replaces that try to fix nbsp problemi in to/cc/bcc fields. If problem still happens, I'll add cleanup_nbsp calls. If it does not happen - comments will be removed.

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

20 years agoadding phpdoc blocks for encodeHeader and decodeHeader
tokul [Fri, 2 Jan 2004 09:28:32 +0000 (09:28 +0000)]
adding phpdoc blocks for encodeHeader and decodeHeader
adding support for header decoding in compose
using space html code instead of non-breaking space code. Some charsets does not support nbsp and it also causes problems in browsers that don't change nbsp to regural space in POST forms.

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

20 years agofixing multiline headers. space or tab should not be removed.
tokul [Tue, 30 Dec 2003 15:30:11 +0000 (15:30 +0000)]
fixing multiline headers. space or tab should not be removed.
tab is replaced by space, because it is later used split decoded string into chunks

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

20 years agotranslation engine updates. Disabled non functional "when composing" prefs
tokul [Sat, 27 Dec 2003 12:06:26 +0000 (12:06 +0000)]
translation engine updates. Disabled non functional "when composing" prefs

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

20 years agoadding variable test
tokul [Sat, 27 Dec 2003 09:13:26 +0000 (09:13 +0000)]
adding variable test

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

20 years agoUpdating strings
tokul [Fri, 26 Dec 2003 15:29:35 +0000 (15:29 +0000)]
Updating strings

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

20 years agogoogle translate options. rtl fixes.
tokul [Fri, 26 Dec 2003 14:48:08 +0000 (14:48 +0000)]
google translate options. rtl fixes.

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

20 years ago1. added non anonymous ldap binding patch. (thanks to Ilyak Kasnacheev <ilyak at...
tokul [Fri, 26 Dec 2003 09:13:37 +0000 (09:13 +0000)]
1. added non anonymous ldap binding patch. (thanks to Ilyak Kasnacheev <ilyak at online.ru>)

2. added ldap protocol version binding. (bug no. 829929)

3. cleaned administrator plugin options

4. added global sql address book support. Obsolates MySQL address book plugin (http://www.squirrelmail.org/plugin_view.php?id=104).

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

20 years agoadding three global variables. Allows to use correct alignment without html_tag function
tokul [Fri, 26 Dec 2003 08:45:29 +0000 (08:45 +0000)]
adding three global variables. Allows to use correct alignment without html_tag function

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

20 years agoSupport of multiple writeable address book backends
tokul [Fri, 26 Dec 2003 08:40:49 +0000 (08:40 +0000)]
Support of multiple writeable address book backends

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

20 years agoAdding support for spamcop member service.
tokul [Fri, 26 Dec 2003 08:39:17 +0000 (08:39 +0000)]
Adding support for spamcop member service.

Adding fix that allows submiting attached spams with web based reporting form
(thanks to Magnus Henoch <mange at freemail.hu>)

Removing page header display, when form is opened in new window.

Removing insertion of javascript, when javascript is disabled.

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

20 years agortl alignment fix
tokul [Fri, 26 Dec 2003 08:28:28 +0000 (08:28 +0000)]
rtl alignment fix

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

20 years agoRemoved right target, which is redundant and problematic when viewing right frame...
pdontthink [Thu, 25 Dec 2003 10:19:02 +0000 (10:19 +0000)]
Removed right target, which is redundant and problematic when viewing right frame in separate window

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

20 years agoWhoops. Forgot the other part of it.
indiri69 [Tue, 23 Dec 2003 01:17:13 +0000 (01:17 +0000)]
Whoops.  Forgot the other part of it.

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

20 years agoFix from stable that should have gone in here too.
indiri69 [Tue, 23 Dec 2003 01:06:14 +0000 (01:06 +0000)]
Fix from stable that should have gone in here too.

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

20 years agomanaging agresive decoding and ja_JP + utf-8.
tokul [Sun, 21 Dec 2003 14:58:19 +0000 (14:58 +0000)]
managing agresive decoding and ja_JP + utf-8.
global $default_charset will be used later by recode and iconv patches.

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

20 years agouse one function instead of complex if cycles. Detect installed decoding
tokul [Sun, 21 Dec 2003 11:41:27 +0000 (11:41 +0000)]
use one function instead of complex if cycles. Detect installed decoding
functions

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

20 years agoMakes managing decoding easier. Mac decoding moved to separate cvs module
tokul [Sun, 21 Dec 2003 11:40:08 +0000 (11:40 +0000)]
Makes managing decoding easier. Mac decoding moved to separate cvs module

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

20 years agoGive compose screen the startMessage
pdontthink [Wed, 17 Dec 2003 02:03:03 +0000 (02:03 +0000)]
Give compose screen the startMessage

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

20 years agophpdoc blocks
tokul [Sat, 13 Dec 2003 11:56:24 +0000 (11:56 +0000)]
phpdoc blocks

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

20 years agoif there is some fatal error. not plural.
tokul [Sat, 13 Dec 2003 11:01:27 +0000 (11:01 +0000)]
if there is some fatal error. not plural.

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

20 years agoJapanese without mbstring handling
tokul [Sat, 13 Dec 2003 10:56:10 +0000 (10:56 +0000)]
Japanese without mbstring handling

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

20 years agophpdoc blocks and Japanese without mbstring handling fixes
tokul [Sat, 13 Dec 2003 10:53:48 +0000 (10:53 +0000)]
phpdoc blocks and Japanese without mbstring handling fixes

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

20 years agoAdd CVS Id tag
indiri69 [Fri, 12 Dec 2003 21:18:27 +0000 (21:18 +0000)]
Add CVS Id tag

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

20 years agoCleaned up some formatting
indiri69 [Fri, 12 Dec 2003 21:14:15 +0000 (21:14 +0000)]
Cleaned up some formatting

Synced some the unseen messages code so ListBoxes and ListAdvancedBoxes
both get the same result.

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

20 years agoUpdate mailto support
indiri69 [Fri, 12 Dec 2003 19:18:31 +0000 (19:18 +0000)]
Update mailto support

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

20 years agoUpdate
jangliss [Fri, 12 Dec 2003 06:05:36 +0000 (06:05 +0000)]
Update

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

20 years agoFix again for Internet Explorer's stupidity of decoding characters, then
jangliss [Fri, 12 Dec 2003 06:04:02 +0000 (06:04 +0000)]
Fix again for Internet Explorer's stupidity of decoding characters, then
executing it blindly.  This code was fixed originally, but apparently some
how didn't work right.  I checked on HastyMail and did a file comparision,
and noticed that one version of the same filter doesn't use \W... on removal
of that in the regex, the function seemed to correctly strip out bad functions

See http://www.securityfocus.com/archive/1/340118 for further information.

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

20 years agoPick up identities if you're not using default identity on resuming on draft.
jangliss [Thu, 11 Dec 2003 06:31:04 +0000 (06:31 +0000)]
Pick up identities if you're not using default identity on resuming on draft.
Looks like somebody had started, but left debugging code everywhere.

Please check commits to ensure there is no debug code ;)

This is the start of the work for bug #858001

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

20 years agodecodeHeader() the message subject before building the filename
alex-brainstorm [Wed, 10 Dec 2003 23:56:40 +0000 (23:56 +0000)]
decodeHeader() the message subject before building the filename

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

20 years agoSeparate empty subject case from unknown mime type
alex-brainstorm [Wed, 10 Dec 2003 23:47:26 +0000 (23:47 +0000)]
Separate empty subject case from unknown mime type

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

20 years agoFix duplicate suffix in filename created from message subject
alex-brainstorm [Wed, 10 Dec 2003 23:40:20 +0000 (23:40 +0000)]
Fix duplicate suffix in filename created from message subject

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

20 years agoReinsert Download as a file link
indiri69 [Wed, 10 Dec 2003 22:10:36 +0000 (22:10 +0000)]
Reinsert Download as a file link

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

20 years agoSuppress the PHP error message if server is not reachable
cigamit [Fri, 5 Dec 2003 03:48:02 +0000 (03:48 +0000)]
Suppress the PHP error message if server is not reachable
(We output our own Error Message about it later)

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

20 years agoFix a old fix that was breaking the search when coming back from move_messages
alex-brainstorm [Wed, 3 Dec 2003 13:59:48 +0000 (13:59 +0000)]
Fix a old fix that was breaking the search when coming back from move_messages

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

20 years agoA shell script to generate the PHPDocumentor output.
tassium [Tue, 2 Dec 2003 16:06:00 +0000 (16:06 +0000)]
A shell script to generate the PHPDocumentor output.
Requires: PHP4 CLI version

Move the script to the SquirrelMail top-level directory.  Edit the script appropriately - IT WILL NOT WORK if you leave it as-is.

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

20 years agoBack out support for using SM without Frames
cigamit [Mon, 1 Dec 2003 21:56:59 +0000 (21:56 +0000)]
Back out support for using SM without Frames

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

20 years agoSeems I forgot to add a file.....
cigamit [Mon, 1 Dec 2003 20:54:52 +0000 (20:54 +0000)]
Seems I forgot to add a file.....
Since people seem to be having an uproar over this,
I will be removing it, and adding a seperate branch....

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

20 years agoMove the Frames options to screen 11 (Tweaks) as the interface tweaks there
ebullient [Mon, 1 Dec 2003 20:07:45 +0000 (20:07 +0000)]
Move the Frames options to screen 11 (Tweaks) as the interface tweaks there
are a more appropriate place than General.

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

20 years agoAdded support for using Squirrelmail without frames
cigamit [Mon, 1 Dec 2003 18:51:07 +0000 (18:51 +0000)]
Added support for using Squirrelmail without frames
(With many thanks to Jason Wickers (jwickers at scs.wsu.edu))
----
There are still a few minor things to iron out, but overall
it works fairly well at this point.  Any plugin that calls
DisplayPageHeader() will now have to replace their </body></html>
with a simple call to noframes_bottom() to be compatible...
(Possibly rename that function to DisplayPageFooter in the future)

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

20 years agoReally skip empty mailto: and bug fix in case of malformed mailto: url
alex-brainstorm [Sun, 30 Nov 2003 17:01:44 +0000 (17:01 +0000)]
Really skip empty mailto: and bug fix in case of malformed mailto: url

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

20 years agoMarked the part for bug #845290
centaurix [Sat, 29 Nov 2003 14:40:24 +0000 (14:40 +0000)]
Marked the part for bug #845290

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

20 years agoconverting variable extraction to sqgetGlobalVar
tokul [Thu, 27 Nov 2003 15:53:42 +0000 (15:53 +0000)]
converting variable extraction to sqgetGlobalVar

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

20 years agovariable cleanup in form. maybe other $_POST's and $_GET's should be converted
tokul [Wed, 26 Nov 2003 20:45:28 +0000 (20:45 +0000)]
variable cleanup in form. maybe other $_POST's and $_GET's should be converted
to sqgetGlobalVar too.

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

20 years agohaven't changed formatRecipientString.
tokul [Wed, 26 Nov 2003 20:25:33 +0000 (20:25 +0000)]
haven't changed formatRecipientString.
used last Jon's suggestion about puting variables in post url.
these move buttons should be the only place that break PHP_SELF.

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

20 years agoadded content-length header as an optional parameter to senddownloadheaders fn
braverock [Tue, 25 Nov 2003 19:58:35 +0000 (19:58 +0000)]
added content-length header as an optional parameter to senddownloadheaders fn

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

20 years agoinfo about disabled feature
tokul [Mon, 24 Nov 2003 18:04:06 +0000 (18:04 +0000)]
info about disabled feature

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

20 years agodisables quick reporting feature by default. This is not documented
tokul [Mon, 24 Nov 2003 18:02:02 +0000 (18:02 +0000)]
disables quick reporting feature by default. This is not documented
spamcop feature. See bug. 809452

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

20 years agohtml fix
pdontthink [Fri, 21 Nov 2003 12:51:49 +0000 (12:51 +0000)]
html fix

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

20 years agoA bit of documentation for my favorite function, makeComposeLink()...
avel [Fri, 21 Nov 2003 11:35:59 +0000 (11:35 +0000)]
A bit of documentation for my favorite function, makeComposeLink()...

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

20 years agoSome guidelines and pointers on how to write phpdoc comments for plugins. Probably...
avel [Fri, 21 Nov 2003 11:23:02 +0000 (11:23 +0000)]
Some guidelines and pointers on how to write phpdoc comments for plugins. Probably only for devel branch.

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

20 years agominor HTML fix
pdontthink [Thu, 20 Nov 2003 20:50:57 +0000 (20:50 +0000)]
minor HTML fix

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

20 years agobetter placement of help_chapter hook
pdontthink [Wed, 19 Nov 2003 07:13:33 +0000 (07:13 +0000)]
better placement of help_chapter hook

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

20 years agoReformat of html messages a bit cleaner
pdontthink [Wed, 19 Nov 2003 03:52:03 +0000 (03:52 +0000)]
Reformat of html messages a bit cleaner

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

20 years agoAdd a new hook to the plugin to enable backends to perform any
kink [Mon, 17 Nov 2003 22:04:31 +0000 (22:04 +0000)]
Add a new hook to the plugin to enable backends to perform any
specific checks before starting. Fix a bug in the Location:
redirect which redirected the user back to the plugin, which
should have been the general options page.

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

20 years agodelete_move_next uses GET and POST requests
tokul [Mon, 17 Nov 2003 18:26:55 +0000 (18:26 +0000)]
delete_move_next uses GET and POST requests

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

20 years agoAdding missing options, removing globals (they are not stored in generated
tokul [Mon, 17 Nov 2003 18:06:22 +0000 (18:06 +0000)]
Adding missing options, removing globals (they are not stored in generated
config.php), reorganizing it according to conf.pl layout. Some of comments
talk about settings that will be valid only after one week.

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

20 years agoDocument list options that are set by conf.pl D option.
tokul [Mon, 17 Nov 2003 17:37:27 +0000 (17:37 +0000)]
Document list options that are set by conf.pl D option.

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

20 years agostrings.php should be loaded before output starts. forearch cycle produced
tokul [Mon, 17 Nov 2003 17:30:02 +0000 (17:30 +0000)]
strings.php should be loaded before output starts. forearch cycle produced
errors if no plugins were installed.

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

20 years agoA start for a new change_password master plugin. This is not finished
kink [Sun, 16 Nov 2003 14:26:51 +0000 (14:26 +0000)]
A start for a new change_password master plugin. This is not finished
(and should stay only in devel for now), but I'm committing it so others
can take a look and work on it too. Basic functionality is there, now
needs existing plugins added as backends, and implementing "extra" features
such as forcing SSL.

Again, this is a "rough" version, so please change/improve anything
you'd like to be changed.

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

20 years agorfc 2368 (mailto URL) implementation
alex-brainstorm [Fri, 14 Nov 2003 00:57:43 +0000 (00:57 +0000)]
rfc 2368 (mailto URL) implementation

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

20 years agoFix missing mailbox argument to sq_cid2http() in sq_fixstyle()
alex-brainstorm [Wed, 12 Nov 2003 14:57:12 +0000 (14:57 +0000)]
Fix missing mailbox argument to sq_cid2http() in sq_fixstyle()

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

20 years agoMore PhpDocumentor works
alex-brainstorm [Tue, 11 Nov 2003 01:25:13 +0000 (01:25 +0000)]
More PhpDocumentor works

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

20 years agoTake the thread type user setting in account
alex-brainstorm [Tue, 11 Nov 2003 00:35:06 +0000 (00:35 +0000)]
Take the thread type user setting in account

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

20 years agoAdd closing BODY and HTML tags
cigamit [Mon, 10 Nov 2003 20:44:57 +0000 (20:44 +0000)]
Add closing BODY and HTML tags

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

20 years ago* first unsubscribe before we delete
stekkel [Mon, 10 Nov 2003 17:46:37 +0000 (17:46 +0000)]
* first unsubscribe before we delete
* fail silently on unsubscribe

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

20 years agoReintroduce alternating colors in addressbook, something that has
kink [Mon, 10 Nov 2003 12:07:18 +0000 (12:07 +0000)]
Reintroduce alternating colors in addressbook, something that has
(probably) accidentally disappeard in the past. Thanks Ronan Salmon
for the tip, closes #823290.

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

20 years agoAdded subfoldering from an idea/patch by Thomas Pohl xraven at users.sourceforge...
alex-brainstorm [Sun, 9 Nov 2003 18:46:23 +0000 (18:46 +0000)]
Added subfoldering from an idea/patch by Thomas Pohl xraven at users.sourceforge.net (thanks Thomas), added handling of broken imap connection in THREAD, some PhpDocumentor works.

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

20 years agoAdd an optional link parameter to sqimap_error_box(), allow self error handling even...
alex-brainstorm [Sun, 9 Nov 2003 17:50:54 +0000 (17:50 +0000)]
Add an optional link parameter to sqimap_error_box(), allow self error handling even when connection is dropped, and remove the notices that happen in that case.

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

20 years agofix for inserted spaces after encoded strings.
stekkel [Sun, 9 Nov 2003 16:10:53 +0000 (16:10 +0000)]
fix for inserted spaces after encoded strings.

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

20 years agoError Dispaly fix: can't do set_time_limit() in safemode
cigamit [Sat, 8 Nov 2003 18:57:14 +0000 (18:57 +0000)]
Error Dispaly fix: can't do set_time_limit() in safemode

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

20 years agoPorting some Japanese fixes from Masato patches.
tokul [Sat, 8 Nov 2003 08:31:44 +0000 (08:31 +0000)]
Porting some Japanese fixes from Masato patches.
http://www.yamaai-tech.com/~masato/Download/

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

20 years agoFixes a few issues
cigamit [Fri, 7 Nov 2003 22:40:11 +0000 (22:40 +0000)]
Fixes a few issues
string.php is required for get_location()
get_location() doesn't append a / so we should before adding the redirect variable

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

20 years agoAdd closing Body and HTML tags, remove Newlines at end of files (just incase)
cigamit [Fri, 7 Nov 2003 22:25:47 +0000 (22:25 +0000)]
Add closing Body and HTML tags, remove Newlines at end of files (just incase)

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

20 years agoFix typo, add SIZE in SORT in case someone wants to do it
alex-brainstorm [Thu, 6 Nov 2003 14:02:48 +0000 (14:02 +0000)]
Fix typo, add SIZE in SORT in case someone wants to do it

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

20 years agoHandle multiple SORT responses, and PhpDocumentor homework ;)
alex-brainstorm [Thu, 6 Nov 2003 02:15:04 +0000 (02:15 +0000)]
Handle multiple SORT responses, and PhpDocumentor homework ;)

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

20 years agoFixed reg match for $MDNSent flag
stekkel [Thu, 6 Nov 2003 00:37:19 +0000 (00:37 +0000)]
Fixed reg match for $MDNSent flag

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

20 years agoAttempt to format available documentation for phpdoc.
avel [Tue, 4 Nov 2003 13:59:36 +0000 (13:59 +0000)]
Attempt to format available documentation for phpdoc.

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

20 years agoA fix to make SquirrelMail work under PHP5 (at least the beta that was released
kink [Tue, 4 Nov 2003 09:20:53 +0000 (09:20 +0000)]
A fix to make SquirrelMail work under PHP5 (at least the beta that was released
recently). All the basic functions work as expected.

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

20 years agoWorkaround for EIMS split response to SEARCH
alex-brainstorm [Tue, 4 Nov 2003 00:48:45 +0000 (00:48 +0000)]
Workaround for EIMS split response to SEARCH

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

20 years agoEIMS workaround. EIMS returns the SEARCH response as multiple untagged
stekkel [Tue, 4 Nov 2003 00:00:21 +0000 (00:00 +0000)]
EIMS workaround. EIMS returns the SEARCH response as multiple untagged
SEARCH responses. That is against RFC3501 !!!
example:

A005 UID SEARCH UID 1:*
* SEARCH 5949 8160 8401 8402 8413 8470 8471 8472 8497 8499
* SEARCH 8502 8504 8514
A005 OK SEARCH completed

We only use that call in case of non server side sorting.

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

20 years agoIntl INBOX display in case of error
alex-brainstorm [Sat, 1 Nov 2003 17:39:04 +0000 (17:39 +0000)]
Intl INBOX display in case of error

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

20 years agoRemove notice
alex-brainstorm [Sat, 1 Nov 2003 17:36:16 +0000 (17:36 +0000)]
Remove notice

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

20 years agoSORT and THREAD handling in search
alex-brainstorm [Sat, 1 Nov 2003 17:29:18 +0000 (17:29 +0000)]
SORT and THREAD handling in search

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

20 years agoFix for E_ALL error that can appear with get_browser(): 'browscap ini directive not...
avel [Fri, 31 Oct 2003 19:33:34 +0000 (19:33 +0000)]
Fix for E_ALL error that can appear with get_browser(): 'browscap ini directive not set'.

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

20 years agoThe SASL intial response capability name is changed in
stekkel [Thu, 30 Oct 2003 01:18:52 +0000 (01:18 +0000)]
The SASL intial response capability name is changed in
draft-siemborski-imap-sasl-initial-response-01b.txt to SASL-IR (imho a
better name). Currently Cyrus 2.2.2-BETA advertise SASL-IR and the next UW
release will do that too.

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

20 years agoAdd some basic documentation, and remove some long-obsolete functions.
kink [Wed, 29 Oct 2003 19:58:06 +0000 (19:58 +0000)]
Add some basic documentation, and remove some long-obsolete functions.

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