Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (301 - 303 of 332)

Ticket Resolution Summary Owner Reporter
#146 wontfix Can't link or inline the attachments bas anonymous
Description

I created a ticket via email2trac,but i also want to append some attachmens to ticket. but i can't finish it any way,blow is my sentence(the test.png already in /home/trac/htdocs):

I opened this file in your app:
</opt/test/a.txt> 
</opt/test/tes.png]
[attachment:"/opt/test/a.txt"]
[attachment:"htdocs:test.png"]

Is there something else I'm missing?

Another question: I can't create blog yet.
Subject: blog:tet

and it will return "TD: saving email to /tmp/tmp2OUSN9.email2trac" to me.

#156 fixed Can't change comments created with email2trac bas Chris.Nelson@…
Description

We use the Ticket Change plugin but find that comments added by email2trac are not editable. Clicking the Change button leads to

Change Ticket Comments Ticket change '8' not found. Please try again.

Perhaps email2trac isn't filling in all the tables or fields Ticket Change expects.

#161 fixed can I receive email without MTA in email2trac? bas jason.gao@…
Description
Hi,

I have trac 0.11.4 installed, and our company want to simply reply to
the
trac notification email and result in add a new comment to the same
thread
in the Trac system.
After I did some research on google, I found your plugin which just
fits our
needs: email2trac

somehow after I install email2trac, replying the email will not update
comment in trac.
I guess it's because we didn't setup our own mail agent server like
sendmail
or postfix?

Here is how I install email2trac:

./configure prefix=/trac
make
make install

our project locates at /trac/sh, and the trac.ini configuration file:
[notification]
always_notify_owner = true
always_notify_reporter = true
smtp_always_bcc = jason.gao@ubill.cn <mailto:cjason.gao@ubill.cn>
smtp_always_cc = test.list@ubill.cn  (this is the QA team)
smtp_enabled = true
smtp_from = sh@ubill.cn
smtp_from_name = QA
smtp_password = xxxxxxxx
smtp_port = 25
smtp_replyto = no-reply@ubill.cn
smtp_server = 211.150.67.13
smtp_subject_prefix = [Ubill-Trac]
smtp_user = daemon@ubill.cn
use_public_cc = False


and the following it the email2trac.conf:

[DEFAULT]
project: /trac/sh
debug: 1
umask: 022
spam_level: 0
reply_all : 0
mailto_link: 0
email_header: 0
trac_version: 0.11
enable_syslog : 1
alternate_notify_template :
alternate_notify_template_update :
drop_spam : 0
verbatim_format: 1
strip_signature: 0
email_quote: >
strip_quotes: 0
ignore_trac_user_settings: 0
drop_alternative_html_version: 1
trip_signature: 1
ticket_update: 1

[bas]
project:
spam_level:


the smtp_server is not owned by our company, so I did not know how to
config
it as described as
here:https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracMta

Please suggest how should I do to make it work! Thank you for your
time and
help!

Let me know you need any more information. Looking forward to your
reply.

Best Regards,
Jason





Note: See TracQuery for help on using queries.