|
1.50 (+2 -2 lines) |
10/28/2008 05:53 PM |
Michael M Slusarz slusarz |
Change parseMIMEHeaders() -> parseHeaders(). |
|
1.49 (+2 -9 lines) |
10/06/2008 09:59 PM |
Chuck Hagenbuch chuck |
this isn't necessary - I misinformed Michael |
|
1.48 (+10 -3 lines) |
10/06/2008 01:42 PM |
Michael M Slusarz slusarz |
Gotta do what I gotta do. |
|
1.47 (+3 -2 lines) |
10/06/2008 01:22 PM |
Michael M Slusarz slusarz |
Remove deprecated functions from MIME_Headers::.
Move parseMIMEHeaders() from MIME_Structure:: to MIME_Headers::. |
|
1.46 (+16 -12 lines) |
06/03/2008 10:34 AM |
Jan Schneider jan |
Add configuration option whether to include email headers in comments. Tags: WHUPS_1_0, WHUPS_1_0_RC2, WHUPS_1_0_RC1 |
|
1.45 (+34 -32 lines) |
04/03/2008 12:27 PM |
Jan Schneider jan |
- Rename variable to make the meaning clearer.
- Set message sender as the user who committed the ticket change. |
|
1.44 (+57 -14 lines) |
03/19/2008 10:21 AM |
Jan Schneider jan |
Comments, phpdoc. |
|
1.43 (+17 -19 lines) |
03/07/2008 01:18 PM |
Jan Schneider jan |
Simplify determining the authentication user.
Set requester from From: header if using --default-auth too. |
|
1.42 (+8 -101 lines) |
02/29/2008 11:59 AM |
Jan Schneider jan |
Move body and attachment methods to MIME_Contents to make them re-usable. |
|
1.41 (+3 -1 lines) |
02/29/2008 09:25 AM |
Jan Schneider jan |
More places to add the current user. |
|
1.40 (+2 -1 lines) |
02/29/2008 08:40 AM |
Jan Schneider jan |
Return detected user name with the error message. |
|
1.39 (+11 -1 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.38 (+1 -6 lines) |
02/28/2008 08:36 AM |
Jan Schneider jan |
Revert unintended commit. |
|
1.37 (+6 -1 lines) |
02/27/2008 07:56 PM |
Jan Schneider jan |
Add configuration for default types, states, and priorities. |
|
1.36 (+1 -8 lines) |
02/26/2008 12:43 PM |
Jan Schneider jan |
Remove debug code. |
|
1.35 (+12 -7 lines) |
02/25/2008 05:37 PM |
Jan Schneider jan |
Merge from IMP_Contents. |
|
1.34 (+8 -3 lines) |
02/20/2008 11:35 AM |
Jan Schneider jan |
Tweak transfer decoding, retrieve decoded part name. |
|
1.33 (+71 -3 lines) |
02/15/2008 11:36 AM |
Jan Schneider jan |
Allow scripts/mail-filter.php to process attachments. |
|
1.32 (+61 -16 lines) |
02/14/2008 01:57 PM |
Jan Schneider jan |
Smarter way of finding body messages. Ported from MIME_Contents and IMP. |
|
1.31 (+2 -2 lines) |
01/02/2008 06:14 AM |
Jan Schneider jan |
Happy New Year |
|
1.30 (+2 -2 lines) |
10/30/2007 10:47 PM |
Jan Schneider jan |
Update some email addresses. |
|
1.29 (+2 -2 lines) |
10/30/2007 10:36 PM |
Jan Schneider jan |
A few more misses. |
|
1.28 (+2 -2 lines) |
06/27/2007 01:24 PM |
Jan Schneider jan |
Bump year, looks like a missed a few last time. |
|
1.27 (+4 -5 lines) |
06/22/2007 11:07 PM |
Chuck Hagenbuch chuck |
ref style |
|
1.26 (+2 -2 lines) |
06/15/2007 11:22 AM |
Chuck Hagenbuch chuck |
Rename $whups to $whups_driver |
|
1.25 (+3 -3 lines) |
06/26/2006 06:28 PM |
Chuck Hagenbuch chuck |
more reference cleanup - keep them for forms since is an object, but remove where not needed elsewhere. some of these are php 4.4 fixes |
|
1.24 (+5 -6 lines) |
04/17/2006 11:06 PM |
Chuck Hagenbuch chuck |
decode headers in mail-filter.php
Bug: 2373
Submitted by: david (at) tmv (dot) gov (dot) tw |
|
1.23 (+11 -8 lines) |
02/21/2006 12:21 PM |
Chuck Hagenbuch chuck |
[cjh] processMail() now ignores emails that were generated by Whups/
Bug: 3398 |
|
1.22 (+2 -2 lines) |
01/01/2006 04:12 PM |
Jan Schneider jan |
Happy new year\! |
|
1.21 (+4 -3 lines) |
09/19/2005 01:41 PM |
Jan Schneider jan |
References.
Bug: 2629 |
|
1.20 (+9 -6 lines) |
09/16/2005 06:10 PM |
Ben Chavet ben |
Fix pulling the ticket id from the summary.
Include all text/plain parts from the message, effectively removing the
discrimination against signed messages. |
|
1.19 (+2 -2 lines) |
08/15/2005 08:47 AM |
Jan Schneider jan |
quotes |
|
1.18 (+20 -8 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.17 (+23 -3 lines) |
06/29/2005 08:26 PM |
Chuck Hagenbuch chuck |
Look for ticket ids in email subjects for handling replies. |
|
1.16 (+15 -8 lines) |
06/29/2005 08:04 AM |
Jan Schneider jan |
Allow to set a local user for processed mails to allow mail-filter.php usage whithout guest access. |
|
1.15 (+3 -3 lines) |
06/29/2005 07:39 AM |
Jan Schneider jan |
Transfer-decode message bodys. |
|
1.14 (+2 -2 lines) |
06/09/2005 03:24 PM |
Matt Selsky selsky |
Spelling. |
|
1.13 (+2 -2 lines) |
05/26/2005 06:27 PM |
Matt Selsky selsky |
Use @return. |
|
1.12 (+11 -13 lines) |
05/10/2005 01:36 PM |
Matt Selsky selsky |
Remove "optional" from phpdoc. |
|
1.11 (+2 -3 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 (+3 -3 lines) |
01/03/2005 09:35 AM |
Jan Schneider jan |
Happy New Year |
|
1.9 (+16 -7 lines) |
09/22/2004 09:21 PM |
Chuck Hagenbuch chuck |
Try to use the From: header as the requester's email. |
|
1.8 (+6 -6 lines) |
07/16/2004 08:26 AM |
eraserhd |
* Fix a few errors in reformatting mail message for import. I'm not sure how
it could have ever worked :( |
|
1.7 (+5 -5 lines) |
04/07/2004 10:43 AM |
Chuck Hagenbuch chuck |
No more HORDE_LIBS. |
|
1.6 (+3 -3 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.5 (+6 -4 lines) |
03/25/2004 12:12 PM |
Chuck Hagenbuch chuck |
Style. |
|
1.4 (+3 -3 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.3 (+10 -8 lines) |
03/10/2004 04:47 PM |
Chuck Hagenbuch chuck |
Some comment wrapping, make sure right libraries are included. |
|
1.2 (+3 -3 lines) |
02/07/2004 12:43 PM |
Jan Schneider jan |
Use Identity::singleton(). |
|
1.1 |
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. |