After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 352266 - Can't filter on body of message if Content-Transfer-Encoding is base64
Can't filter on body of message if Content-Transfer-Encoding is base64
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.6.x (obsolete)
Other All
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
evolution[filters]
Depends on:
Blocks:
 
 
Reported: 2006-08-21 16:44 UTC by Paul Faure
Modified: 2013-03-12 16:53 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
eds patch (610 bytes, patch)
2013-03-12 16:51 UTC, Milan Crha
committed Details | Review

Description Paul Faure 2006-08-21 16:44:04 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:
Comment 1 André Klapper 2006-08-21 18:59:25 UTC
hmm... a performance issue, i guess. anyway, valid request.
for future reference, please file mailer bugs under component mailer. thanks. :-)
Comment 2 Milan Crha 2013-03-12 16:51:34 UTC
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.
Comment 3 Milan Crha 2013-03-12 16:53:00 UTC
Created commit 83a77e9 in eds master (3.7.92+)