Custom Query (332 matches)
Results (325 - 327 of 332)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#398 | fixed | file name after unzip | bas | joneum@… |
Description |
if i unzip the email2trac.tar.gz, the filename is email2trac-v2.9.0-a3679be28762ed851a9c66ed2f671603ef5e32e0 I working for the email2trac Port for FreeBSD, and since it is important, after unzip the filename isemail2trac-v2.9.0 |
|||
#404 | fixed | Missing attachments | bas | magda@… |
Description |
I am trying to set up email2trac in our multi-project trac environment by piping incoming mails through a php script which then calls email2trac with the correct project id. The only problem: email attachments are not being attached to tickets. Adding an attachments to a ticket manually works. Executing email2trac with debug option reveals that attachments of mails are being parsed and created in the tmp folder. Last log entry lines: 2016-11-17 13:17:33,867 email2trac 182: writing body to /tmp/182xZk6af.email2trac.body 2016-11-17 13:17:33,867 email2trac 182: function debug_attachments 2016-11-17 13:17:33,867 email2trac 182: part0: Content-Type: application/pdf 2016-11-17 13:17:33,867 email2trac 182: writing /tmp/182xZk6af.email2trac.part1.pdf: filename: st-oktober.pdf The file exists and is readable by the apache user (which is executing the email2trac command) But the ticket itself has no attachment and the link in the description points to an invalid/missing attachments. Looking at the projects db, the attachment table doesn't contain an entry for the attachment. Any ideas/suggestions where or what the problem might be? |
|||
#413 | fixed | Support for Trac version 1.2 | bas | sbroadhead@… |
Description |
Recently upgraded our Trac system to version 1.2 and broke our email2trac functionality. Am seeing the following in our syslog: "Mar 13 14:44:08 <tracserver> email2trac <trac_proj>: TRAC version 1.2 is not supported" <tracserver> and <trac_proj> replacements for specific values. Will Trac 1.2 be supported soon? Also... upgraded to email2trac version 2.10 |