tokul [Tue, 4 May 2004 16:50:44 +0000 (16:50 +0000)]
cleaned tabs. most of the changes unseen by diff -uw
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7375
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 4 May 2004 12:36:38 +0000 (12:36 +0000)]
updating head squirrelmail.pot
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7373
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 4 May 2004 11:01:03 +0000 (11:01 +0000)]
added index.php in order to prevent indexing of directory.
added functions that prevent use of plugin when it is not enabled
fixed html formating errors and converted tags to lowercase.
added some phpdoc blocks.
converted strings to gettext
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7358
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Tue, 4 May 2004 10:25:38 +0000 (10:25 +0000)]
update
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7357
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Tue, 4 May 2004 10:15:06 +0000 (10:15 +0000)]
Documentation
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7355
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Tue, 4 May 2004 09:51:13 +0000 (09:51 +0000)]
Documentation.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7354
7612ce4b-ef26-0410-bec9-
ea0150e637f0
vanmer [Mon, 3 May 2004 22:22:44 +0000 (22:22 +0000)]
-implented function clean_crlf
-Implemented to fix sendmail->postfix rejection of messages with attachments because of stray LF's
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7353
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 3 May 2004 15:52:54 +0000 (15:52 +0000)]
added search control to default config and administrator plugin
cleaned tabs from defines.php
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7350
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Mon, 3 May 2004 12:09:30 +0000 (12:09 +0000)]
UI changes in show/hide saved/recent
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7349
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Mon, 3 May 2004 10:50:46 +0000 (10:50 +0000)]
Transmit sqimap_mailbox_select() result to mail_message_listing_beginning()
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7348
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Mon, 3 May 2004 09:25:24 +0000 (09:25 +0000)]
Enabled basic and advanced mode. Basic mode is compatible with old search
prefs and offers the same features with BCC and NOT added.
Added a way to fold/unfold saved and recent searches. Cleaned up code.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7347
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Mon, 3 May 2004 09:13:27 +0000 (09:13 +0000)]
Fix typos for allow_advanced_search
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7346
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Sun, 2 May 2004 13:50:10 +0000 (13:50 +0000)]
fix
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7344
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Sun, 2 May 2004 13:49:14 +0000 (13:49 +0000)]
Fixed on the fly decoding of base64 attachment. We need to do on the fly
decoding because otherwise we have to buffer entire attachments in memory
which will cause out of memory errors with large attachments.
The fix has to do with the grouping of bytes in pairs of 4 which represents
24 bits of data. If such group is splitted over 2 lines then on the fly
decoding went wrong. Now we count the pure base64 data (without \r\n, \r \n
and spaces), divide it by 4 and return incomplete pairs which get processed
the in the next loop.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7343
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sat, 1 May 2004 13:37:22 +0000 (13:37 +0000)]
Update ChangeLog
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7336
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sat, 1 May 2004 13:33:34 +0000 (13:33 +0000)]
Escape theme name so it can be "Admin's Favourite" without parse errors in config.php
(closes #805309)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7335
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Fri, 30 Apr 2004 23:18:18 +0000 (23:18 +0000)]
Be smarter with PHP numerical conversion, who knows if the previous code wouldn't fail on some version
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7334
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Fri, 30 Apr 2004 22:54:10 +0000 (22:54 +0000)]
Handle KMG for LARGER and SMALLER, and add default value for asearch_nz()
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7333
7612ce4b-ef26-0410-bec9-
ea0150e637f0
indiri69 [Thu, 29 Apr 2004 18:02:21 +0000 (18:02 +0000)]
A few more types of break tags
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7317
7612ce4b-ef26-0410-bec9-
ea0150e637f0
ebullient [Thu, 29 Apr 2004 03:48:13 +0000 (03:48 +0000)]
remove call to expunge in sqimap_mailbox_select
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7303
7612ce4b-ef26-0410-bec9-
ea0150e637f0
avel [Wed, 28 Apr 2004 16:05:25 +0000 (16:05 +0000)]
1. Use XHTML-Compatible attributes for selected and checked form widgets
2. Use HTML <label> for radio buttons. This allows user to click the text
"Yes" or "No" instead of just the widget. This works in all popular browsers
and is more intuitive this way.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7298
7612ce4b-ef26-0410-bec9-
ea0150e637f0
avel [Wed, 28 Apr 2004 12:21:21 +0000 (12:21 +0000)]
Instead of excluding one checkbox at a time, only check what should be checked
by Toggle All.
This will allow plugins to probably put some more checkboxes (like plugin
move_all_messages).
Of course, the Toggle All link needs to be restored at some point too. (When did
that go away in -DEVEL?)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7297
7612ce4b-ef26-0410-bec9-
ea0150e637f0
centaurix [Wed, 28 Apr 2004 07:48:12 +0000 (07:48 +0000)]
added conf.pl support for advanced search functionality
you can have both forms, only advanced search or disable it.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7296
7612ce4b-ef26-0410-bec9-
ea0150e637f0
indiri69 [Wed, 28 Apr 2004 00:42:31 +0000 (00:42 +0000)]
Fix in move_messages.php
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7295
7612ce4b-ef26-0410-bec9-
ea0150e637f0
indiri69 [Wed, 28 Apr 2004 00:40:14 +0000 (00:40 +0000)]
Cleaned up some redundant code, now we only change startMessage when we've
actually moved or deleted messages. Also fixed a problem where marking all the
messages read on the last page of the message list would kick you back one
page. I'll look at making the same change in stable.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7294
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Tue, 27 Apr 2004 19:20:18 +0000 (19:20 +0000)]
SQL injection fix. This is serious I think.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7293
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 27 Apr 2004 14:00:42 +0000 (14:00 +0000)]
translator moved to other address
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7292
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Mon, 26 Apr 2004 23:55:21 +0000 (23:55 +0000)]
Fix the link here for search strings
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7272
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 26 Apr 2004 23:26:06 +0000 (23:26 +0000)]
Improve HTML escaping
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7269
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 26 Apr 2004 23:24:21 +0000 (23:24 +0000)]
HTML escaping.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7268
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 26 Apr 2004 23:02:06 +0000 (23:02 +0000)]
Escape HTML output and add vim syntax hint.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7267
7612ce4b-ef26-0410-bec9-
ea0150e637f0
braverock [Mon, 26 Apr 2004 22:05:53 +0000 (22:05 +0000)]
- remove first !IE6 check and send Pragma and NoCache Headers
for all IE versions to better support IE6
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7264
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Mon, 26 Apr 2004 17:29:10 +0000 (17:29 +0000)]
Bypass foldLine functions for email addresses to avoid wrong folding of
very long email addresses (>76 characters)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7261
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 26 Apr 2004 15:29:02 +0000 (15:29 +0000)]
Responses from servers could legitimately contain < chars, make sure it goes well.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7260
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 26 Apr 2004 14:15:20 +0000 (14:15 +0000)]
Use forms.php functions.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7258
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 25 Apr 2004 10:35:12 +0000 (10:35 +0000)]
one more formating fix
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7236
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 25 Apr 2004 10:33:26 +0000 (10:33 +0000)]
:( pre tags placed in wrong place.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7235
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 25 Apr 2004 10:26:56 +0000 (10:26 +0000)]
this way it looks better.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7234
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 25 Apr 2004 10:04:57 +0000 (10:04 +0000)]
adding sq_htmlentities function
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7233
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 25 Apr 2004 09:25:58 +0000 (09:25 +0000)]
phpdoc formating fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7232
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 25 Apr 2004 09:17:25 +0000 (09:17 +0000)]
not sure, why message details provides this hook. If it have other effects
than breaking plugins with this hook, let me know.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7230
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Thu, 22 Apr 2004 20:14:41 +0000 (20:14 +0000)]
rollback
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7225
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Thu, 22 Apr 2004 20:14:10 +0000 (20:14 +0000)]
rollback. To many dependencies. I thought there was only one, but forgot
about the code mess.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7224
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Thu, 22 Apr 2004 18:27:01 +0000 (18:27 +0000)]
this looks better ;)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7223
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Thu, 22 Apr 2004 18:20:38 +0000 (18:20 +0000)]
reminder for people that want to use the capability string. It's broken in
certain cases.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7222
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Thu, 22 Apr 2004 18:14:25 +0000 (18:14 +0000)]
$enable_server_sort => $disable_server_sort.
Default we enable server sort and disable it in SquirrelMail if the capability string
does not contain the SORT extension.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7221
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Thu, 22 Apr 2004 18:12:39 +0000 (18:12 +0000)]
Should have done this a long time ago. Rely on the CAPABILITY response and
detect if the SORT extension is supported. If it's supported then use it
unless $disable_server_sort is set to true (default false);
Courier users with SORT in the capability string and a disabled server sort
need to rerun conf.pl and disable the server sort.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7219
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Thu, 22 Apr 2004 15:35:16 +0000 (15:35 +0000)]
clean up.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7214
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Thu, 22 Apr 2004 15:21:48 +0000 (15:21 +0000)]
undo urlencoding of the querystring because it doesn't work. view_header
link was broken.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7213
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Thu, 22 Apr 2004 09:10:21 +0000 (09:10 +0000)]
rollback
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7212
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Thu, 22 Apr 2004 09:09:48 +0000 (09:09 +0000)]
Undo my stupidity
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7211
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Wed, 21 Apr 2004 19:15:50 +0000 (19:15 +0000)]
session_set_cookie_params moved to sqsession_is_active
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7210
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Wed, 21 Apr 2004 19:14:18 +0000 (19:14 +0000)]
Set the base path before every session_start in case we loose track of the
base_path (couldn't reproduce it myself but in certain configs this fixed a
cookie issue)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7209
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Wed, 21 Apr 2004 18:18:36 +0000 (18:18 +0000)]
fixes.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7207
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Wed, 21 Apr 2004 18:16:52 +0000 (18:16 +0000)]
merge back from stable, rfc2821 fix. Fall back to HELO if EHLO is not
supported.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7206
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 21 Apr 2004 06:34:59 +0000 (06:34 +0000)]
updating pot
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7187
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 21 Apr 2004 06:32:51 +0000 (06:32 +0000)]
was->were fix
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7185
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Tue, 20 Apr 2004 19:45:13 +0000 (19:45 +0000)]
Remove debug statement
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7183
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Tue, 20 Apr 2004 16:55:41 +0000 (16:55 +0000)]
prohibit message sets other then a single id when fetching a single message.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7181
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Tue, 20 Apr 2004 16:53:04 +0000 (16:53 +0000)]
$checked => $exclude
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7180
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 19 Apr 2004 20:54:00 +0000 (20:54 +0000)]
Some more use of forms.php functions which ensure correct encoding.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7179
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 19 Apr 2004 20:52:35 +0000 (20:52 +0000)]
Use form functions in mailbox_display
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7178
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Sun, 18 Apr 2004 20:18:58 +0000 (20:18 +0000)]
XSS Fix
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7172
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Sun, 18 Apr 2004 20:10:43 +0000 (20:10 +0000)]
That'll teach me to copy/paste without paying attention
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7169
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Sun, 18 Apr 2004 20:06:32 +0000 (20:06 +0000)]
Encode the < > to stop text from acting as HTML.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7168
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Sun, 18 Apr 2004 19:25:59 +0000 (19:25 +0000)]
Using QUERY_STRING without sanitizing it is BAD... Encoding it for URL use
should get rid of XSS issue.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7164
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 18 Apr 2004 17:55:28 +0000 (17:55 +0000)]
Updating pot
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7161
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 18 Apr 2004 17:35:38 +0000 (17:35 +0000)]
phpdoc blocks.
xhtml and string changes proposed by Fredrik Jervfors. Removes html formating
from strings.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7160
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 18 Apr 2004 15:47:31 +0000 (15:47 +0000)]
marking function as private.
moving copyright and license info into phpdoc tags
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7159
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 18 Apr 2004 15:42:05 +0000 (15:42 +0000)]
phpdoc updates
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7158
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 18 Apr 2004 15:36:06 +0000 (15:36 +0000)]
patch allows to read README file from plugins directory.
original patch contributed by Andrew D <squirrelmail at awdcomp.com>
xhtml and phpdoc fixes.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7157
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 18 Apr 2004 10:28:38 +0000 (10:28 +0000)]
adding address book sorting function
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7143
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 18 Apr 2004 10:15:26 +0000 (10:15 +0000)]
adding list sort options. no sort indicator yet.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7142
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 16 Apr 2004 16:20:56 +0000 (16:20 +0000)]
cleaning the code
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7141
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 16 Apr 2004 15:15:04 +0000 (15:15 +0000)]
same fix as stable
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7140
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 15 Apr 2004 19:33:36 +0000 (19:33 +0000)]
rg=off fix.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7127
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 13 Apr 2004 18:32:40 +0000 (18:32 +0000)]
String changes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7122
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 13 Apr 2004 18:25:54 +0000 (18:25 +0000)]
removed $_ variables.
added some checks for POST forms.
xhtml and string fixes proposed by Fredrik.
phpdoc blocks.
localized folder names
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7121
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 13 Apr 2004 06:35:43 +0000 (06:35 +0000)]
removing gifs. system uses png images.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7120
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 13 Apr 2004 06:34:28 +0000 (06:34 +0000)]
removing gifs. system uses png files
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7119
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 13 Apr 2004 05:35:01 +0000 (05:35 +0000)]
quick fix to use sqgetGlobalVar instead of $_POST
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7118
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 12 Apr 2004 14:23:13 +0000 (14:23 +0000)]
updating pot
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7114
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 12 Apr 2004 12:29:15 +0000 (12:29 +0000)]
moving $_SERVER to sqgetGlobalVar
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7111
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 12 Apr 2004 11:42:03 +0000 (11:42 +0000)]
removing double spaces and html formating fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7108
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 12 Apr 2004 11:12:41 +0000 (11:12 +0000)]
small formating fixes.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7107
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 12 Apr 2004 11:00:29 +0000 (11:00 +0000)]
cleaning up depreciated code.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7105
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 12 Apr 2004 08:07:42 +0000 (08:07 +0000)]
using png images instead of gifs
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7101
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 12 Apr 2004 08:03:39 +0000 (08:03 +0000)]
two more subpackage blocks
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7100
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 12 Apr 2004 08:02:15 +0000 (08:02 +0000)]
moving forms to separate subpackage. It is easier to dig through functions
when they are splitted into categories
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7099
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 12 Apr 2004 08:00:53 +0000 (08:00 +0000)]
missing phpdoc declaration
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7098
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 12 Apr 2004 08:00:07 +0000 (08:00 +0000)]
Moving addressbook functions to separate phpdoc subpackage.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7097
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 12 Apr 2004 07:55:24 +0000 (07:55 +0000)]
phpdoc fix.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7095
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 12 Apr 2004 07:54:20 +0000 (07:54 +0000)]
phpdoc fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7094
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 12 Apr 2004 07:52:40 +0000 (07:52 +0000)]
phpdoc blocks
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7093
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 12 Apr 2004 07:50:45 +0000 (07:50 +0000)]
some phpdoc blocks
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7092
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 12 Apr 2004 07:44:45 +0000 (07:44 +0000)]
phpdoc blocks and lowercasing html elements
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7091
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 12 Apr 2004 07:35:44 +0000 (07:35 +0000)]
adding phpdoc block
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7090
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 12 Apr 2004 07:34:25 +0000 (07:34 +0000)]
Converting names to gettext. adding phpdoc blocks
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7089
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 12 Apr 2004 07:32:03 +0000 (07:32 +0000)]
Adding images in png format
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7088
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 12 Apr 2004 07:18:29 +0000 (07:18 +0000)]
phpdoc blocks
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7087
7612ce4b-ef26-0410-bec9-
ea0150e637f0