Revisions for imp/lib/Spam.php

Location: [ Horde ] / imp / lib / Spam.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.3.4.19 FRAMEWORK_3 (+7 -3 lines) 07/02/2008 05:32 AM Jan Schneider jan

MFH: 1.41

Tags: IMP_4_3, IMP_4_3_RC2, IMP_4_2_1_RC1

1.41 (+7 -3 lines) 07/02/2008 05:27 AM Jan Schneider jan

Fix gettext string.

1.3.4.18 FRAMEWORK_3 (+8 -3 lines) 03/17/2008 01:35 AM Michael M Slusarz slusarz

MFH 1.40

Tags: IMP_4_2, IMP_4_2_RC4

1.40 (+8 -3 lines) 03/17/2008 01:13 AM Michael M Slusarz slusarz

If messages aren't removed, don't report success to caller.

1.3.4.17 FRAMEWORK_3 (+6 -2 lines) 03/05/2008 12:42 PM Matt Selsky selsky

MFH:

1.115     +4 -2      imp/config/conf.xml
1.1102    +2 -0      imp/docs/CHANGES
1.39      +6 -2      imp/lib/Spam.php

Tags: IMP_4_2_RC3

1.39 (+6 -2 lines) 03/05/2008 12:39 PM Matt Selsky selsky

Replace %l and %d with the current short username and domain name in
spam reporting shell calls.

Bug: 6364

1.3.4.16 FRAMEWORK_3 (+2 -2 lines) 01/02/2008 06:31 AM Jan Schneider jan

Happy New Year

Tags: IMP_4_2_RC2

1.38 (+2 -2 lines) 01/02/2008 06:12 AM Jan Schneider jan

Happy New Year

1.3.4.15 FRAMEWORK_3 (+63 -30 lines) 12/20/2007 08:59 AM Jan Schneider jan

Merge from HEAD.

1.37 (+3 -5 lines) 12/04/2007 10:33 PM Michael M Slusarz slusarz

Move these requires to where we need them.

Tags: BEFORE_MERGE_3_2

1.36 (+4 -1 lines) 09/28/2007 01:46 PM Michael M Slusarz slusarz

Catch PEAR_Error.

Tags: IMP_4_2_RC1

1.35 (+4 -2 lines) 09/10/2007 06:28 PM Jan Schneider jan

Move application-specific hook examples to the application's config directories.

1.34 (+2 -2 lines) 06/05/2007 12:43 PM Jan Schneider jan

Use our own set of IMAP flags to not unnecessarily reopen mailboxes.

Tags: IMP_4_2_ALPHA

1.33 (+2 -2 lines) 04/04/2007 01:39 AM Michael M Slusarz slusarz

Convert IMP_Compose:: to a singleton structure.  Fixes some issues with
saving session information when changes to IMP_Compose are called after
getMessageCacheID() is called.

1.32 (+4 -5 lines) 01/03/2007 02:15 AM Michael M Slusarz slusarz

Use message count return from delete().

1.3.4.14 FRAMEWORK_3 (+2 -2 lines) 01/02/2007 08:54 AM Jan Schneider jan

Happy New Year

Tags: IMP_4_1_6, IMP_4_1_5, IMP_4_1_4, IMP_4_1_4_RC1

1.31 (+2 -2 lines) 01/02/2007 07:47 AM Jan Schneider jan

Happy New Year

1.30 (+2 -2 lines) 01/01/2007 07:41 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.29 (+2 -2 lines) 09/10/2006 05:10 PM Michael M Slusarz slusarz

Create SPAM directory if it does not already exist.

1.28 (+1 -2 lines) 09/04/2006 06:23 PM Michael M Slusarz slusarz

Remove obsolete since phpdoc tags.

1.27 (+2 -5 lines) 09/01/2006 11:34 AM Jan Schneider jan

Use Horde::callHook().

1.26 (+6 -2 lines) 07/18/2006 09:05 PM Michael M Slusarz slusarz

Bug: 4172
Throw error if deleting/moving to spam mailbox if mailbox does not exist.

1.25 (+2 -2 lines) 06/03/2006 01:11 PM Michael M Slusarz slusarz

No more global $imp variable.  Just use $_SESSION['imp'].

1.24 (+2 -3 lines) 05/31/2006 05:29 PM Michael M Slusarz slusarz

Refactor code so Auth_imp:: only deals with authenticating to the IMAP server.
Auth_imp no longer automatically opens a connection to the current mailbox. We
must now manually call IMP_IMAP::changeMbox() anytime we are working with the
IMAP stream and require a connection to a mailbox.  Much cleaner, and should
eliminate any issues with clearing the 'recent' flag incorrectly.

1.23 (+15 -10 lines) 05/04/2006 07:06 PM Michael M Slusarz slusarz

Move incrementing current indices to message.php.  We only need to increment
these indices if we are in the message view and, from a design standpoint, this
is a UI issue anyway.
Vastly simplify IMP_Message::undelete().
No need to directly update mailbox cache on either copy or undelete.

1.22 (+4 -4 lines) 04/26/2006 12:36 AM Michael M Slusarz slusarz

Remove deprecated assign by reference for new object instantiations.

1.21 (+3 -3 lines) 03/12/2006 03:14 AM Michael M Slusarz slusarz

standardize my e-mail address

1.20 (+2 -2 lines) 02/04/2006 02:09 PM Michael M Slusarz slusarz

Use IMP_Message::singleton() since there is no reason we need more than 1 copy
of this object floating around.

1.3.4.13 FRAMEWORK_3 (+2 -1 lines) 01/31/2006 05:58 PM Michael M Slusarz slusarz

Bug: 3373
MFH 1.19

Tags: IMP_4_1_3, IMP_4_1_2, IMP_4_1_1, IMP_4_1, IMP_4_1_RC3, IMP_4_1_RC2

1.19 (+2 -1 lines) 01/31/2006 05:55 PM Michael M Slusarz slusarz

Bug: 3373
Submitted by: athakur@gmail.com
Catch stdout from spamassassin.

1.3.4.12 FRAMEWORK_3 (+2 -2 lines) 01/19/2006 02:08 AM Michael M Slusarz slusarz

MFH: IMP_Contents:: now requires a mailbox parameter to be passed in.

1.18 (+2 -2 lines) 01/19/2006 01:39 AM Michael M Slusarz slusarz

Explicitly require a mailbox value to be passed into IMP_Contents::.
Methinks this may fix several weird, non-reliably reproducible bugs some
users have been reporting.

1.3.4.11 FRAMEWORK_3 (+2 -2 lines) 01/01/2006 04:28 PM Jan Schneider jan

Happy new year

Tags: IMP_4_1_RC1

1.17 (+2 -2 lines) 01/01/2006 04:10 PM Jan Schneider jan

Happy new year\!

1.16 (+2 -2 lines) 11/22/2005 11:33 AM Michael M Slusarz slusarz

fix variable name

1.15 (+2 -4 lines) 11/22/2005 02:29 AM Michael M Slusarz slusarz

use the cached IMP_Headers:: object.

1.14 (+40 -11 lines) 11/03/2005 10:29 AM Jan Schneider jan

Move spam deletion/moving to IMP_Spam.

1.3.4.10 FRAMEWORK_3 (+20 -4 lines) 11/02/2005 02:35 PM Jan Schneider jan

MFH: 1.13

1.13 (+20 -4 lines) 11/02/2005 12:53 PM Jan Schneider jan

Track and log messages to stderr if piping spam content to a program.

1.3.4.9 FRAMEWORK_3 (+2 -1 lines) 10/20/2005 01:42 PM Chuck Hagenbuch chuck

[cjh] Replace %u with the current username in spam reporting shell calls
(Dmitriy MiksIr <miksir@maker.ru>).

1.12 (+3 -2 lines) 10/20/2005 01:42 PM Chuck Hagenbuch chuck

[cjh] Replace %u with the current username in spam reporting shell calls
(Dmitriy MiksIr <miksir@maker.ru>).

1.3.4.8 FRAMEWORK_3 (+4 -4 lines) 10/18/2005 08:13 AM Jan Schneider jan

Merged from HEAD

1.3.4.7 FRAMEWORK_3 (+2 -2 lines) 09/03/2005 08:06 PM Matt Selsky selsky

MFH: 1.11

Tags: IMP_4_0_5, IMP_4_0_4, IMP_4_0_4_RC2

1.3.4.6 FRAMEWORK_3 (+2 -1 lines) 09/03/2005 08:05 PM Matt Selsky selsky

MFH: Fix reporting multiple messages as spam at once.

Bug: 2549
Submitted by: horde.org@spamvrij.kicks-ass.org

1.11 (+2 -2 lines) 09/03/2005 07:58 PM Matt Selsky selsky

phpdoc.

Tags: BEFORE_MERGE_3_1

1.10 (+2 -1 lines) 09/03/2005 07:57 PM Matt Selsky selsky

Fix reporting multiple messages as spam at once.

Bug: 2549
Submitted by: horde.org@spamvrij.kicks-ass.org

1.3.4.5 FRAMEWORK_3 (+1 -5 lines) 07/02/2005 11:42 PM Matt Selsky selsky

MFH: Remove unneeded "@access public".
Wrapping.

Tags: IMP_4_0_4_RC1

1.9 (+1 -5 lines) 07/02/2005 11:23 PM Matt Selsky selsky

Remove unneeded "@access public".
Wrapping.

1.3.4.4 FRAMEWORK_3 (+3 -3 lines) 05/21/2005 02:22 PM Matt Selsky selsky

MFH: Clean up 'object' in phpdoc.

1.8 (+3 -3 lines) 05/21/2005 02:16 PM Matt Selsky selsky

Clean up 'object' in phpdoc.

1.3.4.3 FRAMEWORK_3 (+1 -2 lines) 04/21/2005 07:26 AM Matt Selsky selsky

Remove @version.

1.7 (+1 -2 lines) 04/20/2005 05:07 AM Matt Selsky selsky

Remove @version.

1.6 (+4 -4 lines) 03/22/2005 01:17 AM Michael M Slusarz slusarz

phpdoc

1.3.4.2 FRAMEWORK_3 (+77 -64 lines) 03/21/2005 10:38 PM Michael M Slusarz slusarz

MFH: IMP.php - 1.462; Message.php - 1.166; Spam.php - 1.5;
mailbox.php - 2.625, 2.626; message.php - 2.568; Filter.php - 1.60;
CHANGES - 1.764

Tags: IMP_4_0_3, IMP_4_0_3_RC1

1.5 (+76 -63 lines) 03/21/2005 10:14 PM Michael M Slusarz slusarz

Fix spam reporting for search mailboxes.

1.4 (+3 -3 lines) 01/03/2005 09:34 AM Jan Schneider jan

Happy New Year

1.3.4.1 FRAMEWORK_3 (+3 -3 lines) 01/03/2005 07:25 AM Jan Schneider jan

Happy New Year

Tags: IMP_4_0_2, IMP_4_0_2_RC1, IMP_4_0_1

1.3 (+9 -8 lines) 11/29/2004 09:04 PM Michael M Slusarz slusarz

If using a hook, don't require any e-mail addresses to be entered in the
configuration.

Tags: FRAMEWORK_3, IMP_4_0, IMP_4_0_RC3

1.2 (+14 -4 lines) 11/02/2004 01:30 AM Michael M Slusarz slusarz

Added example of _imp_hook_spam_bounce to config/hooks.php.dist.

Tags: IMP_4_0_RC2, IMP_4_0_RC1

1.1 11/01/2004 08:57 PM Michael M Slusarz slusarz

Allow the spam reporting system to bounce a message to an email address.
Additionally, condense a *bunch* of duplicate code into a IMP_Spam:: helper
class and only load this code when necessary.