pdontthink
598a599ba3
Happy New Year
2025-01-03 11:47:03 -08:00
pdontthink
39cfdaadfd
Happy New Year
2024-01-02 14:58:16 -08:00
pdontthink
380afc7213
Happy New Year
2023-01-02 22:04:25 -08:00
pdontthink
bcdfe6e9f1
Happy New Year
2022-01-26 01:06:50 -08:00
pdontthink
c4ef1a0eea
Happy New Year
2021-02-05 11:55:37 -08:00
pdontthink
fc283980d0
Happy New Year
2020-01-07 00:12:38 -08:00
pdontthink
fbcb1ca1f5
Happy New Year
2019-01-07 21:55:08 -08:00
pdontthink
23cd61b628
Happy New Year
2018-01-16 23:44:07 +00:00
pdontthink
6cd24c0552
Happy 2017
2017-01-27 20:34:08 +00:00
pdontthink
2934017d92
Happy New Year
2016-01-01 20:59:53 +00:00
pdontthink
3b465a0d0f
Happy 2015
2015-01-03 04:09:49 +00:00
pdontthink
cc7f92b6e3
Prevent session lock-up caused by filters plugin trying to move messages in an account that is over quota
2014-08-01 02:28:12 +00:00
pdontthink
87e03fed9f
If filtering fails, say due to account quota issues, disable for remaineder of login session. This plugin appears to have a more serious issue that corrupts folder cache in subfolders of INBOX
2014-07-01 03:15:53 +00:00
pdontthink
6aa022543c
Variable name correction
2014-01-21 22:15:03 +00:00
pdontthink
cedca778de
Add advanced control over the SSL context used when connecting to the SMTP and IMAP servers over SSL/TLS (Thanks to Emmanuel Dreyfus)
2014-01-21 01:13:49 +00:00
pdontthink
581dc23061
Happy 2014
2014-01-01 20:33:20 +00:00
Fredrik Jervfors
c076a1f1ae
Update copyright
2013-07-26 17:31:02 +00:00
Thijs Kinkhorst
efd75f4867
Replace calls to htmlspecialchars() with sm_encode_html_special_chars().
...
New function sm_encode_html_special_chars() encodes HTML special
characters by calling htmlspecialchars(). It sets the character set
to ISO-8859-1, to fix compatibility with PHP >= 5.4.
Patch by Paul Lesniewski.
See #3491925
2012-12-09 12:06:30 +00:00
pdontthink
acc409fb2a
Updating copyrights. Happy New Year.
2012-01-02 02:09:17 +00:00
pdontthink
fc57bf2b59
Happy New Year!
2011-01-06 03:16:21 +00:00
pdontthink
7aa0e60863
Update copyrights to 2010
2010-01-25 03:23:30 +00:00
Fredrik Jervfors
134d462c94
The copyright symbol isn't really needed since the word "copyright" is there. Also it doesn't display right in the documentation.
2009-09-29 12:15:33 +00:00
Fredrik Jervfors
d0900618b8
Porting comments betweeen 1.4 and 1.5.
2009-05-26 13:11:31 +00:00
Fredrik Jervfors
0be42f8b9b
Removing the shut down DSBL blocklists. Thanks to Martin Jalakas for the report ( #2796734 ).
2009-05-26 11:52:09 +00:00
pdontthink
64d68af4df
- Fixed the Filters plugin to allow commas in filter criteria text
2009-05-19 01:51:16 +00:00
Fredrik Jervfors
0a6245814a
There are too many modified files being committed without the copyright year being updated, so here's a copyright year update the old-fashioned style.
2009-04-15 22:00:49 +00:00
Thijs Kinkhorst
0ddf214952
drop some unneeded globals / variables
2007-07-20 17:13:05 +00:00
Thijs Kinkhorst
dfbdae5943
replace preg_split without a regular expression with the
...
faster and less complicated explode()
2007-05-17 16:36:13 +00:00
jangliss
c43fd7d70c
Some fixes for #1634735 .
...
- Issue in filters using 'yes' instead of SMPREF_ON
- Using fact that get host function returns hostname if unresolved
2007-03-10 04:10:46 +00:00
Thijs Kinkhorst
567ef6de29
do not special case a folder named 'None'. There's no reason
...
to not use the empty string and this prevents people who want
to have a "None" folder from using it properly.
2007-03-06 14:57:12 +00:00
Thijs Kinkhorst
5a04219efc
HTTP_SERVER_SERVER should be HTTP_SERVER_VARS, but since
...
we require PHP >= 4.1.x, we need not use it anyware.
2007-02-18 12:46:47 +00:00
Thijs Kinkhorst
11b10ba5d1
increment year in copyright notices
2007-01-13 20:15:44 +00:00
Thijs Kinkhorst
bd2ab16c39
Drop obsolete ORDB RBL from filters plugin, thanks Tomas Kuliavas ( #1629398 ).
2007-01-06 16:44:22 +00:00
pdontthink
681d997696
Massive update to plugin system architecture. Please test! Not all core plugins are tested yet, please point out issues that need to be fixed. Please see http://marc.theaimsgroup.com/?t=116282394000001&r=1&w=2
2006-12-10 05:13:40 +00:00
Thijs Kinkhorst
68be7e48f7
no need to pass $key variable to sqimap_login anymore
2006-08-05 14:49:49 +00:00
tokul
59ae6f3ac2
removing trailing ?> from function scripts
2006-07-15 12:01:32 +00:00
tokul
e4050dd17e
$query is also used when $responce !='NO'. Fixed undefined notice error.
...
Reported by Benny Pedersen. Can't understand how he managed to reach that
sqm_trigger_imap_error call.
2006-07-01 16:52:15 +00:00
tokul
ae236eec2b
SCRIPT_FILENAME is not set in some setups
2006-05-21 18:23:09 +00:00
tokul
6d137ae4fb
plugin depends on imap function. init.php changes removed imap functions
...
from webmail.php
2006-05-15 18:37:29 +00:00
tokul
96694f0722
sanitize displayed folder name and load form functions.
2006-05-15 15:55:58 +00:00
stekkel
35be3ff902
Forgot to sync this file before my previous commit. Now the previous changes
...
from Tomas are back in.
2006-04-06 17:31:08 +00:00
stekkel
0a70f643f2
Centralized init
2006-04-05 00:22:11 +00:00
tokul
80871e66a7
removing debug call and adding information about added function argument
2006-02-26 14:51:00 +00:00
tokul
12b4b7961c
Doing include_once(SM_PATH . 'plugins/filters/filters.php') inside plugin
...
init function breaks purpose of removing code from setup.php
using simple hook setup and moving right_main_after_header hook handling
to main filtering function.
2006-02-26 14:45:20 +00:00
tokul
fb2dfdba07
css requires more hacks in order to center table correctly. reverting to html alignment.
...
fixed order of closing select tag
start filters table only when filters exists. removes empty table when filters are
not defined.
2006-02-11 17:42:27 +00:00
stekkel
f9eb18b3e0
Adapted patch from Michael Long
...
* respect imap continuation request
* Added new error handling calls
2006-02-10 23:06:50 +00:00
stekkel
75f2ab158a
Patches from Michael Long
...
* implementing imap status cache in order to reduce
the amount of status calls generated from the newmail and filter plugin.
* enable the cumulative message account in left_main.php again
Patches reviewed by me. I fixed a few small things in newmail and I added RECENT status
calls in imap_mailbox.php in order to make the "only check recent mail"
option work.
2006-02-10 22:16:07 +00:00
Fredrik Jervfors
863a5987c4
Replacing deprecated HTML "center" element.
2006-02-05 11:18:50 +00:00
tokul
83fdb4c332
copyright update
2006-01-23 18:46:41 +00:00
jangliss
f72d8082d7
Key being overwritten by reuse of var in filters plugin.
2005-11-29 06:20:49 +00:00