Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (85 - 87 of 332)

Ticket Resolution Summary Owner Reporter
#108 fixed Apple Mail can't reply to existing tickets bas pvz@…
Description

When trying to reply to an e-mail sent by Trac, the From:-address does not appear in the To:-field. Instead it it blank. Not sure what might be causing that. Anyway, I guess that's a problem with Trac, not with email2trac, since that's what's responsible for sending out updates to start with... but since typically people don't reply to Trac tickets unless there is email2trac, I figured asking here would be a good place to start.

I'm attaching the source code of an e-mail that exhibits the described behaviour.

#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.

Note: See TracQuery for help on using queries.