Revisions for whups/scripts/mail-filter.php

Location: [ Horde ] / whups / scripts / mail-filter.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.36 (+2 -2 lines) 06/24/2008 06:26 PM Jan Schneider jan

Limit Robert's copyright to the years of his contributions. We should really find him.

Tags: WHUPS_1_0, WHUPS_1_0_RC2, WHUPS_1_0_RC1

1.35 (+2 -2 lines) 03/18/2008 01:42 PM Jan Schneider jan

Add NLS::setLanguageEnvironment() and NLS::setCharsetEnvironment().

1.34 (+5 -1 lines) 03/18/2008 12:22 PM Jan Schneider jan

Use UTF-8 for internal message processing.

1.33 (+6 -1 lines) 03/04/2008 01:50 PM Jan Schneider jan

Catch warning.
Use --default-auth to retrieve the list of available queues.

1.32 (+3 -3 lines) 02/29/2008 08:40 AM Jan Schneider jan

Return detected user name with the error message.

1.31 (+5 -110 lines) 02/28/2008 09:19 AM Jan Schneider jan

- Remove type, state and priority arguments from mail-filter.php, we use the
defaults now.
- Add --guess-queue argument to mail-filter.php.

1.30 (+19 -2 lines) 02/27/2008 07:56 PM Jan Schneider jan

Add configuration for default types, states, and priorities.

1.29 (+1 -2 lines) 02/20/2008 11:33 AM Jan Schneider jan

fatal() already calls exit.

1.28 (+33 -7 lines) 02/14/2008 01:52 PM Jan Schneider jan

Fix argument names.
Show available values if not using the correct ones.

1.27 (+11 -9 lines) 01/15/2008 06:21 AM Jan Schneider jan

Fix warning if mailbox is empty.

1.26 (+5 -1 lines) 01/13/2008 11:41 AM Jan Schneider jan

Delete messages after successful processing. Close connection.

1.25 (+199 -113 lines) 01/13/2008 11:37 AM Jan Schneider jan

Add ability to read messages from a mailbox.
Add usage information.
Fix dependency on parameter order.

1.24 (+10 -10 lines) 06/15/2007 11:22 AM Chuck Hagenbuch chuck

Rename $whups to $whups_driver

1.23 (+2 -2 lines) 04/18/2006 11:39 AM Jan Schneider jan

Consistently use /usr/bin/php in script shebangs.

1.22 (+14 -17 lines) 10/20/2005 08:55 AM Jan Schneider jan

Rename long options to not be ambiguous to Console_Getopt.
Use CLI::readStdin().

1.21 (+12 -10 lines) 10/20/2005 08:41 AM Jan Schneider jan

Sort long options in the same order like short options.

1.20 (+2 -2 lines) 10/20/2005 08:34 AM Jan Schneider jan

Fatal error for now, like with other error conditions too.

1.19 (+3 -3 lines) 09/19/2005 02:31 PM Ben Chavet ben

honor the configured server name/port

1.18 (+6 -2 lines) 09/16/2005 05:26 PM Ben Chavet ben

add short options for the *-id flags

1.17 (+87 -69 lines) 08/03/2005 05:59 PM Chuck Hagenbuch chuck

[cjh] Add *-id arguments for type, priority, state, and queue to
mail-filter.php (Bug #2347).

1.16 (+67 -50 lines) 07/22/2005 09:24 AM eraserhd

* Add --ticket and --default-auth options to mail-filter.php script so that
the script can be used manually to attach e-mail conversations which don't
reference the ticket number in the subject.

1.15 (+2 -2 lines) 06/29/2005 08:03 AM Jan Schneider jan

Fix short parameter.

1.14 (+5 -1 lines) 05/20/2005 04:29 AM Jan Schneider jan

Make server name and port in mail-filter.php configurable.
Bug: 2004

1.13 (+3 -4 lines) 02/08/2005 05:22 PM Michael M Slusarz slusarz

Go ahead and just use the constants STDIN/STDERR/STDOUT since, in PHP 4.3.0+,
they are pre-defined and pre-opened.

1.12 (+4 -3 lines) 02/08/2005 04:35 PM Michael M Slusarz slusarz

Submitted by: Derek P. Moore <derekm@hackunix.org>
This has been sitting around my mailbox for months...
Standardize access to STDIN and STDERR.

1.11 (+9 -8 lines) 01/12/2005 12:04 PM Chuck Hagenbuch chuck

[cjh] Whups_Mail::processMail needs to use Whups_Ticket for ticket creation to trigger email notifications, etc (Bug #1134).

1.10 (+2 -2 lines) 09/02/2004 03:43 PM Chuck Hagenbuch chuck

Make sure upgrade scripts are dated and move them to a seperate
directory.

1.9 (+2 -2 lines) 07/25/2004 12:57 PM Chuck Hagenbuch chuck

Basic shot at consistent ticket email. Will undoubtedly need to be
tweaked, but it's a start. Should send email on all new tickets and
updates.

Bug: 46

1.8 (+2 -2 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.7 (+4 -4 lines) 04/05/2004 11:10 PM Chuck Hagenbuch chuck

This *should* finish off the Module -> Queue conversion, including in
the SQL. Needs to be tested and ironed out before being ported to
dev.horde.org and marked done, though.

1.6 (+8 -8 lines) 03/11/2004 04:10 PM Chuck Hagenbuch chuck

module -> queue

1.5 (+8 -8 lines) 03/11/2004 04:01 PM Chuck Hagenbuch chuck

Use Queue instead of Module. Database fields have not been
touched. I've tested this, but it's also possible that some forms may
need to be tweaked to work, and that the UI may still say "module" in
some places.

1.4 (+10 -12 lines) 03/10/2004 04:48 PM Chuck Hagenbuch chuck

Remove some includes that aren't needed or aren't in the right place. Minor tweaks.

1.3 (+7 -9 lines) 01/24/2004 03:04 PM Chuck Hagenbuch chuck

[cjh] Various $no_auth and $self_contained_auth flags have been standardized
into an AUTH_HANDLER constant, which if defined signals the application
that it should not check permissions upon calling $registry->pushApp(),
as the calling script will handle that itself, or is a system-level cron
job/script/etc.
[cjh] Add an option to $registry->pushApp() to specify whether or not to check
application permissions.

1.2 (+6 -72 lines) 01/23/2004 09:32 AM eraserhd

* Rename new-ticket.php to mail-filter.php (this should do other things later).
* Break out most of functionality into new Whups_Mail:: library.
* Fix bug where last header contains copy of entire message.

1.1 01/23/2004 12:32 AM eraserhd

* New script to read a MIME message from input and create a new ticket.  It's
designed to be used from procmail, a sendmail alias, or an exim pipe.