Summary | Accepting mail |
Queue | Whups |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | taco (at) scheltema (dot) org |
Created | 06/10/2004 (7668 days ago) |
Due | |
Updated | 06/30/2005 (7283 days ago) |
Assigned | 03/04/2005 (7401 days ago) |
Resolved | 06/30/2005 (7283 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
that implement the initial ticket features. I did commit some of the
VFS patches as well, but did not include the relevant whups changes
for those. If you are interested in cleaning up and submitting them to
the list seperately, that's fine.
New Attachment: whups_mailpatch.tar[1].gz
mail handeling. The patch is made such a way, that it does not
allocate lots of memory when parsing big mails (like 10MB) it uses
files in the temp folder to parse the e-mails. So the mail handeling
and parsing will still work, even when you have set your memory limits
in PHP. To download this big files (view.php in horde), also VFS needs
to be patched. A patch for VFS/file and VFS/sql is included. The
VFS/file is tested, sql is not, because I do not use the SQL backend
while handeling big files. SQL support however is nessacary when you
patch view.php and use SQL as backend. Could somebody test this?
This patch off course handles also replies to e-mails.
So the other 2 attachments I posted can be removed (Can someone remove them??)
Greetings,
Auke.
ps. When u use SpamAssassin and it puts its headers in the e-mail you
need a SPAM queue, because this patch redirects the spam e-mails to
the SPAM queue instead of the given queue. I will open a new ticket
with a patch to easily delete those messages.
New Attachment: whups_mailpatch.tar.gz
mail handeling. The patch is made such a way, that it does not
allocate lots of memory when parsing big mails (like 10MB) it uses
files in the temp folder to parse the e-mails. So the mail handeling
and parsing will still work, even when you have set your memory limits
in PHP. To download this big files (view.php in horde), also VFS needs
to be patched. A patch for VFS/file and VFS/sql is included. The
VFS/file is tested, sql is not, because I do not use the SQL backend
while handeling big files. SQL support however is nessacary when you
patch view.php and use SQL as backend. Could somebody test this?
This patch off course handles also replies to e-mails.
So the other 2 attachments I posted can be removed (Can someone remove them??)
Greetings,
Auke.
ps. When u use SpamAssassin and it puts its headers in the e-mail you
need a SPAM queue, because this patch redirects the spam e-mails to
the SPAM queue instead of the given queue. I will open a new ticket
with a patch to easily delete those messages.
New Attachment: Mail[1].php
put inline html as attachment. Also it parses multiple attachments
correctly.
Re: does not have to be in the subject to detect it as a reply, only
"Tickets #" needs to be in the subject field.
State ⇒ Assigned
New Attachment: Mail.php
(dot) com. It's very rudimentair. But it works mostly :). So it could
be a starting point. It also handles attachments.
Taken from eraserhd
Taken from Chuck Hagenbuch
State ⇒ Accepted
State ⇒ Assigned
Priority ⇒ 1. Low
Assigned to Chuck Hagenbuch
Assigned to eraserhd
Priority ⇒ 1. Low
Type ⇒ Enhancement
Queue ⇒ Whups
State ⇒ New
mime messages and adds them to whups, similar to the mail-filter.php
script that I found in the HEAD distribution. the idea would be to
pipe all mail to a certain address through this script using a
.forward or .qmail (depending on your mailserver of course).
This script should use the [Tickets #x] in the subject of the mail to
determine if the mail is a response to an existing ticket, if the
subject doesn't contain a [Tickets #x] field it should be considered a
new ticket.
Opening new tickets like this would introduce a new problem though,
they can't be assigned to an existing queue. maybe have an extra queue
to catch tickets without a queue?