squirrelmail.git
20 years agoAdd configtest link to administrator plugin.
kink [Sat, 28 Feb 2004 13:55:18 +0000 (13:55 +0000)]
Add configtest link to administrator plugin.

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

20 years agoMove configtest.php script to src/, because it will be called directly
kink [Sat, 28 Feb 2004 13:48:39 +0000 (13:48 +0000)]
Move configtest.php script to src/, because it will be called directly
by the browser. Unfortunately, CVS doesn't support moving files (unlike
Subversion).

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

20 years agooops, need better error checking than that...
pdontthink [Sat, 28 Feb 2004 08:49:51 +0000 (08:49 +0000)]
oops, need better error checking than that...

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

20 years agoreflect recent changes
pdontthink [Sat, 28 Feb 2004 08:31:28 +0000 (08:31 +0000)]
reflect recent changes

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

20 years agomaking read_body_menu_top hook more powerful
pdontthink [Sat, 28 Feb 2004 08:29:24 +0000 (08:29 +0000)]
making read_body_menu_top hook more powerful

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

20 years agomaking webmail_bottom hook more powerful
pdontthink [Sat, 28 Feb 2004 08:25:21 +0000 (08:25 +0000)]
making webmail_bottom hook more powerful

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

20 years agoDont utf7_decode translated INBOX name, which is html encoded
alex-brainstorm [Fri, 27 Feb 2004 14:37:42 +0000 (14:37 +0000)]
Dont utf7_decode translated INBOX name, which is html encoded

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

20 years agofix
stekkel [Thu, 26 Feb 2004 18:03:23 +0000 (18:03 +0000)]
fix

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

20 years agoFixed the issue where inbox showed up in the lsub response with a \NoSelect
stekkel [Thu, 26 Feb 2004 18:01:59 +0000 (18:01 +0000)]
Fixed the issue where inbox showed up in the lsub response with a \NoSelect
flag. If we detect inbox with \NoSelect we unset the result for inbox and do
a list request for inbox.

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

20 years agoAdded param fix to sqimap_create_stream()
tassium [Thu, 26 Feb 2004 16:22:23 +0000 (16:22 +0000)]
Added param fix to sqimap_create_stream()

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

20 years agoBrain-damage in sqimap_create_stream(). Can't believe I let myself commit this funct...
tassium [Thu, 26 Feb 2004 16:19:29 +0000 (16:19 +0000)]
Brain-damage in sqimap_create_stream().  Can't believe I let myself commit this function in such poor shape, and further that nobody else caught it until now ;)

sqimap_create_stream() was not as generalized as it should have been - it was still using $imap_server and $use_imap_tls, etc.  Now obeying passed params as it should.

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

20 years agoAdditional info about adding options to preexisting option groups
pdontthink [Thu, 26 Feb 2004 08:13:09 +0000 (08:13 +0000)]
Additional info about adding options to preexisting option groups

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

20 years agoTweak the LSUB INBOX regexp to allow for only 1 space between LSUB and
kink [Wed, 25 Feb 2004 17:28:39 +0000 (17:28 +0000)]
Tweak the LSUB INBOX regexp to allow for only 1 space between LSUB and
the mailbox name.

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

20 years agoFix the display of a subfolder "foo.inbox" aswell.
kink [Wed, 25 Feb 2004 14:38:05 +0000 (14:38 +0000)]
Fix the display of a subfolder "foo.inbox" aswell.

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

20 years agoRequire whitespace in the LSUB before the mailbox name to prevent a
kink [Wed, 25 Feb 2004 14:25:49 +0000 (14:25 +0000)]
Require whitespace in the LSUB before the mailbox name to prevent a
subfolder called "foo.bar.inbox" to be treated as INBOX.

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

20 years agoAdded Flag/Unflag buttons. I have been up for 2 days straight. Please check for...
pdontthink [Wed, 25 Feb 2004 10:43:33 +0000 (10:43 +0000)]
Added Flag/Unflag buttons.  I have been up for 2 days straight.  Please check for mistakes.  :)

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

20 years ago- added include for plugin.php to correct fatal error on logout_error/do_hook call...
braverock [Tue, 24 Feb 2004 23:01:27 +0000 (23:01 +0000)]
- added include for plugin.php to correct fatal error on logout_error/do_hook call after session timeout

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

20 years agoVerify that concat_hook_function actually returned something before writing over...
indiri69 [Tue, 24 Feb 2004 22:07:27 +0000 (22:07 +0000)]
Verify that concat_hook_function actually returned something before writing over string.

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

20 years agoInfo about translation updates
tokul [Tue, 24 Feb 2004 18:14:17 +0000 (18:14 +0000)]
Info about translation updates

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

20 years agoAdding full locale names. Enabled ukrainian and russian-ukrainian
tokul [Tue, 24 Feb 2004 18:12:22 +0000 (18:12 +0000)]
Adding full locale names. Enabled ukrainian and russian-ukrainian

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

20 years agoWe're living in 2004 now... perl is your friend for these kinds of things :)
kink [Tue, 24 Feb 2004 15:51:22 +0000 (15:51 +0000)]
We're living in 2004 now... perl is your friend for these kinds of things :)

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

20 years agoWhoops, forgot debug code. Thaks Jonathan.
pdontthink [Tue, 24 Feb 2004 15:17:07 +0000 (15:17 +0000)]
Whoops, forgot debug code.  Thaks Jonathan.

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

20 years agoError message talks about SMTP while we're testing the IMAP server.
kink [Tue, 24 Feb 2004 14:15:46 +0000 (14:15 +0000)]
Error message talks about SMTP while we're testing the IMAP server.

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

20 years agoAdd some pointers to configtest.php in conf.pl and the documentation, so it
kink [Tue, 24 Feb 2004 13:59:14 +0000 (13:59 +0000)]
Add some pointers to configtest.php in conf.pl and the documentation, so it
will be more visible and thus tested.

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

20 years agoCorified Msg_Flags plugin, along with Jimmy's icon themes
pdontthink [Tue, 24 Feb 2004 13:23:33 +0000 (13:23 +0000)]
Corified Msg_Flags plugin, along with Jimmy's icon themes

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

20 years agoAdding Tagalog support. (tl_PH translation is available in select_range plugin)
tokul [Mon, 23 Feb 2004 20:10:24 +0000 (20:10 +0000)]
Adding Tagalog support. (tl_PH translation is available in select_range plugin)

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

20 years agoFixed up left_main_after_each_folder hook to work for all the different ways of showi...
pdontthink [Mon, 23 Feb 2004 06:55:40 +0000 (06:55 +0000)]
Fixed up left_main_after_each_folder hook to work for all the different ways of showing the folder list

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

20 years agoAdding info about Norwegian Bokmal change
tokul [Sun, 22 Feb 2004 17:42:43 +0000 (17:42 +0000)]
Adding info about Norwegian Bokmal change

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

20 years agoAdding Farsi support
tokul [Sun, 22 Feb 2004 16:54:10 +0000 (16:54 +0000)]
Adding Farsi support

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

20 years agoRemoved uneeded target
pdontthink [Sun, 22 Feb 2004 05:48:00 +0000 (05:48 +0000)]
Removed uneeded target

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

20 years agoRemoved uneeded target
pdontthink [Sun, 22 Feb 2004 05:45:31 +0000 (05:45 +0000)]
Removed uneeded target

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

20 years agoMade compose textarea height configurable
pdontthink [Sat, 21 Feb 2004 06:11:06 +0000 (06:11 +0000)]
Made compose textarea height configurable

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

20 years agoThe DMN Option was not working correctly, the preference was only being loaded in...
cigamit [Fri, 20 Feb 2004 16:36:33 +0000 (16:36 +0000)]
The DMN Option was not working correctly, the preference was only being loaded in read_body, which means the option never pulled it.
This should fix this bug and close the tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=890109&group_id=311&atid=100311
Does someone with access want to close that one for me?

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

20 years agoInfo about two Swedish translators.
tokul [Wed, 11 Feb 2004 20:18:41 +0000 (20:18 +0000)]
Info about two Swedish translators.

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

20 years agoNew hooks for managing/catching/logging errors
pdontthink [Tue, 10 Feb 2004 04:57:56 +0000 (04:57 +0000)]
New hooks for managing/catching/logging errors

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

20 years agoDocument new hooks
pdontthink [Tue, 10 Feb 2004 04:55:28 +0000 (04:55 +0000)]
Document new hooks

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

20 years agoXSS Fixes
jangliss [Fri, 6 Feb 2004 19:23:50 +0000 (19:23 +0000)]
XSS Fixes

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

20 years agoNorvegian Bokmal code is nb_NO
tokul [Thu, 5 Feb 2004 20:16:39 +0000 (20:16 +0000)]
Norvegian Bokmal code is nb_NO

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

20 years agoDamn stupid thing... think I'm missing some understanding of decodeHeader
jangliss [Thu, 5 Feb 2004 18:17:26 +0000 (18:17 +0000)]
Damn stupid thing... think I'm missing some understanding of decodeHeader
removed until later when I can do some reviewing

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

20 years agoXSS Fixes, i18n team might want to test various languages out to verify
jangliss [Thu, 5 Feb 2004 05:00:49 +0000 (05:00 +0000)]
XSS Fixes, i18n team might want to test various languages out to verify
it doesn't break stuff.

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

20 years agoNew Reply citation to include date, and author.
jangliss [Thu, 5 Feb 2004 03:45:08 +0000 (03:45 +0000)]
New Reply citation to include date, and author.

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

20 years agowooops. mismatched my brackets!
ebullient [Tue, 3 Feb 2004 22:15:30 +0000 (22:15 +0000)]
wooops. mismatched my brackets!

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

20 years agoready for continued development
ebullient [Mon, 2 Feb 2004 04:54:08 +0000 (04:54 +0000)]
ready for continued development

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

20 years agorelease notes for 1.5
ebullient [Mon, 2 Feb 2004 04:49:36 +0000 (04:49 +0000)]
release notes for 1.5

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

20 years agoget ready for 1.5.0 dev release
ebullient [Mon, 2 Feb 2004 04:45:45 +0000 (04:45 +0000)]
get ready for 1.5.0 dev release

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

20 years agoUpdates for DMN and Save-send
ebullient [Mon, 2 Feb 2004 04:36:38 +0000 (04:36 +0000)]
Updates for DMN and Save-send

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

20 years agosort was a little.. busted.
ebullient [Sun, 1 Feb 2004 20:50:03 +0000 (20:50 +0000)]
sort was a little.. busted.
Should be fixed now

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

20 years agoadded new save replies with original message option
braverock [Sat, 31 Jan 2004 17:45:39 +0000 (17:45 +0000)]
added new save replies with original message option

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

20 years agoadded check for new save replies with original message option
braverock [Sat, 31 Jan 2004 17:45:16 +0000 (17:45 +0000)]
added check for new save replies with original message option

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

20 years agoSync search results display with new mailbox_display
alex-brainstorm [Sat, 31 Jan 2004 17:11:47 +0000 (17:11 +0000)]
Sync search results display with new mailbox_display

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

20 years agostart_msg is one-based :(
alex-brainstorm [Sat, 31 Jan 2004 17:07:44 +0000 (17:07 +0000)]
start_msg is one-based :(

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

20 years agoAdd/keep printHeader() default arguments
alex-brainstorm [Sat, 31 Jan 2004 17:01:14 +0000 (17:01 +0000)]
Add/keep printHeader() default arguments

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

20 years agoSeth pointed out that I was missing a space... *sighs* :-P
ebullient [Sat, 31 Jan 2004 03:07:15 +0000 (03:07 +0000)]
Seth pointed out that I was missing a space... *sighs* :-P

Thankies!

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

20 years agoTassbrains found an ittty bitty bug, which I've quashed.
ebullient [Sat, 31 Jan 2004 03:05:43 +0000 (03:05 +0000)]
Tassbrains found an ittty bitty bug, which I've quashed.
Indexes with no pages (blank paginator) now appear with no paginator!
(instead of [ ] )

Thanks, Chris!

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

20 years agotypo
pdontthink [Sat, 31 Jan 2004 02:44:24 +0000 (02:44 +0000)]
typo

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

20 years agoupdated hook type descriptions
pdontthink [Sat, 31 Jan 2004 02:34:40 +0000 (02:34 +0000)]
updated hook type descriptions

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

20 years agorollback, no time to find out what's wrong, postponed to after the release
stekkel [Fri, 30 Jan 2004 19:14:06 +0000 (19:14 +0000)]
rollback, no time to find out what's wrong, postponed to after the release

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

20 years agoMake an exception for email addresses in case of folding Header lines.
stekkel [Fri, 30 Jan 2004 18:57:43 +0000 (18:57 +0000)]
Make an exception for email addresses in case of folding Header lines.

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

20 years agomove thread view (I remembered some things from the last time we
ebullient [Fri, 30 Jan 2004 07:03:52 +0000 (07:03 +0000)]
move thread view (I remembered some things from the last time we
compacted things forever ago..)

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

20 years agoMore UI changes - message list is more compact. Prev & Next links are
ebullient [Fri, 30 Jan 2004 06:59:47 +0000 (06:59 +0000)]
More UI changes - message list is more compact. Prev & Next links are
consistent between Index and read body displays, move is in the same place,
etc.

Comments welcome.

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

20 years agoRemoving last two decoding functions from i18n.php
tokul [Thu, 29 Jan 2004 19:38:47 +0000 (19:38 +0000)]
Removing last two decoding functions from i18n.php

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

20 years agoAdding last two functions from i18n.php
tokul [Thu, 29 Jan 2004 19:37:29 +0000 (19:37 +0000)]
Adding last two functions from i18n.php
iso_8859_default decoding is changed to us_ascii. Purpose - header cleanup,
if mailer adds non-encoded 8bit symbols in header. Other iso-8859-x charsets
are supported. Original function is shorter, but it is hard to count all ?.

ns_4551_1 decoding might need some adjustments.

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

20 years agoUpdating pot. Removed delete_move_next from xgetpo
tokul [Wed, 28 Jan 2004 20:04:56 +0000 (20:04 +0000)]
Updating pot. Removed delete_move_next from xgetpo

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

20 years agoIt complains even more about FAKED_MUA_01 when both headers are present.
tokul [Wed, 28 Jan 2004 19:55:40 +0000 (19:55 +0000)]
It complains even more about FAKED_MUA_01 when both headers are present.
SA has to be fixed, not SquirrelMail.

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

20 years agoremoving now obsolete plugin. YAY! :-P
ebullient [Wed, 28 Jan 2004 05:18:43 +0000 (05:18 +0000)]
removing now obsolete plugin. YAY! :-P

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

20 years agoAdded function to update arrays etc for DMN.
ebullient [Wed, 28 Jan 2004 05:17:13 +0000 (05:17 +0000)]
Added function to update arrays etc for DMN.
plugin is officially integrated, even if I had to add a method I hated to do it.
so there.

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

20 years agoMove over the options for DMN.
ebullient [Wed, 28 Jan 2004 04:10:26 +0000 (04:10 +0000)]
Move over the options for DMN.
I cheated here - I took away all the top bottom crap and just said
yes or no do you want Delete & Prev and Delete & Next links.

To the translation team - spank me with a paddle, I changed a string.
I tried to avoid it, but the option string just wasn't right for core..

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

20 years agomoving Del/prev lnks around - addded border.
ebullient [Wed, 28 Jan 2004 01:09:34 +0000 (01:09 +0000)]
moving Del/prev lnks around - addded border.

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

20 years agoBugfix - UTF7 was being displayed to user
avel [Tue, 27 Jan 2004 15:48:14 +0000 (15:48 +0000)]
Bugfix - UTF7 was being displayed to user

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

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