hi,
roundcube's message filter in the right upper corner of the message list has an at least for me unexpected behavior:
filtering for "string" also shows messages which contain an .eml file which had the subject "string".
e.g. --- cut ---
Return-Path: <> X-Original-To: Administrator@server.home Delivered-To: raoul@bhatia.at Received: by mail.ipax.at (Postfix) id 7256F4773B6; Tue, 28 Oct 2008 16:47:34 +0100 (CET) Date: Tue, 28 Oct 2008 16:47:34 +0100 (CET) From: MAILER-DAEMON@mail.ipax.at (Mail Delivery System) Subject: Undelivered Mail Returned to Sender
... body of "Undelivered Mail Returned to Sender" ...
--94FBE477383.1225208854/mail.ipax.at Content-Description: Undelivered Message Content-Type: message/rfc822
... header ...
From: root@server.home (Cron Daemon) To: root@server.home Subject: Cron root@server /root/bin/check_internet.sh
... body of "Cron root@server /root/bin/check_internet.sh" ...
--- cut ---
i do not know if this is intended or simply the result of using an expression like "^subject: $string", but at first it might puzzle :)
is it good, bad, unexpected, worth a ticket in trac?
cheers, raoul
Raoul Bhatia [IPAX] wrote:
hi,
roundcube's message filter in the right upper corner of the message list has an at least for me unexpected behavior:
filtering for "string" also shows messages which contain an .eml file which had the subject "string".
[...]
i do not know if this is intended or simply the result of using an expression like "^subject: $string", but at first it might puzzle :)
Searches are done by the IMAP server not by roundCube itself. If you search for "string" in Subjects (which is the default), RoundCube just asks the IMAP server to get messages that have "string" in their subjects. It's up to the IMAP server whether to look at the subject lines of .eml attachments or not.
is it good, bad, unexpected, worth a ticket in trac?
No need for a ticket because we can't influence it anyway.
~Thomas _______________________________________________ List info: http://lists.roundcube.net/dev/