Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (103 - 105 of 332)

Ticket Resolution Summary Owner Reporter
#109 worksforme The script is getting stack while importing. bas georgys@…
Description

Here is the output I got after I have stopped the script manually

C:\Python24>python.exe \email2trac\script\email2trac.py "\email2trac\tempEmail\t est.eml" Traceback (most recent call last):

File "\email2trac\script\email2trac.py", line 1285, in ?

tktparser.parse(sys.stdin)

File "\email2trac\script\email2trac.py", line 799, in parse

m = email.message_from_file(fp)

File "c:\python24\lib\email\init.py", line 52, in message_from_file

return Parser(*args, kws).parse(fp)

File "C:\Python24\Lib\email\Parser.py", line 65, in parse

data = fp.read(8192)

KeyboardInterrupt?

The eml file and the config file are attached.

Thank you for the help,

Georgy,

Semantinet Ltd.

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