Emmanuel Blot wrote: > >> That makes the "mime_encoding=none" option look pretty useless. > > I have not followed the thread, but AFAIR, mime_encoding=none has been > requested by/for people who do not want encoding at all - i.e. emit > pure ASCII for english speakers. Some people were complaining about > the need to encode even in QP when no non-ASCII chars were to be > emitted. > > So basically when you tell Trac "never encode, whatever the input", > the only thing Trac can do when some non-ASCII chars are present in > the input stream is to bail out the notification. > > Did that lead to some issue with the notification tests?
Since [7646] all email addresses in ticket notifications are obfuscated using an unicode ellipsis character (...). So most ticket notifications are now non-ascii. I guess one workaround would be to replace that character with "..." when mime_encoding=none. / Jonas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
