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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
kink [Wed, 29 Oct 2003 17:22:24 +0000 (17:22 +0000)]
Fix a warning.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6046
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tassium [Wed, 29 Oct 2003 15:35:16 +0000 (15:35 +0000)]
Fix two typos "squirrelmai" -> "squirrelmail". Sheesh.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6045
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tassium [Wed, 29 Oct 2003 15:25:12 +0000 (15:25 +0000)]
phpdocumentor preparation and a few corrections to earlier phpdocumentor work
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6044
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 29 Oct 2003 12:17:36 +0000 (12:17 +0000)]
Added phpdoc tags to two functions
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6043
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Wed, 29 Oct 2003 09:35:51 +0000 (09:35 +0000)]
Add phpdoc doc blocks to some files.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6042
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tassium [Tue, 28 Oct 2003 21:30:57 +0000 (21:30 +0000)]
phpdocumentor basic preparation, continued
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6041
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tassium [Tue, 28 Oct 2003 21:27:47 +0000 (21:27 +0000)]
Preparation to begin using phpdocumentor.
Added basic @package/@subpackage tags
The decode/ files were documented slightly more thoroughly, although they're almost self-explanatory anyway.
The individual functions in the functions/ files need to be documented though, and now that this commit is in, anyone willing to write docblocks for functions should get cracking ;)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6040
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Tue, 28 Oct 2003 21:13:28 +0000 (21:13 +0000)]
Today Cyrus 2.2.2-BETA with SASL Initial Client response was released so it
was a good moment to implement the SASL imap extension.
See also <draft-siemborski-imap-sasl-initial-response-00.txt>
NB: The code is untested and I like to know if it works. Volunteers to test
(Rob Siemborski maybe) ?
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6039
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tassium [Tue, 28 Oct 2003 20:58:30 +0000 (20:58 +0000)]
Added @package and @subpackage tags (and in some cases, @author tags) in preparation to begin using phpdocumentor. NOTE: Themes are part of package squirrelmail, subpackage themes.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6038
7612ce4b-ef26-0410-bec9-
ea0150e637f0
braverock [Tue, 28 Oct 2003 19:44:39 +0000 (19:44 +0000)]
fixed @returns to @return and added a few more comments
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6036
7612ce4b-ef26-0410-bec9-
ea0150e637f0
braverock [Tue, 28 Oct 2003 19:34:43 +0000 (19:34 +0000)]
added php docblocks to Deliver class and all functions
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6035
7612ce4b-ef26-0410-bec9-
ea0150e637f0
braverock [Tue, 28 Oct 2003 17:16:48 +0000 (17:16 +0000)]
- moved DumpHeaders fn from src/download.php to mime.php
- renamed DumpHeaders fn to SendDownloadHeaders
- added phpdoc DocBlock to fn
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6034
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tassium [Mon, 27 Oct 2003 22:24:41 +0000 (22:24 +0000)]
Initial groundwork to use phpdocumentor.
Added @package and @subpackage tags.
Some cases of define() for SM_PATH were tagged @ignore to reduce the number of phpdocumentor warnings - this may need to be done everywhere else, or removed where I've done it so far. We'll see.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6030
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 27 Oct 2003 16:55:02 +0000 (16:55 +0000)]
utf-8 is already converted by ja_JP extra functions.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6028
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 27 Oct 2003 11:12:28 +0000 (11:12 +0000)]
Fix XXS "hole" (you can only target yourself...) in calendar: make sure
that each of the request-vars concerning dates is numeric.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6026
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sat, 25 Oct 2003 13:28:49 +0000 (13:28 +0000)]
fixed two question errors
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6021
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Fri, 24 Oct 2003 19:15:51 +0000 (19:15 +0000)]
fix boundary_end in case of recursion
Thnx Aaron van Meerten for spotting this.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6019
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 24 Oct 2003 17:04:25 +0000 (17:04 +0000)]
updating strings template.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6016
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 24 Oct 2003 16:31:09 +0000 (16:31 +0000)]
Converting strings to gettext
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6011
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 24 Oct 2003 16:03:02 +0000 (16:03 +0000)]
Using human readable names of time formats. option 1 and 2 still has to be
fixed.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6010
7612ce4b-ef26-0410-bec9-
ea0150e637f0
avel [Thu, 23 Oct 2003 13:43:58 +0000 (13:43 +0000)]
Added rest of translation pairs of systran.otenet.gr, besides greek pairs.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6008
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tassium [Wed, 22 Oct 2003 21:54:40 +0000 (21:54 +0000)]
Mention new function sqimap_create_stream() and change to login.php for LOGINDISABLED detection.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6000
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tassium [Wed, 22 Oct 2003 21:52:49 +0000 (21:52 +0000)]
Squelch display of login form if server reports LOGINDISABLED and issue an error message explaining the situation. Requires the recently added sqimap_create_stream() function in functions/imap_general.php.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5999
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tassium [Wed, 22 Oct 2003 21:51:25 +0000 (21:51 +0000)]
New function: sqimap_create_stream(). Returns an IMAP stream.
Cleaned up sqimap_login() to make use of new function, and fixed some of the poor code formatting I did before.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5998
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Tue, 21 Oct 2003 19:00:35 +0000 (19:00 +0000)]
Fix for Outlook html mail with a defined background color and no text color.
When the default text color is white (that happens with some themes) then
you will see nothing. This fix set the text color to black.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5997
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Tue, 21 Oct 2003 17:41:56 +0000 (17:41 +0000)]
Fixed generations of secondairy boundaries in case of multidimensional
structures.
All thnx goes to Aaron van Meerten for identifying the bug and all the
testwork.
Modified rfc822 headers to avoid getting hit by spamassassin rules.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5995
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Tue, 21 Oct 2003 16:41:17 +0000 (16:41 +0000)]
use theme colors and removed ugly borders around the mime headers
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5992
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 21 Oct 2003 10:47:00 +0000 (10:47 +0000)]
using temporary array for sorting. linking with =& does not work
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5991
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 19 Oct 2003 16:18:31 +0000 (16:18 +0000)]
Added information about removed translations and cleaned functions/i18n.php
from file_exists cycles. These cycles allowed limiting list of available
translations by removing them from locale/ directory. Now SM has special
config option, that controls available languages.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5980
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 19 Oct 2003 15:50:55 +0000 (15:50 +0000)]
removing help translations. th_TH
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5979
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 19 Oct 2003 15:50:12 +0000 (15:50 +0000)]
removing help translations sv_SE
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5978
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 19 Oct 2003 15:49:30 +0000 (15:49 +0000)]
removing help translations. sr_YU
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5977
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 19 Oct 2003 15:48:42 +0000 (15:48 +0000)]
removing help translations. sl_SI
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5976
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 19 Oct 2003 15:47:53 +0000 (15:47 +0000)]
removing help translations. sk_SK
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5975
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 19 Oct 2003 15:47:02 +0000 (15:47 +0000)]
removing help translations. ru_RU
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5974
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 19 Oct 2003 15:44:57 +0000 (15:44 +0000)]
removing help. pt_PT
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5973
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 19 Oct 2003 15:43:33 +0000 (15:43 +0000)]
removing help translations. pt_BR
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5972
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 19 Oct 2003 15:42:49 +0000 (15:42 +0000)]
remoging help translations. pl_PL
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5971
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 19 Oct 2003 15:41:59 +0000 (15:41 +0000)]
removing help translations. nl_NL
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5970
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 19 Oct 2003 15:40:55 +0000 (15:40 +0000)]
removing help translations. lt_LT
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5969
7612ce4b-ef26-0410-bec9-
ea0150e637f0