Modify ↓
Opened 12 years ago
Closed 12 years ago
#11456 closed defect (fixed)
Meta characters should be encoded in ticket notification mail
| Reported by: | Jun Omae | Owned by: | Jun Omae |
|---|---|---|---|
| Priority: | low | Milestone: | 0.12.6 |
| Component: | notification | Version: | 0.12.5 |
| Severity: | normal | Keywords: | mime |
| Cc: | Branch: | ||
| Release Notes: |
Escape double-quote and backslash characters in |
||
| API Changes: | |||
| Internal Changes: | |||
Description
When meta characters in MIME is used in [project] name and ticket summary, those characters aren't encoded in ticket notification mail. We should escape those characters.
- Set
0.12-stable \"quoted\" =?utf-8?b?VHJhYw==?=to[project] name - Enter
=?utf-8?b?VHJhYw==?=to summary of ticket and create the ticket
Result:
- The from shows
0.12-stable "quoted" Trac- should be
0.12-stable \"quoted\" =?utf-8?b?VHJhYw==?=
- should be
- The subject shows
Re: [0.12-stable \"quoted\" Trac] #30008: Trac- should be
Re: [0.12-stable \"quoted\" =?utf-8?b?VHJhYw==?=] #30008: =?utf-8?b?VHJhYw==?=
- should be
MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 From: "0.12-stable \"quoted\" =?utf-8?b?VHJhYw==?=" <trac@localhost.********> X-Trac-Version: 0.12.5 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 0.12.5, by Edgewall Software To: jun66j5+trac-0.12.5@gmail.com X-Trac-Project: 0.12-stable \"quoted\" =?utf-8?b?VHJhYw==?= Date: Fri, 24 Jan 2014 03:44:38 -0000 Reply-To: X-URL: Subject: Re: [0.12-stable \"quoted\" =?utf-8?b?VHJhYw==?=] #30008: =?utf-8?b?VHJhYw==?= X-Trac-Ticket-URL: http://********:3000/ticket/30008#comment:1 Message-ID: <034.37649017d477ccfc6fd6957e65017df9@localhost> References: <019.39b1cd5d99f1208ec43f4d8616420d30@localhost> X-Trac-Ticket-ID: 30008 In-Reply-To: <019.39b1cd5d99f1208ec43f4d8616420d30@localhost>
Attachments (2)
Change History (4)
by , 12 years ago
| Attachment: | ticket-notification.png added |
|---|
by , 12 years ago
| Attachment: | after-ticket-notification.png added |
|---|
comment:1 by , 12 years ago
| Milestone: | next-stable-1.0.x → 0.12.6 |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:2 by , 12 years ago
| Release Notes: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Committed and merged in [12506-12508].
Note:
See TracTickets
for help on using tickets.




Proposed changes are in log:jomae.git@t11456 (and log:jomae.git@t11456_0.12.6dev for 0.12-stable).