pdontthink [Mon, 14 Mar 2005 21:10:54 +0000 (21:10 +0000)]
Another minor fix to get auto-clicking on rows on mailbox list working
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9019
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Mon, 14 Mar 2005 21:00:50 +0000 (21:00 +0000)]
Oops, forgot to comment this out again. Clicking checkboxes on message list works correctly now.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9018
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Mon, 14 Mar 2005 02:27:36 +0000 (02:27 +0000)]
Adding auto-highlite code. This might be a bit contentious, but it seemed to get good response on the DEVEL list, so trying it out. Things to note: the clicked color isn't the best, but we can also remove that and ONLY have mouseover coloring if we can't find a better color. The JavaScript was mostly swiped from phpMyAdmin, and it is fairly well written and fairly mature; I don't think there will be widespread problems with it. That said, this is a pretty big leap for SquirrelMail. We might want to have this be a user-configurable option instead of making it default when javascript_on is active. Unfortunately, doing it as a plugin is pretty much out of the question. Let's see how it goes. If things go really well, I'd like to port this to STABLE, since this stuff probably won't even see the light of day if we get templating in to 1.5.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9016
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Mon, 14 Mar 2005 00:09:18 +0000 (00:09 +0000)]
Adding labels to other columns on message list for checkbox. STABLE admins, please review; I'd like to backport this if people like.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9015
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Mon, 14 Mar 2005 00:06:12 +0000 (00:06 +0000)]
Why weren't tag IDs part of the parameters to these functions in the first place? Sigh. For now, just use the same as the name, which is OK except for radio buttons, which concatenate value onto the name.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9014
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Sun, 13 Mar 2005 02:21:10 +0000 (02:21 +0000)]
updates
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8999
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Sun, 13 Mar 2005 01:54:30 +0000 (01:54 +0000)]
Return to message list after sending a resumed draft; previous behavior was a bit silly
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8998
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Sun, 13 Mar 2005 01:33:19 +0000 (01:33 +0000)]
Allow plugins to customize attachment link (for instance, use image instead of text). Also, parse URIs out of HTML messages too (originally, the call was to remove mailto: links, but it made sense to simply use parseUrl(); if ppl don't like it, we can work it out.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8997
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Sat, 12 Mar 2005 19:12:25 +0000 (19:12 +0000)]
Formatting and minor wording fix
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8996
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 11 Mar 2005 13:58:29 +0000 (13:58 +0000)]
adding some phpdoc related files for future generations
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8986
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 11 Mar 2005 13:20:52 +0000 (13:20 +0000)]
example works when path is set in phpdoc config
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8985
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 11 Mar 2005 08:01:02 +0000 (08:01 +0000)]
phpdoc fix
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8980
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 9 Mar 2005 11:53:13 +0000 (11:53 +0000)]
updating strings
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8969
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 8 Mar 2005 17:24:51 +0000 (17:24 +0000)]
documentation update
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8968
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 8 Mar 2005 17:19:22 +0000 (17:19 +0000)]
Add closing / to link and meta elements only after switching to xhtml 1.0 Transitional.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8967
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 8 Mar 2005 14:25:21 +0000 (14:25 +0000)]
error message formating fixes. It is better to use two array_push calls.
password don't match error message is added only when $msgs array is empty.
(no internal script errors).
blowfish fixes. hardcoded use of second blowfish version with specified
number of rounds. code is experimental. similar test worked on openbsd 3.5
and openbsd crypt.3 does not provide enough information about format of salt.
suppressed ldap_modify error messages, because modification errors are
checked in script.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8964
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 7 Mar 2005 08:51:10 +0000 (08:51 +0000)]
fix typo in $quotvar name
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8961
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 6 Mar 2005 13:02:18 +0000 (13:02 +0000)]
added display of plugin versions to bug report.
added doctype to independent spec. page. Page needs some security test,
that prevents access to it, when bug_report plugin is not enabled.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8958
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 6 Mar 2005 12:54:24 +0000 (12:54 +0000)]
adding is_array() test to output of get_class_methods()
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8957
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Sun, 6 Mar 2005 03:11:40 +0000 (03:11 +0000)]
Placing main message details code inside of a function where it is immensely more useful to others; also adding ability to return details without HTML formatting
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8956
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Thu, 3 Mar 2005 20:20:24 +0000 (20:20 +0000)]
use constant instead of integer for hour format pref default
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8935
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 3 Mar 2005 17:07:52 +0000 (17:07 +0000)]
information about closed bug
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8934
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 3 Mar 2005 16:42:31 +0000 (16:42 +0000)]
fixed $doedit check in order to be able to get to "Should not get here"
simplified if structure.
added simple error message instead of unknown error.
$doedit fix should recreate #
1124018 situation and changed error message should fix it.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8932
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 3 Mar 2005 11:19:42 +0000 (11:19 +0000)]
Plugin may be invisible when JS is not detected
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8931
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 3 Mar 2005 11:15:02 +0000 (11:15 +0000)]
information about use of config file was missing.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8930
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 2 Mar 2005 18:19:46 +0000 (18:19 +0000)]
print object methods if object is feeded to sm_print_r
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8929
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 2 Mar 2005 18:17:13 +0000 (18:17 +0000)]
use same width as other tables on src/addressbook.php
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8928
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 2 Mar 2005 18:14:51 +0000 (18:14 +0000)]
converting string to ngettext
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8927
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 28 Feb 2005 10:47:40 +0000 (10:47 +0000)]
changelog
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8922
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 28 Feb 2005 10:45:57 +0000 (10:45 +0000)]
Revise plugin documentation. Mainly, this removes remains of documentation
that's only relevant for plugins which are not included in the main distro.
The objective is to make it not
- remove instructions about untarring this plugin (since it's already shipped)
- remove version numbers, which are not updated for a long time and not
relevant anymore.
- remove changelogs, since they don't log the changes (we do that in the
main ChangeLog).
- explicitly state that this plugin is not maintained anymore by the
original authors (so bugs/etc get sent to us in stead of someone who
maintained it four years ago).
If ok I'd like to put this in stable aswell.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8921
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 28 Feb 2005 10:23:29 +0000 (10:23 +0000)]
update README to reflect inclusion in squirrelmail-core-plugins
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8920
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 28 Feb 2005 10:00:26 +0000 (10:00 +0000)]
Change defaults of some prefs to more sensible / usable settings.
Also use the SMPREF_ON/OFF constant instead of 0/1.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8917
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 28 Feb 2005 09:21:10 +0000 (09:21 +0000)]
adding some comments about error check
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8915
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 28 Feb 2005 09:16:41 +0000 (09:16 +0000)]
adding size controls for newmail popup window.
removing dublicate getPref calls.
using <small> for right side comments.
using html_tag function for table formating
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8914
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Mon, 28 Feb 2005 04:20:44 +0000 (04:20 +0000)]
Linefeed not allowed in middle of Content-Type header
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8913
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Sun, 27 Feb 2005 23:36:10 +0000 (23:36 +0000)]
The copyright message should be consistent.
According to Rick Castello the Project, and not the Development Team, holds the copyright.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8911
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Sun, 27 Feb 2005 22:44:27 +0000 (22:44 +0000)]
String update
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8908
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Sun, 27 Feb 2005 22:12:04 +0000 (22:12 +0000)]
Updating strings
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8906
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 27 Feb 2005 17:20:28 +0000 (17:20 +0000)]
adding requirements
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8904
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 27 Feb 2005 17:13:03 +0000 (17:13 +0000)]
default to imap server address
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8903
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 27 Feb 2005 16:58:32 +0000 (16:58 +0000)]
updating strings
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8902
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 27 Feb 2005 16:44:39 +0000 (16:44 +0000)]
information about ldap backend in cpw.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8901
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 27 Feb 2005 16:42:56 +0000 (16:42 +0000)]
var name is curpw and not currentpw.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8900
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 27 Feb 2005 16:40:51 +0000 (16:40 +0000)]
adding ldap backend support to change_password plugin. will contact
change_ldappass plugin developer for review.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8899
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Sun, 27 Feb 2005 11:39:38 +0000 (11:39 +0000)]
Unifying strings with STABLE
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8895
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 27 Feb 2005 09:45:53 +0000 (09:45 +0000)]
sanitizing ldap search. I think, in this case it only prevents ldap search
errors. Backend does not enclose search in () and custom search options
can't be inserted. If I am wrong, attacker was able to scrap some complex
cn=*something* search expression, that could abuse ldap backend or ldap
server.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8894
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 27 Feb 2005 09:21:04 +0000 (09:21 +0000)]
all error messages are displayed in one error box.
all errors are not fatal.
combined both return calls into one. code is shorter and has only one return call.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8893
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 25 Feb 2005 17:44:55 +0000 (17:44 +0000)]
removing debuggin entry. /me bad.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8892
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 23 Feb 2005 17:49:59 +0000 (17:49 +0000)]
fixes possible search in address book issues
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8891
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 21 Feb 2005 20:05:04 +0000 (20:05 +0000)]
Always show Purge link next to Trash, so one doesn't have to reload left_main
to be able to empty the trash.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8890
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Mon, 21 Feb 2005 06:59:59 +0000 (06:59 +0000)]
Fix for bug on filters plugin which allows user to select INBOX as a
destination.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8889
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 20 Feb 2005 15:35:12 +0000 (15:35 +0000)]
renaming sample config
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8887
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Sun, 20 Feb 2005 05:18:23 +0000 (05:18 +0000)]
If mailto: string isn't double URL encoded, the values don't correctly get
fed to compose.php.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8884
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Fri, 18 Feb 2005 02:25:11 +0000 (02:25 +0000)]
- Fixed bug #
1032366, remove NUL characters in text attachments on sent.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8876
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Fri, 18 Feb 2005 02:19:10 +0000 (02:19 +0000)]
Remove NUL characters in case of text and message parts.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8874
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Fri, 18 Feb 2005 00:35:35 +0000 (00:35 +0000)]
Fix for bug #
1124764.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8871
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Fri, 18 Feb 2005 00:33:07 +0000 (00:33 +0000)]
Fixed bug #
1124764. Show unsafe images in printable view when
view_unsafe_images is set to true.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8870
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 17 Feb 2005 15:37:35 +0000 (15:37 +0000)]
renaming file. using underscore instead of hyphen.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8869
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 17 Feb 2005 14:22:00 +0000 (14:22 +0000)]
string update
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8866
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 17 Feb 2005 14:14:41 +0000 (14:14 +0000)]
replacing $allowsound with $newmail_allowsound. removing $allowsound from
plugin scripts. control sounds in left_main (user prefs store sound config,
admin disables it later).
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8865
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 17 Feb 2005 13:50:43 +0000 (13:50 +0000)]
phpdoc cleanup
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8864
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 17 Feb 2005 12:47:07 +0000 (12:47 +0000)]
information about removed function and newmail plugin changes.
save_option_reply_prefix fix is specific to 1.5.1cvs.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8863
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 17 Feb 2005 12:42:07 +0000 (12:42 +0000)]
removing empty and unused save_option_header() function.
moving save_option_reply_prefix() to the right place.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8862
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 17 Feb 2005 12:30:08 +0000 (12:30 +0000)]
adding phpdoc blocks
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8861
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 17 Feb 2005 12:01:16 +0000 (12:01 +0000)]
add swf and mp3 support
restore user media support
use only html 4.01 compatible tags by default
use pcm encoded wavs instead of mp3 encoded
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8860
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Wed, 16 Feb 2005 16:01:53 +0000 (16:01 +0000)]
Fixed typo.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8858
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 15 Feb 2005 11:09:31 +0000 (11:09 +0000)]
updating strings
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8857
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 13 Feb 2005 12:00:59 +0000 (12:00 +0000)]
adding option that disables default_charset test in charset_decode function.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8846
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Fri, 11 Feb 2005 20:51:51 +0000 (20:51 +0000)]
Give an error to the user when SquirrelMail is not configured yet
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8845
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Fri, 11 Feb 2005 14:55:23 +0000 (14:55 +0000)]
Missing global $color in logout_error()
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8843
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 9 Feb 2005 16:52:56 +0000 (16:52 +0000)]
Create page header before addressbook_init in order to display error
messages correctly. Maybe error_box() should use table that is not with
width=100%
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8833
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 9 Feb 2005 16:45:11 +0000 (16:45 +0000)]
display error box with more details.
todo. do same thing with ldap books.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8832
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 9 Feb 2005 16:03:56 +0000 (16:03 +0000)]
open file rw only if it is writable
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8831
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 9 Feb 2005 15:18:54 +0000 (15:18 +0000)]
information about change_password changes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8830
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 9 Feb 2005 15:16:43 +0000 (15:16 +0000)]
vmailmgrd backend site configuration is in config.php.
some documentation updates
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8829
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 8 Feb 2005 19:19:10 +0000 (19:19 +0000)]
adding vmailmgrd backend and making change_password_init hook work.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8827
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Tue, 8 Feb 2005 16:22:24 +0000 (16:22 +0000)]
This fixes empty src tags, and sets them to the blank image. IE causes
a logout to occur when the img src tag is empty. Setting iframe, frame,
or input image to the blank image shouldn't cause any issues.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8826
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Tue, 8 Feb 2005 15:56:18 +0000 (15:56 +0000)]
Do not send quality-headers if they are set to Normal, which is the default.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8825
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Tue, 8 Feb 2005 15:37:33 +0000 (15:37 +0000)]
Another MS fix...
- Strip <outbind://> tags out. This is a Microsoft only protocol and
references files local to the sending machine. This causes issues
with Internet Explorer.
- Replace <img src="outbind://"> links with clean images to stop
issues with Internet Explorer not being able to track down the image.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8823
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Tue, 8 Feb 2005 15:13:31 +0000 (15:13 +0000)]
Fix for #855320 where Outlook Express was creating CID: based URLs,
but not assigning a content-id to the attachment. This is a bug in
Outlook Express and is non-RFC compliant behaviour.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8822
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Tue, 8 Feb 2005 11:08:06 +0000 (11:08 +0000)]
adjust wrap and remove nobr tags at top of folder list
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8817
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Mon, 7 Feb 2005 18:10:47 +0000 (18:10 +0000)]
forward attachment filename fix
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8806
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Mon, 7 Feb 2005 18:06:17 +0000 (18:06 +0000)]
Fixed: filenames in case of forwarding a message.
Cleanup: Make use of getFilename method from the Message class and remove
this code from mime.php
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8805
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Mon, 7 Feb 2005 17:38:40 +0000 (17:38 +0000)]
- Added blank.png for missing image support.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8804
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 7 Feb 2005 13:43:16 +0000 (13:43 +0000)]
small comment changes.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8789
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Mon, 7 Feb 2005 05:32:22 +0000 (05:32 +0000)]
minor grammar tweaks
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8773
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sun, 6 Feb 2005 22:04:10 +0000 (22:04 +0000)]
Add workaround for Mercury/32 servers that will subscribe again to
an already subscribed folder (#
1115409).
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8770
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sun, 6 Feb 2005 20:59:45 +0000 (20:59 +0000)]
Change chown user.group -> user:group, using "." is deprecated and
using ":" also conforms to the Single UNIX Spec.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8769
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sun, 6 Feb 2005 19:55:04 +0000 (19:55 +0000)]
Add "show only subscribed folders" option (defaults to On, current behaviour).
Recommended by RFC 2683 sect 3.2.2, allows a user to show all mailboxes regardless
of subscription. Thanks Simon Matter for the idea.
btw when will the "oldway" in left_main disappear?
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8768
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sun, 6 Feb 2005 19:26:23 +0000 (19:26 +0000)]
Add comment to parsePriority function. I had to duplicate this function in
Rfc822Header.php AND imap_messages.php because both seem to do header parsing.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8767
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sun, 6 Feb 2005 14:18:13 +0000 (14:18 +0000)]
Fix a couple more 'string concat on array push' bugs like the
one Marc just fixed.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8765
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Sat, 5 Feb 2005 17:53:53 +0000 (17:53 +0000)]
Fix typo. php 5 errors out on this.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8764
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 3 Feb 2005 16:14:30 +0000 (16:14 +0000)]
Fixing sorting order in get_squirrel_sort() (#
1115403).
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8761
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 3 Feb 2005 14:26:58 +0000 (14:26 +0000)]
should fix one #
1105760 issue. (old config file and $data_dir, that
does not have trailing slash). Problems with full path might be related to
user config.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8758
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Thu, 3 Feb 2005 09:56:04 +0000 (09:56 +0000)]
Move default_pref from data/ to config/ dir.
We will check the legacy locations first in order to remain backwards compatible
(an upgrade will still use the old location but a new install will use the new).
When not found, do not exit with an error, just create an empty prefs file.
Fix the title of the error message.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8755
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Wed, 2 Feb 2005 21:56:43 +0000 (21:56 +0000)]
in sqgetGlobalVar, reset $value if it is not found.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8754
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Wed, 2 Feb 2005 21:53:02 +0000 (21:53 +0000)]
ChangeLog
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8753
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Wed, 2 Feb 2005 21:25:42 +0000 (21:25 +0000)]
Update Turkish translation author
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8752
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 2 Feb 2005 15:54:37 +0000 (15:54 +0000)]
changing names of defines in order to avoid phpdoc errors.
maybe somebody can explain purpose of save_option_header function?
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8750
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Wed, 2 Feb 2005 15:05:37 +0000 (15:05 +0000)]
Quoting "INBOX" to fix an imap server bug. No harm in quoting the folder
name, so it shouldn't hurt other servers (tested against courier and
broken imap server hmailserver I believe).
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8749
7612ce4b-ef26-0410-bec9-
ea0150e637f0