Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (151 - 153 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)

#111 fixed Imported tickets using verbatim format have blank first line in description bas planktr@…
Description

Imported tickets (when using verbatim format) have blank first line in description, which is removed when editing the ticket with the Trac UI. So Trac is incorrectly reporting a diff on the Description when nothing was really changed other than the blank line that was deleted.

Btw, I have applied the mod suggested in ticket:110 to correct issue with attachment imports on Windows.

#112 fixed no notification for tickets which created by email although always_cc is set bas winnie@…
Description

Hey,

If I create a new ticket via a email no notification is send to the email listed in always_cc is send. This is quite stupid since it would be cool to know if someone has create a new ticket.

If I create a ticket via webinterface the notification works of course

Note: See TracQuery for help on using queries.