Hi, I can successfully run a Mail Reader Sampler against an IMAP mail account I have. Looking in the View Results Tree Listener I can see all the message that are in that accounts inbox.
I need to assert that a certain message has arrived in the mail account. I added a response assertion with a "Text Response" "contains" .*http.* (all the messages contain a http link). However, nothing matches. I used a reger extractor to see what the response body was; turns out all response assertions are run on the parent response, which is usually something like "50 messages found" Is there any way to assert on the individual messages (subject & body)? FWIW: JMeter 2.3.2 Java: Sun 1.6.0_12 OS: Kubuntu 9.0.4 Regards, Noel

