pallo [Fri, 13 Oct 2000 20:22:20 +0000 (20:22 +0000)]
Improved the way some errors are handled.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@796
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Fri, 13 Oct 2000 16:33:26 +0000 (16:33 +0000)]
Attachment hook has the filename sent.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@795
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Thu, 12 Oct 2000 16:57:01 +0000 (16:57 +0000)]
Modified sqWordWrap again, it also now works with lines like '>'
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@794
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 12 Oct 2000 15:30:39 +0000 (15:30 +0000)]
runs message through sqWordWrap before putting it in compose area on reply
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@793
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 12 Oct 2000 14:35:58 +0000 (14:35 +0000)]
If a message has attachments, it is shown in the message index by putting
a "+" in the flags area.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@792
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Wed, 11 Oct 2000 16:48:02 +0000 (16:48 +0000)]
Added the 'login_top' hook (was missing) (login.php)
Made the username form name and password form name changeable (login.php)
Added a random string generator function (strings.php)
mimeBoundaryString now uses the random string generator (smtp.php)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@791
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Wed, 11 Oct 2000 15:52:55 +0000 (15:52 +0000)]
Changed size display:
- Change to megs if over 1024 k
- if x < 10, show first digit after decimal point
Created new function (in strings.php) in case sizes should be shown elsewhere.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@790
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Wed, 11 Oct 2000 12:55:47 +0000 (12:55 +0000)]
Fixed silly typo, now you can read your mail. :-)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@789
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 10 Oct 2000 17:46:57 +0000 (17:46 +0000)]
Minor bugfixes:
- Single word lines would have been wrong (count($words) <= 1)
- $beginning_spaces doubled on first line that was wrapped
- Skips leading spaces on wrapped lines, preserving them on the first line
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@788
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 10 Oct 2000 17:24:56 +0000 (17:24 +0000)]
Updated sqWordWrap() function a lot
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@787
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 10 Oct 2000 17:22:52 +0000 (17:22 +0000)]
Removed my email address (it's a temporary one anyway)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@786
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Tue, 10 Oct 2000 15:17:49 +0000 (15:17 +0000)]
fixed a minor bug in invert_time stuff in conf.pl. It gave a parse error
if nothing had been set: $inverse_time = ; -- changed to:
$inverse_time = false;
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@785
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 10 Oct 2000 15:08:41 +0000 (15:08 +0000)]
Functions now pass message body by reference to save on memory.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@784
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 10 Oct 2000 13:11:12 +0000 (13:11 +0000)]
Adds a config option to invert the time for Solaris machines in the US.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@783
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 10 Oct 2000 12:12:31 +0000 (12:12 +0000)]
Explained how hooks now can get data, documented attachment hook and data
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@782
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Tue, 10 Oct 2000 00:59:05 +0000 (00:59 +0000)]
- improved date parsing
- added file sizes in a number of places
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@781
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Mon, 9 Oct 2000 12:18:32 +0000 (12:18 +0000)]
New attachment view, do_hook() with parameters, better attachment hook
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@780
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Sat, 7 Oct 2000 16:24:16 +0000 (16:24 +0000)]
added part of new index ordering options
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@779
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Sat, 7 Oct 2000 16:23:18 +0000 (16:23 +0000)]
made message index order customizable
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@778
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Fri, 6 Oct 2000 21:22:15 +0000 (21:22 +0000)]
changed version to "0.6pre1 (cvs)"
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@777
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pallo [Wed, 4 Oct 2000 14:17:50 +0000 (14:17 +0000)]
Avoid using track vars when not necessary.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@776
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Mon, 2 Oct 2000 20:35:25 +0000 (20:35 +0000)]
Attempted to auto-detect port number in get_location()
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@775
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 2 Oct 2000 16:02:38 +0000 (16:02 +0000)]
added patch that fixed bugs in sent/trash creating
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@774
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 2 Oct 2000 15:57:51 +0000 (15:57 +0000)]
patched conf.pl to include theme_css support
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@773
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 2 Oct 2000 13:37:45 +0000 (13:37 +0000)]
added catalan
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@772
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Mon, 2 Oct 2000 12:17:26 +0000 (12:17 +0000)]
Improved random number generation
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@771
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Sun, 1 Oct 2000 16:32:46 +0000 (16:32 +0000)]
Strings with ) are not counted in mime_match_parenthesis()
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@770
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Fri, 29 Sep 2000 14:17:02 +0000 (14:17 +0000)]
submitted security patch from John Williams
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@768
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pallo [Fri, 29 Sep 2000 09:55:54 +0000 (09:55 +0000)]
Fixed bug in PHP version checking code.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@767
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Thu, 28 Sep 2000 12:23:13 +0000 (12:23 +0000)]
Folder list bar on left/right
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@766
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pallo [Wed, 27 Sep 2000 14:13:08 +0000 (14:13 +0000)]
Fixed one of Gustav's many famous typos :)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@765
7612ce4b-ef26-0410-bec9-
ea0150e637f0
gustavf [Wed, 27 Sep 2000 13:34:29 +0000 (13:34 +0000)]
Added mopre entropy collection before creating onte time pad.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@764
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 26 Sep 2000 16:12:35 +0000 (16:12 +0000)]
Minor HTML change to make Opera see the message list like Netscape
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@763
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pallo [Tue, 26 Sep 2000 10:24:05 +0000 (10:24 +0000)]
Use extra parameters on ldap_search if PHP version is 4.0.2 or newer.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@762
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pallo [Tue, 26 Sep 2000 09:44:30 +0000 (09:44 +0000)]
Added function to check what PHP version we have.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@761
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 25 Sep 2000 22:31:35 +0000 (22:31 +0000)]
updated some docs
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@760
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 25 Sep 2000 21:18:08 +0000 (21:18 +0000)]
updated authors
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@759
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 25 Sep 2000 21:14:10 +0000 (21:14 +0000)]
Updated documentation, fixed some misspellings
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@758
7612ce4b-ef26-0410-bec9-
ea0150e637f0
ondrass [Mon, 25 Sep 2000 08:50:39 +0000 (08:50 +0000)]
Delete in Trash does Purge. OndraS.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@757
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Sat, 23 Sep 2000 15:00:21 +0000 (15:00 +0000)]
needed page_header.php included for viewing text attachments. It now
includes it only in those special cases, otherwise session_start() will
not get called.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@756
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Sat, 23 Sep 2000 00:50:23 +0000 (00:50 +0000)]
if no date is sent in the header of a message, it takes the IMAP server's
internal date for that message.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@755
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Fri, 22 Sep 2000 18:02:35 +0000 (18:02 +0000)]
Improved link detection in bodies of mail messages.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@754
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lbergman [Fri, 22 Sep 2000 15:57:53 +0000 (15:57 +0000)]
Added patch from Jan
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@753
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Fri, 22 Sep 2000 01:20:02 +0000 (01:20 +0000)]
fixed problems I introduced in previous version of date.php
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@752
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Fri, 22 Sep 2000 01:01:22 +0000 (01:01 +0000)]
made some changes to date parsing trying to fix bugs
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@751
7612ce4b-ef26-0410-bec9-
ea0150e637f0
gustavf [Thu, 21 Sep 2000 08:13:19 +0000 (08:13 +0000)]
Changed formatting of headers in forwarded messages. This closes
bug #113029 Wrong alignment when forwarding messages
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@750
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Wed, 20 Sep 2000 05:13:07 +0000 (05:13 +0000)]
Fixed bug I noticed when ONLY an attachment is sent (no text message), it
would display junk. Now it shows the attachment box.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@749
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Tue, 19 Sep 2000 21:46:22 +0000 (21:46 +0000)]
added CHARSET option to searching.. should fix the german character
problem. Please test it out. It takes the charset from your current
language.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@748
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Tue, 19 Sep 2000 15:11:35 +0000 (15:11 +0000)]
Changed version number
added patches from Tyler Akins to fix hyperlink rendering
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@747
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pallo [Tue, 19 Sep 2000 08:22:44 +0000 (08:22 +0000)]
Small security patch: Make sure that the envelope sender address doesn't
contain any spaces or other chars that could be used in an expolit.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@746
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pallo [Fri, 15 Sep 2000 08:16:18 +0000 (08:16 +0000)]
Fixed error in MIME structure parsing when response from IMAP server was more than one line.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@745
7612ce4b-ef26-0410-bec9-
ea0150e637f0
gustavf [Fri, 15 Sep 2000 07:58:46 +0000 (07:58 +0000)]
Added new function charset_decode_iso_8859_2.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@744
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Fri, 15 Sep 2000 00:21:19 +0000 (00:21 +0000)]
if any of the standard headers are blank, read_body.php doesn't show
white space, it now makes it the same color as the rest.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@743
7612ce4b-ef26-0410-bec9-
ea0150e637f0
gustavf [Thu, 14 Sep 2000 12:57:50 +0000 (12:57 +0000)]
Added a small script to help when creating charsets code.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@742
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 14 Sep 2000 12:45:53 +0000 (12:45 +0000)]
tweaks, fixed some misspellings, added a few hooks
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@741
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pallo [Wed, 13 Sep 2000 07:43:46 +0000 (07:43 +0000)]
Removed quick check to see if users have cookies enabled. Violates the
string freeze and didn't work properly.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@740
7612ce4b-ef26-0410-bec9-
ea0150e637f0
gpadgham [Tue, 12 Sep 2000 14:04:39 +0000 (14:04 +0000)]
- added a quick check to see if users have cookies enabled.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@739
7612ce4b-ef26-0410-bec9-
ea0150e637f0
gustavf [Mon, 4 Sep 2000 13:13:34 +0000 (13:13 +0000)]
Added Norwegian (Nynorsk) translation by Magni Onsoien. I have some
problems with it, but I am working on it.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@738
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 31 Aug 2000 14:14:34 +0000 (14:14 +0000)]
- made "Refresh XXXXX" more obvious in options
- added localization to help.php (didn't break string freeze)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@737
7612ce4b-ef26-0410-bec9-
ea0150e637f0
gpadgham [Thu, 31 Aug 2000 14:03:34 +0000 (14:03 +0000)]
-added patch 101376 => makes some things in folders.php bold, like in the rest of squirrelmail
-added patch 101377 => several things that help traslations be more complete.
-added patch 101378 => see previous patch
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@736
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Wed, 30 Aug 2000 16:16:12 +0000 (16:16 +0000)]
changed Hernan Collazo <hernan_collazo@salutia.com> as spanish translator
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@735
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lbergman [Wed, 30 Aug 2000 14:30:37 +0000 (14:30 +0000)]
Added Spanish and Korean translators.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@734
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lbergman [Wed, 30 Aug 2000 14:12:28 +0000 (14:12 +0000)]
Added Korean.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@733
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Wed, 30 Aug 2000 13:45:30 +0000 (13:45 +0000)]
improved email parsing in body of message a little bit (handles more exceptions)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@732
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Tue, 29 Aug 2000 15:15:57 +0000 (15:15 +0000)]
added two new themes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@731
7612ce4b-ef26-0410-bec9-
ea0150e637f0
gustavf [Tue, 29 Aug 2000 13:16:54 +0000 (13:16 +0000)]
And now even with the correct URL...
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@730
7612ce4b-ef26-0410-bec9-
ea0150e637f0
gustavf [Tue, 29 Aug 2000 13:15:16 +0000 (13:15 +0000)]
There were two references to two different sources for language codes. Removed
the least authorative source.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@729
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 28 Aug 2000 20:55:34 +0000 (20:55 +0000)]
finished adding czech translation
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@728
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 28 Aug 2000 18:57:28 +0000 (18:57 +0000)]
fixed double folder problem
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@727
7612ce4b-ef26-0410-bec9-
ea0150e637f0
gustavf [Mon, 28 Aug 2000 06:38:48 +0000 (06:38 +0000)]
Changed language-code link.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@726
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lbergman [Fri, 25 Aug 2000 20:48:53 +0000 (20:48 +0000)]
Added URL to two character country codes.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@725
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Fri, 25 Aug 2000 18:48:07 +0000 (18:48 +0000)]
added theme
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@724
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Fri, 25 Aug 2000 18:47:42 +0000 (18:47 +0000)]
- added new SquirrelMail logo
- added new theme
- updated authors
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@723
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Fri, 25 Aug 2000 01:52:05 +0000 (01:52 +0000)]
fixed the attachment problem
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@722
7612ce4b-ef26-0410-bec9-
ea0150e637f0
gpadgham [Thu, 24 Aug 2000 12:48:02 +0000 (12:48 +0000)]
-fix for Bug 112604
-$sendmailPath was being written by conf.pl while $sendmail_path was being referenced by src/smtp.php
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@721
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lbergman [Tue, 22 Aug 2000 20:09:56 +0000 (20:09 +0000)]
Corrected error with black bean burrito theme.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@720
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lbergman [Tue, 22 Aug 2000 19:42:19 +0000 (19:42 +0000)]
Added Aldo Moresco to the translators list.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@719
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lbergman [Tue, 22 Aug 2000 19:36:07 +0000 (19:36 +0000)]
Added Italian translation from Aldo Moresco.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@718
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 21 Aug 2000 15:56:33 +0000 (15:56 +0000)]
did a few bugfixes in imap functions,
applied patches from list
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@717
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 21 Aug 2000 15:00:11 +0000 (15:00 +0000)]
added a theme from Ray Black
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@716
7612ce4b-ef26-0410-bec9-
ea0150e637f0
gpadgham [Thu, 17 Aug 2000 14:35:52 +0000 (14:35 +0000)]
applied Patch #101198 There was an inconsistancy, where a color was hardcoded, and not set to use a theme.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@715
7612ce4b-ef26-0410-bec9-
ea0150e637f0
gustavf [Thu, 17 Aug 2000 11:28:19 +0000 (11:28 +0000)]
Changed a few strings to be easier to translate. Should be ready for
0.5 string freeze now.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@714
7612ce4b-ef26-0410-bec9-
ea0150e637f0
gustavf [Thu, 17 Aug 2000 10:11:07 +0000 (10:11 +0000)]
Added encryption of the password before it is stored in a cookie.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@713
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 14 Aug 2000 20:20:31 +0000 (20:20 +0000)]
tweaked conf.pl
added patch from Bill Thousand to allow sending with virtual domains
(see smtp.php for more info in function sendSMTP)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@712
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 14 Aug 2000 19:55:21 +0000 (19:55 +0000)]
added security fix for uploading attachments from Martin Sarsale
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@711
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 14 Aug 2000 17:31:58 +0000 (17:31 +0000)]
if from = "" <user@domain.com>
it now displays the address. Previously it was blank.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@710
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 14 Aug 2000 16:53:56 +0000 (16:53 +0000)]
added more hooks in options page for inline options
fixed bug that stripped slashes from body on reply
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@709
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Sun, 13 Aug 2000 13:09:37 +0000 (13:09 +0000)]
fixed problems in sent/trash folder creating
changed title of login page to be "$org_name - Login"
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@708
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Fri, 11 Aug 2000 19:21:34 +0000 (19:21 +0000)]
improved html address book
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@707
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Fri, 11 Aug 2000 18:07:13 +0000 (18:07 +0000)]
applied patch from Toby Cabot that removed "WIDTH=XX" from compose.php
on "TD"'s. In HTML 4.01 apparently this has been depricated and Mozilla
wouldn't render it right. Fixed.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@706
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Fri, 11 Aug 2000 16:36:49 +0000 (16:36 +0000)]
added no color option in conf.pl
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@705
7612ce4b-ef26-0410-bec9-
ea0150e637f0
mattphillips [Fri, 11 Aug 2000 12:44:59 +0000 (12:44 +0000)]
Added patch number 101150 to fix the regex stuff. Should fix the bug some people were having where messages were being sent to co, etc.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@704
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Fri, 11 Aug 2000 10:01:45 +0000 (10:01 +0000)]
simple fix of a sorta-bug. Did a check for function bindtextdomain().
It was reported on bugs list that someone got "function doesn't exist" error.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@703
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 10 Aug 2000 17:46:11 +0000 (17:46 +0000)]
updated authors and changelog with Arjen's new name!!
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@702
7612ce4b-ef26-0410-bec9-
ea0150e637f0
mattphillips [Thu, 10 Aug 2000 17:30:19 +0000 (17:30 +0000)]
Fix for Bug #111032 - backslashes appear before quotes after adding attachments. I added a couple more sqStripSlashes where we weren't doing them before. I tested with and without magic_quotes_gpc turned on, but please try this out and let me know if it breaks anything else. Thanks!
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@701
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 10 Aug 2000 17:02:03 +0000 (17:02 +0000)]
bugfixes from andrea dahl
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@700
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 10 Aug 2000 16:35:06 +0000 (16:35 +0000)]
submitted a patch from Andreas Dahl to make folder deleting work with
courier IMAP server.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@699
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 10 Aug 2000 15:11:10 +0000 (15:11 +0000)]
*sigh* Here's the right compose.php
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@698
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 10 Aug 2000 15:10:16 +0000 (15:10 +0000)]
fixed some bugs in the sqimap_mailbox_close() function
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@697
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 10 Aug 2000 14:51:36 +0000 (14:51 +0000)]
added sqimap_mailbox_close() and implemented it for all sqimap_mailbox_select()
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@696
7612ce4b-ef26-0410-bec9-
ea0150e637f0