Automatic Issue Logging

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
Vels
Posts: 1
Joined: 16 Jun 2006, 13:20

Automatic Issue Logging

Post by Vels »

Hi

Do any one have an idea on this requirement:

Automatic issue logging through email.
We can have standard document format and a third party system or the mantis will read this document and create an issue.

If anyone has done it before, please let us know.

Thank you very much

Velan
djinnit
Posts: 1
Joined: 31 Jul 2006, 07:43

Yes, it's been done

Post by djinnit »

I have a PHP script that
* reads from a POP or IMAP account
* for multipart/alternative mail, the plain text is selected as the main text
* html-only mail is parsed and converted to plain text
* any attachments to the mail are attached to the new issue
* replies to existing issues are recognized and added as notes
* an extra mysql table is used to link the sender to a user account

Please let me know if you'd be interested in the code. It's ugly, quick and dirty.

Greetz Pieter
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Post by cas »

I am interested in that script, where can I get this ?

There is also another development http://bugs.mantisbt.org/view.php?id=4286

Cas
nakayo
Posts: 2
Joined: 20 Dec 2006, 23:20

Post by nakayo »

I would very much be interested in this
peterbernier
Posts: 1
Joined: 22 Dec 2006, 14:06

Post by peterbernier »

I'd be interested in something like this as well.

Pieter, could you please post/share your code?
kreuzhofer
Posts: 1
Joined: 04 Apr 2007, 15:12

Can you please send me the code, too

Post by kreuzhofer »

I would also be very interested in the code. Could you send it to me too, please?

Greets

Daniel
sirshurf
Posts: 19
Joined: 08 May 2007, 11:53

Post by sirshurf »

Same here....

Can you please post it somewere???

Maybe eathan as a CVS on a subproject?
Post Reply