kink [Sat, 6 Mar 2004 20:59:28 +0000 (20:59 +0000)]
Add flush statement after the search form. Searching can take a long time,
this makes sure the search form is output as a whole directly when it's
available. With me, the search form will only be output partly as the
other half is buffered waiting for search results.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6752
7612ce4b-ef26-0410-bec9-
ea0150e637f0
ebullient [Fri, 5 Mar 2004 19:10:52 +0000 (19:10 +0000)]
move-last.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6751
7612ce4b-ef26-0410-bec9-
ea0150e637f0
ebullient [Fri, 5 Mar 2004 18:59:13 +0000 (18:59 +0000)]
Changed so that both move paths (with and without a next) use move_messages
to move the message folder.
Cleaner that way - keeps more of the move code in the same place.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6750
7612ce4b-ef26-0410-bec9-
ea0150e637f0
ebullient [Fri, 5 Mar 2004 18:47:14 +0000 (18:47 +0000)]
Fix for moving last message in a folder.
Rather than change how messages are indexed, this
confines changes to read_body ...
move_messages.php is used to move the last message in the index.
This is the same function that is used when moving messages from the
list index.
If there is a "next" message, read_body deletes the message itself..
(theoretically, we could use move_messages here, too, and just change
the resulting location.... will have to think about that.. )
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6749
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Thu, 4 Mar 2004 18:49:26 +0000 (18:49 +0000)]
Add a comment to the X-Priority header (Highest,Normal,Lowest).
This is common in other clients, and some SpamAssassin rule triggers
on the absence of such.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6745
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 4 Mar 2004 17:44:26 +0000 (17:44 +0000)]
Adding info about translations
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6741
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Tue, 2 Mar 2004 21:05:57 +0000 (21:05 +0000)]
unsetting an array element didn't re-index the array which caused a failure
when we added the INBOX response to the array at a later stage. This is
confirmed on PHP 4.1.2. The version I'm using (4.3.4) didn't had that
problem. Probably this fix us a php-bug workaround.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6732
7612ce4b-ef26-0410-bec9-
ea0150e637f0
indiri69 [Mon, 1 Mar 2004 19:01:57 +0000 (19:01 +0000)]
Added support for poppassd to Change Password
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6721
7612ce4b-ef26-0410-bec9-
ea0150e637f0
ebullient [Mon, 1 Mar 2004 01:46:41 +0000 (01:46 +0000)]
make sure mailbox is used by get_selectall_link correctly,
account for possible nul mboxresponse
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6720
7612ce4b-ef26-0410-bec9-
ea0150e637f0
ebullient [Mon, 1 Mar 2004 01:45:32 +0000 (01:45 +0000)]
search.php was not updated to new mailbox list signature (no mbox response)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6719
7612ce4b-ef26-0410-bec9-
ea0150e637f0
ebullient [Sun, 29 Feb 2004 22:52:36 +0000 (22:52 +0000)]
odd logout case..
(in a tabbed browser, pull up SM, then click 'Sign Out' as an "open in new tab"
then click something in the current window, you'll get an error trying to
execute unknown function do_hook on line 88 of display_messages).
So we'll just add the require, just to make sure..
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6718
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sat, 28 Feb 2004 17:33:05 +0000 (17:33 +0000)]
Add merak backend by E. van Elk, fix a bug and some cosmetic changes. The
plugin is now ready for addition of all the backends.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6696
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sat, 28 Feb 2004 15:13:17 +0000 (15:13 +0000)]
Better support for malformed/absent dates and headerlines ending in only "\n".
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6695
7612ce4b-ef26-0410-bec9-
ea0150e637f0
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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