Commit graph

968 commits

Author SHA1 Message Date
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
sizzlingmercury
c99d1ba64b Corrected missing end of comment 2002-10-18 03:40:11 +00:00
stekkel
921c222fd2 NO it's not a habit from me.
Thnx Jasper Kalkman.
2002-10-16 19:33:07 +00:00
stekkel
efb94344a3 fix from Matthew Hagerty regarding a check for SM_PATH 2002-10-16 19:08:41 +00:00
stekkel
f4ec02a513 macosx search query fix. 2002-10-16 17:10:14 +00:00
stekkel
796a29e6d4 imap performance related issue, move the fetch to the area we need the
result.
2002-10-06 17:22:50 +00:00
stekkel
3531344b35 adapt spamcop to make use of the new way we send mail 2002-10-06 17:06:24 +00:00
Thijs Kinkhorst
bbb7b42f05 First param is a constant not a string 2002-10-03 07:30:28 +00:00
Thijs Kinkhorst
4c47a0653c rg=0 d_m_n 2002-09-25 18:07:15 +00:00
stekkel
9ec0d20555 include globals.php 2002-09-25 17:41:14 +00:00
Thijs Kinkhorst
31dfbd1dac rg=0 2002-09-25 17:00:43 +00:00
Thijs Kinkhorst
9788041731 rg=0 2002-09-25 16:53:30 +00:00
Thijs Kinkhorst
72897c50b4 Keep on going... filters plugin rg=0 compat. 2002-09-25 16:19:53 +00:00
Thijs Kinkhorst
51068d882c Calendar rg=0 2002-09-25 16:05:04 +00:00
Thijs Kinkhorst
a1e6bfa46f mail_fetch => rg=0 2002-09-25 15:47:16 +00:00
Thijs Kinkhorst
99abfd799f Some plugins to rg=0: bug_report message_details newmail sent_subfolders spamcop translate 2002-09-23 10:07:55 +00:00