Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (289 - 291 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.

#196 fixed The usage of a slash ( / ) in subjects is not permitted when forwarding bas jcuppen@…
Description

The slash is occurring to be an directory slash

  • Tested version is email2trac-1.1.0
#165 fixed This message has 0 attachment(s) bas dereks@…
Description

Every ticket I create via email, using email2trac, gets a comment that says:

Comments: (by derek) This message has 0 attachment(s)

If there are zero attachments, I'd prefer it if there was no comment at all. I don't need to document that something doesn't exist.

Also, this "feature" breaks the AnnouncementPlugin? (which allows Trac to send pretty HTML-formatted notifications). If I enable that plugin, I get two HTML-formatted notifications: one for the new ticket (similar to Trac's built-in notifications), but then a second, redundant one to tell me there is a new comment (which just says: "This message has 0 attachment(s)" ).

Thanks for working on email2trac, so far it's looking pretty awesome...

Note: See TracQuery for help on using queries.