Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (118 - 120 of 332)

Ticket Resolution Summary Owner Reporter
#110 fixed Embedded images in emails bas martin.poeschmann@…
Description

When sending an email with an embedded image (from outlook in my case), the resulting attachment to the ticket is too small.

I changed line 1115 to: # Insert the attachment # fd = open(path, 'rb' )

Because Outlook sets the minetype to image/jpg the following change has to be made: line 1061: ext = mimetypes.guess_extension(part.get_content_type(),False)

#201 fixed [Trac] - email2trac for trac 0.12 bas mark_kids@…
Description

Hi Sara,

I've tried installing the latest version of email2trac. But unfortunately,
it failed on testing.

My trac version is currently 0.12dev. I've ran this and I got a message
thats says it's not supported.

# email2trac --project=affinity < /usr/local/src/email2trac-1.4.2/msg.txt

TRAC version 0.12dev is not supported

Thanks and regards,

Mark
#208 fixed Ticket URL is not absolute in sent ticket notification bas mark_kids@…
Description
Hi,

Don't know if this is related to the trac 0.12 compatibility of your script.

But the ticket URL in the notification doesn't give the absolute URL.

Basically what I did was I've created a ticket using my email and it worked.
The problem is the link to the ticket is broken.



    Type:  defect               |       Status:  new
Priority:  major                |   Resolution:  fixed
--------------------------------+---------------------------------------
--------------------------------+----
 {{{


  this is a test


 }}}

--
Ticket URL: </ticket/39>
Note: See TracQuery for help on using queries.