GNOME Bugzilla – Bug 352266
Can't filter on body of message if Content-Transfer-Encoding is base64
Last modified: 2013-03-12 16:53:00 UTC
Please describe the problem: If an email arrives that Content-Transfer-Encoding: base64, I can't use the body filters. It tries to match agains the hashed text (not the decoded text). Steps to reproduce: 1. Setup a filter on the email body 2. Send an email to yourself with transfer encoding of base64 3. Filter wont work Actual results: Filter is not executed. Expected results: Filter would execute and match the contents of the base64 encoded message. Does this happen every time? Yup Other information:
hmm... a performance issue, i guess. anyway, valid request. for future reference, please file mailer bugs under component mailer. thanks. :-)
Created attachment 238712 [details] [review] eds patch for evolution-data-server; Interesting, it's still valid for current git master, 3.7.92 development version, while it's this simple to fix.
Created commit 83a77e9 in eds master (3.7.92+)