Custom Query (332 matches)
Results (229 - 231 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) |
|||
#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):
The eml file and the config file are attached.
Thank you for the help,
Georgy, Semantinet Ltd. |
|||
#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. |