Commit graph

983 commits

Author SHA1 Message Date
jangliss
7c4ac46cee More XSS fixes 2003-01-24 02:29:49 +00:00
Thijs Kinkhorst
4bb8daa4c1 "XXS-yourself" fixes 2003-01-23 22:32:24 +00:00
tassium
c691b263f5 Avoid XSS silliness in the calendar plugin 2003-01-23 20:57:39 +00:00
tassium
bd7228db6b E_ALL fix; missing ' around index name 2003-01-23 20:43:29 +00:00
Thijs Kinkhorst
9afee0cda8 Fix html errors that cause display problems in NS4. Thanks "ME". 2003-01-19 11:40:23 +00:00
Thijs Kinkhorst
018ebd198f Fix abook_take 2003-01-17 18:15:24 +00:00
tokul
add9b431d0 Translated strings in plugin to gettext. 2003-01-16 21:18:12 +00:00
tokul
7bed5ba6d6 Added Turkish option. But plugin still needs to be fixed and made E_ALL
compatible.
2003-01-16 21:15:35 +00:00
Thijs Kinkhorst
6340eaaa3b Fix the save message button, using new functionality marc introduced yesterday. 2003-01-15 12:23:59 +00:00
Thijs Kinkhorst
b786b6b5e2 Disable Save button because that doesn't work. Can be re-enabled if the
download option is working again.
2003-01-11 13:03:22 +00:00
Thijs Kinkhorst
e1602cca45 Fixes by Thomas CASTELLE 2003-01-11 12:49:22 +00:00
Thijs Kinkhorst
e38d37bb29 Fix typo 2003-01-10 14:39:50 +00:00
tassium
d1cc599af5 Ok, I screwed up. When I put in cram-md5 and digest-md5, I left the alternative as being "plain", which is a misnomer. There really IS a mechanism called "plain", and what we're doing isn't it. So I've renamed our "plain" to "login".
For IMAP, it uses the IMAP4rev1 "LOGIN <user> <pass>" syntax.
For SMTP, it uses the AUTH LOGIN (two-step) method.
2003-01-04 06:01:26 +00:00
tassium
908f57897d Finished up defines for all current config options. Should be up to date with 1.3.x/1.4.0. This plugin is shaping up nicely... 2003-01-04 04:30:39 +00:00
Erin Schnabel
3b6e061082 Added new function:
sqgetGlobalVar($name, $value [, location] );
This function looks for a variable named $name.
If found, it sets the value into $value (in signature, is &$value) and
returns true. If the variable is not found, the function returns false.

The optional constant allows you to pick which location to
check for the variable in. If none is specified, it will check,
in this order, $_SESSION, $_POST, $_GET. These are defined constants
for use with this function:
 SQ_INORDER - same as specifying nothing, check all three.
 SQ_SESSION
 SQ_POST
 SQ_GET

    It is recommended that plugins, all functions use this instead of
    directly accessing $_SESSION/$_POST/$_GET arrays, as we have
    already taken care of scope (global, etc).

    The Administration plugin has been updated to use this function,
    as an example.

    This is an alternative to sqextractGlobalVar($name), which looks
    for a var named $name in the SESSION/GET/POST arrays, and creates
    a global variable if defined.
2003-01-04 01:12:14 +00:00
Erin Schnabel
2316f0a5aa Fix plugin list in admin plugin 2003-01-03 22:25:42 +00:00
tassium
bdb2e58f4b Added support for:
Server Options: POP before SMTP

General Options: Server sort, server thread sort, server charset search, UID support, PHP session name (hidden - edit that, and you broke the plugin)
2003-01-03 22:25:07 +00:00
tassium
dc9b7857f6 Added support for IMAP & SMTP use of TLS and fancy auth mechanisms to administrator plugin 2003-01-03 20:45:33 +00:00
Erin Schnabel
2f47232784 added message about our preferred config mechanism 2003-01-03 00:38:02 +00:00
Erin Schnabel
aee9d3e1cb fixes for the admin plugin for 1.4.0 RC1 2003-01-03 00:12:07 +00:00
tassium
f9af937b04 Path fixes so the plugin can find the files it needs. 2002-12-31 17:27:24 +00:00
Thijs Kinkhorst
75de52f258 Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
tassium
35d128adce Minor fix - someone forgot to add $auto_expunge to the global vars list 2002-12-30 15:23:33 +00:00
tassium
d01906cc22 Out of order require_once()'s meant $version wasn't set properly when needed. Removed a dupe or two a well. 2002-12-23 20:44:02 +00:00
tassium
3bfef4f883 Put a check in to be sure SM_PATH wasn't already defined. Seemed safer than just deleting the define altogether.. 2002-12-23 20:32:38 +00:00
Thijs Kinkhorst
67d5762916 XHTML1.0 preparation for my favourite plugin ;) 2002-12-22 13:45:21 +00:00
Thijs Kinkhorst
f065ad90dc Display event message in popup. Patch by Patrick van Zweden 2002-12-21 16:40:21 +00:00
Thijs Kinkhorst
b57577e4fd Assorted fixes, courtesy Roberto De Luca && kink 2002-12-21 16:13:47 +00:00
tassium
b5d93d0cc1 This fix is for the problem Matthew Hagerty reported. (PHP appearing to execute code he had in an email message. It wasn't actually executing, but it WAS barfing.)
I didn't hear back from Mr. Hagerty, so I'll assume the fix worked for him.
(It worked for me)
2002-12-13 20:21:06 +00:00
Thijs Kinkhorst
c214b0167a Strip unwanted parts of the spamcop auth code in case someone enters
them accidentally.
2002-11-21 11:13:12 +00:00
jangliss
56e429d7d6 E_ALL fix for mail_fetch 2002-11-18 06:34:14 +00:00
jangliss
fb9f9ba517 Okay... *this* is the one with debugging code, the last was some minor display corrections 2002-11-18 06:26:52 +00:00
jangliss
6833713953 Try again without debug code 2002-11-18 06:19:27 +00:00
jangliss
d6079329f1 Added port check to make sure it is set otherwise this breaks 2002-11-18 06:15:06 +00:00
jangliss
1f4fe9f64e More typoes... brain isn't with it 2002-11-18 05:39:44 +00:00
jangliss
ae00bab64e Ooups... typo 2002-11-18 05:22:12 +00:00
jangliss
382a8181fc Allow mail_fetch plugin to use a different port 2002-11-18 03:21:24 +00:00
Thijs Kinkhorst
4f552ee17e Fixes for minor bugs pointed out by Tyler Akins.
These were found because Tyler has error_reporting set to E_ALL.
To all developers: *please TURN E_ALL ON* to prevent these!
2002-11-07 11:55:09 +00:00
Thijs Kinkhorst
5d52e3db26 Use the new check_php_version function everywhere 2002-10-29 17:26:31 +00:00
Thijs Kinkhorst
bc654ad1e2 Obsolete array.php 2002-10-26 17:10:21 +00:00
stekkel
705f8858b5 remove require_once i18n.php because it's already included in validate.php 2002-10-24 10:01:23 +00:00
stekkel
dd79ec424b SM_PATH already defined 2002-10-24 09:57:05 +00:00
sizzlingmercury
40388aee0b Another sneaky folder list (or two) 2002-10-24 06:20:56 +00:00
sizzlingmercury
bfce0e8752 GAH! Folder lists hiding everywhere!! this one in the filter plugin.. 2002-10-24 06:10:27 +00:00
sizzlingmercury
a55cce3a7a Folder Selection changes integrated from sizzle-ui stream..
Options for how folder selection list is displayed is on Folder Options page
Folder lists on Search, Folders, and Folder Options Pages, as well
as Folder selection lists used by the Message Index and the
Delete_move_next plugin all modified to use new Option list
creation method in imap_mailbox.
2002-10-24 05:45:48 +00:00
stekkel
b6267b83a2 SM_PATH fixes 2002-10-23 14:06:24 +00:00
stekkel
e11ab653a0 disable if we are in an opened message/rfc822 attachment 2002-10-23 13:48:10 +00:00
thomppj
a112eb4d76 Blah. 2002-10-21 23:01:06 +00:00
thomppj
889f937141 SM_PATH only required for CALLED pages, not includes. 2002-10-21 22:54:49 +00:00
Thijs Kinkhorst
996dde1683 Make the filters plugin more efficient and remove two E_ALL warnings 2002-10-18 14:31:42 +00:00